Hi there, I have experienced some weird seg faults- when I try to
change the terminal type in preferences to aterm from xterm, geany
immediatly seg faults. I ran it through GDB and here is what have been
able to fish out:<br>
<br>
(gdb) run<br>
The program being debugged has been started already.<br>
Start it from the beginning? (y or n) y<br>
Starting program: /usr/local/bin/geany <br>
<br>
(process:14270): Gdk-WARNING **: locale not supported by Xlib<br>
<br>
(process:14270): Gdk-WARNING **: cannot set locale modifiers<br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
0xb7496c48 in _vte_termcap_free () from /usr/lib/libvte.so<br>
(gdb) bt<br>
#0  0xb7496c48 in _vte_termcap_free () from /usr/lib/libvte.so<br>
#1  0x0829e160 in ?? ()<br>
#2  0x000005e7 in ?? ()<br>
#3  0x084dc430 in ?? ()<br>
#4  0x00000018 in ?? ()<br>
#5  0xb79bfa00 in __after_morecore_hook () from /lib/libc.so.6<br>
#6  0xb79bdff4 in ?? () from /lib/libc.so.6<br>
#7  0xb79bfa00 in __after_morecore_hook () from /lib/libc.so.6<br>
#8  0x00000010 in ?? ()<br>
#9  0xbf9a0fa8 in ?? ()<br>
#10 0xb790fd7a in calloc () from /lib/libc.so.6<br>
Previous frame inner to this frame (corrupt stack?)<br>
(gdb) <br>
<br>
This can be repeated- so if you need anymore information, please let me know!<br>
Ali<br>