[haiku-bugs] [Haiku] #10283: Debugger does not include all available information when using -s/--save-report

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Thu, 05 Dec 2013 15:09:39 -0000

#10283: Debugger does not include all available information when using 
-s/--save-
report
-----------------------------------+------------------------------
 Reporter:  pulkomandy             |        Owner:  anevilyak
     Type:  enhancement            |       Status:  new
 Priority:  normal                 |    Milestone:  Unscheduled
Component:  Applications/Debugger  |      Version:  R1/Development
 Keywords:                         |   Blocked By:
 Blocking:                         |  Has a Patch:  0
 Platform:  All                    |
-----------------------------------+------------------------------
 In the WebKit testsuite, I'm trying to automatically save debug reports
 instead of popping the debug_server dialog. I do this by catching relevant
 signals (SIGABRT and SIGSEGV), and from the signal handler, I run
 "Debugger -s --thread $myThread".

 The resulting report includes informations about the team, but I don't get
 a stacktrace for the thread I asked for. It would be useful to know where
 the crash actually hapenned, as is the case when using the "save report"
 button from debug_server.

 I'm guessing only stopped/crashed threads get their backtrace saved in the
 report?

--
Ticket URL: <http://dev.haiku-os.org/ticket/10283>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: