segfaults

Bernd Gehrmann bernd at physik.hu-berlin.de
Sat Jul 31 00:37:11 BST 1999


On Fri, 30 Jul 1999 Virgil King wrote:
>Segmentation fault      (core dumped) kdevelop
>
>After opening a project. Can I compile kdevelop to be more verbose?

./configure --enable-debug is always a good idea. Apart from
that, you get at least information _where_ the segfault
occured if you load it into the debugger with 'gdb kdevelop',
then 'run' and when it crashes, type 'where'.

Bernd.



More information about the KDevelop mailing list