Operating System - HP-UX
1819967 Members
3556 Online
109607 Solutions
New Discussion юеВ

adb can't unwind -- no_entry

 
HPP
Regular Advisor

adb can't unwind -- no_entry

Hi,
If i try to run adb on core file, "adb , then $c. It gives the following message "can't unwind -- no_entry".

If i just execute "/usr/bin/adb" and then give $c, it gives "can't unwind -- no_entry".

I am trying to find the reason for the core dump.

Any idea why am i getting "can't unwind -- no_entry" when i run adb and $c?

Thanks in advance
Be Teachable
3 REPLIES 3
Paula J Frazer-Campbell
Honored Contributor

Re: adb can't unwind -- no_entry

 
If you can spell SysAdmin then you is one - anon
Alex Glennie
Honored Contributor

Re: adb can't unwind -- no_entry

It could most likely be that adb doesn't understand shared libraries .... I'd advise using gdb/wdb seehttp://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html

or recompile using archive libs ..
H.Merijn Brand (procura
Honored Contributor

Re: adb can't unwind -- no_entry

This also happens if the corruption that caused the core dump corrupted the stack. No way *any* debugger can show you what happened.

Retry to run the program from your favourite debugger adb/dbx/xdg/dde/gdb/ddd/... and it /might/ catch the fault.

But first of all be sure to use the debugging tool that fits the core. A core dump from a 64bit object cannot be debugged with a 32bit debugger and vice versa

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn