[parisc-linux] evolution (1.4.5-1) do_page_fault?
Carlos O'Donell
carlos@baldric.uwo.ca
Sun, 12 Oct 2003 16:02:02 -0400
On Sun, Oct 12, 2003 at 06:42:55PM +0000, Joel Soete wrote:
> Hello Carlos,
>
> I launch 'gbd evolution'
> (gdb) run
> to determine the new address in this env but failed before with message:
> Program received signal SIG37, Real-time event 37.
> 0x4193c574 in malloc_set_state () from /lib/libc.so.6
>
> what's your opinion?
That's libpthreads realtime singal mechanism working.
You need to set "handle all nostop" and "handle all pass" in gdb.
Then you can do the math with /proc/<pid>/maps and the dying address to
calculate the _real_ library offset and function symbolic name.
c.