Difference between revisions of "Providing a gdb backtrace"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Get the ball rolling)
 
 
Line 14: Line 14:
 
<li>Attach this test document to the crash issue</li>
 
<li>Attach this test document to the crash issue</li>
 
</ul>
 
</ul>
 +
[[Category:Debugging]]

Latest revision as of 13:57, 21 March 2010

On some platforms the automated crash reporting feature of OpenOffice.org is not yet implemented. When a program crash is not yet reported on these platforms please file an issue.

If the crash cannot be easily reproduced by a developer he'll probaly request a "backtrace". Here are the steps to provide this critical information:

  • Open a terminal window
  • Change into the program directory
  • Start the debugger by typing "gdb ./soffice.bin"
  • Type "run"
  • Reproduce the crash
  • Switch back into the gdb terminal window
  • Type "backtrace"
  • Copy and paste the result into a text document
  • Attach this test document to the crash issue
Personal tools