Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 12:33:06 +0800
From:      "Wilkinson, Alex" <alex.wilkinson@dsto.defence.gov.au>
To:        freebsd-current@freebsd.org
Subject:   mount: Abort trap
Message-ID:  <20060911043306.GH12286@obelix.dsto.defence.gov.au>

next in thread | raw e-mail | index | archive | help
Hi all,

Does anyone whatsup here:

	# mount hostname:/mnt/tmp /mnt/tmp
	mount: /mnt/tmp: Abort trap

Truss OutPut:

	<snip>
	mmap(0x0,4096,(0x3)PROT_READ|PROT_WRITE,(0x1002)MAP_ANON|MAP_PRIVATE,-1,0x0) =
	672460800 (0x2814f000)
	break(0x804f000)                                 = 0 (0x0)
	break(0x8050000)                                 = 0 (0x0)
	fork()                                           = 59817 (0xe9a9)
	wait4(0xe9a9,0xbfbfdf38,0x0,0x0)                 = 59817 (0xe9a9)
	mount: write(2,0xbfbfd8e0,7)                             = 7 (0x7)
	/mnt/tmp: Abort trapwrite(2,0xbfbfd900,20)                               = 20
	(0x14)
	
	write(2,0x2813a333,1)                            = 1 (0x1)
	exit(0x1)
	process exit, rval = 256
	</snip>

Mounting over NFS from FreeBSD-CURRENT to FreeBSD-6.1-RELEASE.

 -aW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060911043306.GH12286>