Public bug reported:
https://launchpad.net/malone/bugs/31077

Affects: gnome-utils (Ubuntu)
       Severity: Normal
       Priority: (none set)
         Status: Unconfirmed

Description:
gnome-dictionary crashes when looking up the word game.

stacktrace:
[EMAIL PROTECTED]:~$ gdb gnome-dictionary
GNU gdb 6.4-debian
Copyright 2005 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"...Using host libthread_db library 
"/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) run
Starting program: /usr/bin/gnome-dictionary
[Thread debugging using libthread_db enabled]
[New Thread 923200320 (LWP 25678)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 923200320 (LWP 25678)]
0x37fb5c8e in gdict_client_context_parse_line (context=0x80e3a68,
    buffer=0x81c9478 "595 Moby Thesaurus words for ")
    at gdict-client-context.c:1494
1494              p = g_utf8_next_char (p);
(gdb) thread apply all bt

Thread 1 (Thread 923200320 (LWP 25678)):
#0  0x37fb5c8e in gdict_client_context_parse_line (context=0x80e3a68,
    buffer=0x81c9478 "595 Moby Thesaurus words for ")
    at gdict-client-context.c:1494
#1  0x37fb65b2 in gdict_client_context_io_watch_cb (channel=0x81945a8,
    condition=G_IO_IN, context=0x80e3a68) at gdict-client-context.c:1735
#2  0x3751e4ac in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#3  0x374f7747 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#4  0x374fa806 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#5  0x374fab28 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#6  0x37950335 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x0804e388 in gdict_main () at gdict-app.c:411
#8  0x08054e9b in main (argc=1, argv=0x3fde71c4) at main.c:19
(gdb) quit
The program is running.  Exit anyway? (y or n) y

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to