public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/5921] New: fcatch should trace interpreted executables too
@ 2008-03-12 15:36 walters at verbum dot org
  2008-03-12 19:32 ` [Bug general/5921] " cagney at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: walters at verbum dot org @ 2008-03-12 15:36 UTC (permalink / raw)
  To: frysk-bugzilla

It'd be nice if fcatch was usable on non-ELF files.  For example, I'd like to
have a Python script:

#!/usr/bin/python
import os,signal
os.kill(os.getpid(), signal.SIGSEGV)

Saving that as say ~/bin/segfault, I'd like to be able to do:

fcatch ~/bin/segfault

Current output is:
Error: invalid `Elf' handle

Expected output:

fcatch: from PID 2620 TID 2620:
SIGSEGV(11) detected - dumping stack trace for TID 2620
#0 0x00000034cbc31357 in __GI___kill () from /lib64/libc-2.7.so
#1 0x0000003b49ae176d in posix_kill () from /usr/lib64/libpython2.5.so.1.0
#2 0x0000003b49ab5b79 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.5.so.1.0
#3 0x0000003b49ab6862 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.5.so.1.0
#4 0x0000003b49ab68a2 in PyEval_EvalCode () from /usr/lib64/libpython2.5.so.1.0
#5 0x0000003b49ad08b2 in run_mod () from /usr/lib64/libpython2.5.so.1.0
#6 0x0000003b49ad0986 in PyRun_FileExFlags () from /usr/lib64/libpython2.5.so.1.0
#7 0x0000003b49ad1e78 in PyRun_SimpleFileExFlags () from
/usr/lib64/libpython2.5.so.1.0
#8 0x0000003b49adb21e in Py_Main () from /usr/lib64/libpython2.5.so.1.0
#9 0x00000034cbc1e074 in __libc_start_main () from /lib64/libc-2.7.so
#10 0x0000000000400649 in _start () from /usr/bin/python

-- 
           Summary: fcatch should trace interpreted executables too
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: walters at verbum dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=5921

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug general/5921] fcatch should trace interpreted executables too
  2008-03-12 15:36 [Bug general/5921] New: fcatch should trace interpreted executables too walters at verbum dot org
@ 2008-03-12 19:32 ` cagney at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: cagney at redhat dot com @ 2008-03-12 19:32 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2008-03-12 19:31 -------
Duping to 5878; once:
  fexe script
works, this will two.

*** This bug has been marked as a duplicate of 5878 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |5878
              nThis|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=5921

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-12 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 15:36 [Bug general/5921] New: fcatch should trace interpreted executables too walters at verbum dot org
2008-03-12 19:32 ` [Bug general/5921] " cagney at redhat dot com

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).