Debugging Octave: Difference between revisions

Jump to navigation Jump to search
Line 96: Line 96:
1. The core dump file is not in the correct format. It is the case if the core dump handler of your system compresses core dumps before storing them, and you need to decompress the core dump first.
1. The core dump file is not in the correct format. It is the case if the core dump handler of your system compresses core dumps before storing them, and you need to decompress the core dump first.


2. Core was generated by a-path-to/octave-gui. Then quit gdb and start it again by:
2. Core dump was generated by a-path-to/octave-gui. Then quit gdb and start it again by:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
gdb octave-gui -c <Path to core dump>
gdb octave-gui -c <Path to core dump>

Navigation menu