On Thu, 8 May 2008 12:30:17 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
First I have to say, that geany is up and running. No matter of these messages.
gdb `which geany` r --g-fatal-warnings
$ gdb `which geany` GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) r --g-fatal-warnings Starting program: /usr/bin/geany --g-fatal-warnings (no debugging symbols found) (no debugging symbols found) .... [Thread debugging using libthread_db enabled] [New Thread -1220277696 (LWP 12503)] (no debugging symbols found) .... ....and geany is running.
Then when gdb stops type: bt full
Because there is no crash, I can't get a backtrace.