GNOME Bugzilla – Bug 746919
Freeze when opening a larger number of files and searching in them
Last modified: 2015-04-18 09:17:19 UTC
1. Open about 30 files, some being larger 2. Search in text 3. Freeze $:andre\> gdb -p 12282 GNU gdb (GDB) Fedora 7.8.2-38.fc21 [...] _gtk_text_btree_char_is_invisible (iter=iter@entry=0xbfed9354) at gtktextbtree.c:2510 2510 if (tag->priv->invisible_set) (gdb) thread apply all bt
+ Trace 234902
Thread 1 (Thread 0xb5c7e880 (LWP 12282))
(gdb) list 2505 { 2506 if ((seg->type == >k_text_toggle_on_type) 2507 || (seg->type == >k_text_toggle_off_type)) 2508 { 2509 tag = seg->body.toggle.info->tag; 2510 if (tag->priv->invisible_set) 2511 { 2512 tags[tag->priv->priority] = tag; 2513 tagCnts[tag->priv->priority]++; 2514 } (gdb) info register eax 0xa5b4fc0 173756352 ecx 0x9247b58 153385816 edx 0x27ad4 162516 ebx 0xb7441000 -1220276224 esp 0xbfed7310 0xbfed7310 ebp 0xbfed734c 0xbfed734c esi 0x9247b40 153385792 edi 0x428ee 272622 eip 0xb6ff3ffd 0xb6ff3ffd <_gtk_text_btree_char_is_invisible+653> eflags 0x200246 [ PF ZF IF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb)
Does one of the file contain a very long line?
Maybe gedit used too much memory and the swap was being used.
(In reply to Sébastien Wilmet from comment #1) > Does one of the file contain a very long line? Yes
*** This bug has been marked as a duplicate of bug 127731 ***