[OpenIndiana-discuss] mount ntfs usb drive
Jean-Pierre André
jean-pierre.andre at wanadoo.fr
Wed May 28 06:29:37 UTC 2014
Hi,
Евгений Парфенов wrote:
> root at subversion:/var/log# dmesg|grep -i fuse
> May 27 18:09:36 subversion savecore: [ID 570001 auth.error] reboot after
> panic: BAD TRAP: type=e (#pf Page fault) rp=ffffff00083dc760 addr=128
> occurred in module "fuse" due to a NULL pointer dereference
> May 27 18:09:38 subversion fuse: [ID 949752 kern.notice] Fuse kernel
> 1.1AR.4 interface 7.8
> May 27 18:09:38 subversion fuse: [ID 387751 kern.notice] Fuse kernel
> init at 0xfffffffff8d24643, vfs_modldrv at 0xffffffffc03591c8
Can you post the associated call chain, as you did yesterday :
panicstack = unix:die+dd () | unix:trap+17db () | unix:cmntrap+e6 () |
fuse:fuse_vfs_modldrv+38a64444 () | fuse:fuse_vfs_modldrv+38a64a53 () |
genunix:fop_putpage+74 () | genunix:fsflush_do_pages+2c5 () |
genunix:fsflush+39a () | unix:thread_start+8 ()
The fault location is defined as fuse_vfs_modldrv+something,
I need both the offset and the value of (fuse_)vfs_modldrv
from the *same* process in order to locate the fault.
If I were assuming the data above came from the same process,
I got :
0x38a64444+0xffffffffc03591c8-0xfffffffff8d24643 = 0x98fc9
and 0x98fc9 is outside the fuse kernel module.
Jean-Pierre
More information about the openindiana-discuss
mailing list