bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A segmentation fault when running sleep()


From: Samuel Thibault
Subject: Re: A segmentation fault when running sleep()
Date: Tue, 15 Dec 2009 16:48:33 +0100
User-agent: Mutt/1.5.12-2006-07-14

Da Zheng, le Tue 15 Dec 2009 23:16:11 +0800, a écrit :
> > That could be a glitch of some other mechanism.  You can use disassemble
> > 0x01060089 to check what's really there and l * 0x01060089 to check
> > which precise file that comes from.
> disassemble is really useful:-) I really need to learn more about gdb.
> I do see that evc_wait is called by mach_msg, but I cannot see evc_wait is 
> called either by any functions in glibc or by any in the build tree.
> but 'l * 0x01060089' shows me no source file for the address. I think it's 
> because mach_msg is in the c library which doesn't have any debugging 
> information.

Use symbol-file /usr/lib/debug/lib/libc-2.10.2.so to load the debugging
symbols.

Samuel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]