public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* back-traces back to normal
@ 2008-06-21 14:14 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2008-06-21 14:14 UTC (permalink / raw)
  To: frysk

FYI,

I've been fixing a number of symbol related problems that can be seen 
when doing backtraces, for instance:

On F-9:
  $ ./frysk/bindir/fstack $$
  Task #18929
  #0 0x000000310d49a835 in __waitpid() from libc-2.7.so
  #1 0x0000000000435a51 in [unknown] from bash
  #2 0x000000000043786e in wait_for() from bash
  ...
frame #1 is now correctly reporting [unknown], an elfutils regression 
was causing _start to be printed.

and on F-8:
  $ ./frysk/bindir/fstack $$
  Task #11813
  #0 0x00110416 in __kernel_vsyscall() from [vdso]
  #1 0x0807d210 in wait_for() from bash
  ...
frame #1 has [vdso] and the symbol appearing again, a fix while 
converting cni to jni caused this

I've added/enabled tests to check for both of these cases.

Andrew

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-20 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-21 14:14 back-traces back to normal Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).