<div dir="ltr">[...]<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
** (geany:22793): CRITICAL **: enchant_is_title_case: assertion `word && *word' failed<br>
<br>
** (geany:22793): CRITICAL **: enchant_is_all_caps: assertion `word && *word' failed<br>
<br>
** (geany:22793): CRITICAL **: enchant_is_title_case: assertion `word && *word' failed<br></blockquote><div><br></div><div>These messages are from the enchant library that the spell checker plugin uses, so step one is to disable that plugin in the plugin manager and try again.</div>
<div><br></div><div>[...]</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
...<br>
[SNIP!  ~230 each of these two lines while Geany was 'frozen' -- Victoria]<br>
...<br>
<br></blockquote><div><br></div><div>Looks suspicious, lets try the disable of the spell checker :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
** (geany:22793): CRITICAL **: enchant_is_title_case: assertion `word && *word' failed<br>
<br>
** (geany:22793): CRITICAL **: enchant_is_all_caps: assertion `word && *word' failed<br>
<br>
Geany-INFO: /home/victoria/Programming/RDB, SQL/Examples/Tutorial 3 -  More Advanced SQL Instruction/Tutorial 3 -  More Advanced SQL Instruction.txt : None (UTF-8)<br>
<br>
<br>
[FOLLOWING LINE AFTER FILE SAVE -- Victoria:]<br>
<br>
(geany:22793): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br></blockquote><div><br></div><div>I suspect (without a great deal of evidence to date) that this is from the tree browser plugin, but I doubt its the cause of the slowdown.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
** (geany:22793): CRITICAL **: enchant_is_title_case: assertion `word && *word' failed<br>
<br>
** (geany:22793): CRITICAL **: enchant_is_all_caps: assertion `word && *word' failed<br></blockquote><div><br></div><div>[...]</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I repeated the above (Geany in gdb), this time halting gdb (Ctrl-C in terminal) when Geany was frozen.  Geany went to a slightly greyed-out (non-responsive but still visible, readable) window and remained as a process in the System Monitor.  It finally closed when I quit gdb (below):<br>
</blockquote><div><br></div><div>Thats what is supposed to happen, the ctrl-c just interrupts it and throws control back to gdb, freezing the UI.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
victoria@victoria:~$ gdb geany<br>
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04<br>
Copyright (C) 2012 Free Software Foundation, Inc.<br>
License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>><br>
This is free software: you are free to change and redistribute it.<br>
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<br>
and "show warranty" for details.<br>
This GDB was configured as "x86_64-linux-gnu".<br>
For bug reporting instructions, please see:<br>
<<a href="http://bugs.launchpad.net/gdb-linaro/" target="_blank">http://bugs.launchpad.net/gdb-linaro/</a>>...<br>
Reading symbols from /usr/bin/geany...(no debugging symbols found)...done.<br>
(gdb) run<br>
Starting program: /usr/bin/geany<br>
[Thread debugging using libthread_db enabled]<br>
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>
[New Thread 0x7ffff01af700 (LWP 23335)]<br>
[New Thread 0x7fffef9ae700 (LWP 23336)]<br>
[New Thread 0x7fffee948700 (LWP 23337)]<br>
<br>
(geany:23332): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_list_store_clear: assertion `GTK_IS_LIST_STORE (list_store)' failed<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br>
[Thread 0x7fffee948700 (LWP 23337) exited]<br>
<br>
(geany:23332): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed<br>
^C<br>
Program received signal SIGINT, Interrupt.<br>
0x00007ffff541e313 in poll () from /lib/x86_64-linux-gnu/libc.so.6<br>
(gdb) q<br></blockquote><div><br></div><div>What you should do here is bt to get a backtrace before quitting.</div><div><br></div><div><br></div><div> [...]</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I hope that this helps; Although knowledgeable in Linux operation, I am entirely unfamiliar with debugging (gdb, etc.)<br></blockquote><div><br></div><div>No problem, thanks for helping.</div><div><br></div><div>Cheers</div>
<div>Lex</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div></div>