Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
frequently_asked_questions [2012/11/10 17:44]
tehom Added answer about splitting long notes
frequently_asked_questions [2022/05/06 16:07] (current)
Line 59: Line 59:
  
 ====How to get a stack trace for a crash==== ====How to get a stack trace for a crash====
 +
 +First, make sure you are running a version of rosegarden that was built with debugging turned on.
 +
 +<code>
 +-DCMAKE_BUILD_TYPE=Debug
 +</code>
 +
 +Without debugging, there will be no symbols in the binary, and the backtrace will be useless.  You'll likely need to build rosegarden on your own to get a debug version.  Instructions can be found here: [[dev:Building Rosegarden from Source]]
 +
 Open a terminal window, and check to ensure that applications will be able to produce core dumps.  The exact command and syntax may vary from shell to shell, but for bash it is ''ulimit -a'': Open a terminal window, and check to ensure that applications will be able to produce core dumps.  The exact command and syntax may vary from shell to shell, but for bash it is ''ulimit -a'':
  
Line 75: Line 84:
 </code> </code>
  
-Now start rosegarden from the command line, and reproduce the crash. You should now have a core file in your current directory. The core file is either named **core** or **core.<//number//>**.+Now start a **debug version** of rosegarden from the command line, and reproduce the crash. You should now have a core file in your current directory. The core file is either named **core** or **core.<//number//>**.
  
 Run ''gdb'': Run ''gdb'':
Line 88: Line 97:
 ====Build requirements===== ====Build requirements=====
  
-Please see the [[dev:contributing|contributing]] page for detailed dependency and build information.+Please see the [[dev:Building Rosegarden from Source]] page for detailed dependency and build information.
  
  
 
 
frequently_asked_questions.1352569478.txt.gz ยท Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki