I have just finished compiling 0.4 and this time it worked (yay!) -
regardless I have found a weird segmentation fault when I try and close
multiple windows via the control-w key sequence. It doesn't segfault on
a particular file, usually its the second file (never the first) or
also most often at "in.h". I have attached the files I have loaded in
succession using control-o. I have also tried to do a backtrace (I
think- not completely sure if I did it right- please let me know):<br>
<br>
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".<br>
<br>
(gdb) run<br>
Starting program: /usr/local/bin/geany <br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
0xb7baa335 in g_type_check_instance_is_a () from /usr/lib/libgobject-2.0.so.0<br>
(gdb) <br>
<br>
<br>
On occasion I get this output as well directly in console:<br>
<br>
(geany:10369): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed<br>
<br>
(geany:10369): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed<br>
Segmentation fault<br>
<br>
Please let me know if anyone can also reproduce this bug with the
include files. (Apparantly all other files from other projects do not
induce this error)<br>
<br>
Thanks again for this wonderful app!<br>
Oh and I'm really looking forward to user specific keyshortcuts- being an avid ion3 user, nothing would please me more =)<br>
Ali<br>