1846597 Members
2377 Online
110256 Solutions
New Discussion

adb - missing call stack

 
SOLVED
Go to solution
S.Rider
Regular Advisor

adb - missing call stack

ORacle support asked us to look at this - they say it's an hpux problem. Anyone know if this should work, or if it's working-as-designed ?

On terminal-1
cat (let it sit there waiting)

On terminal-2
kill -11
adb /bin/cat core
$c

$c returns "can't unwind - no entry".
Ride Boldly Ride, but watch out for El Dorado's
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: adb - missing call stack

I get your same result using adb but adb is such a poor tool for this. The same core file under gdb does produce a meaningful stack trace.
If it ain't broke, I can fix that.