https://issues.apache.org/bugzilla/show_bug.cgi?id=56351
--- Comment #18 from Dennis Clarke <[email protected]> --- Not sure if this helps : (dbx) regs current thread: t@1 current frame: [3] g0-g1 0x0000000000000000 0x0000000000000003 g2-g3 0x0000000000000000 0x0000000000000000 g4-g5 0x0000000000001c00 0xffffffffff7fffff g6-g7 0x0000000000000000 0xffffffff7df00200 o0-o1 0x0000000000000006 0xffffffff7ffff273 o2-o3 0x0000000000000001 0x0000000000000000 o4-o5 0xffffffff7df00200 0x0000000000000000 o6-o7 0xffffffff7fffe9b1 0x0000000100082a5c l0-l1 0xffffffff7ffff273 0x0000000000000006 l2-l3 0xffffffff7ffff248 0x0000000100291d30 l4-l5 0x0000000100291d58 0x0000000000000000 l6-l7 0x0000000000000000 0xffffffff7eb45358 i0-i1 0x00000001002a8e20 0x000000010009fc78 i2-i3 0x00000001000a29d0 0x0000000100291d08 i4-i5 0x00000001002914f8 0x0000000000000000 i6-i7 0xffffffff7fffea81 0x00000001000a3eec y 0x0000000000000000 ccr 0x0000000000000045 pc 0x0000000100082a5c:ap_mpm_podx_check+0x34 call read [PLT] ! 0x1001c0100 npc 0xffffffff7dddc85c:_readlink mov 90, %g1 May be worth looking at the memory contents if needed. The joy of having a full core file means we can do that. Looking at lwp#1 in thread 1 I see : ffffffff7dddc858 _read (6, ffffffff7ffff273, 1, 0, ffffffff7df00200, 0) + c 0000000100082a5c ap_mpm_podx_check (1002a8e20, 10009fc78, 1000a29d0, 100291d08, 1002914f8, 0) + 34 So we could, if we wanted, look at contents of memory on the heap or where ever : (dbx) x 0xffffffff7ffff273 0xffffffff7ffff273: 0x010009fc (dbx) x 0xffffffff7ffff273 / LX 0xffffffff7ffff273: 0x010009fc78000000 (dbx) x 0xffffffff7ffff273 / 16 x 0xffffffff7ffff273: 0x0100 0x09fc 0x7800 0x0000 0x0100 0x2a8e 0x2000 0x0000 0xffffffff7ffff283: 0x0100 0x2a8e 0x2000 0x0000 0x0100 0x1c78 0x8000 0x0000 Not sure what we are looking for however. If anything. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
