[Webkit-unassigned] [Bug 30860] [Gtk] uzbl and surf segfaults with 1.1.15.3 and 1.1.16 (devel)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 09:03:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30860





--- Comment #8 from rob.manea at gmail.com  2009-10-29 09:03:51 PDT ---
(In reply to comment #7)
> I have a similar stacktrace, on karmic too.


Yeah, so here a trace with debug symbols in glib:

Starting program: /home/robert/proggen/uzbl/uzbl -c -
[Thread debugging using libthread_db enabled]
[New Thread 0xb4a93b70 (LWP 21641)]

Program received signal SIGSEGV, Segmentation fault.
0x00000011 in ?? ()
(gdb) bt
#0  0x00000011 in ?? ()
#1  0xb69534d0 in IA__g_main_context_prepare (context=0x809b630,
priority=0xbffff3bc) at gmain.c:2280
#2  0xb6953871 in g_main_context_iterate (context=0x809b630, block=<value
optimized out>, dispatch=1, self=0x805a028)
    at gmain.c:2571
#3  0xb69540bf in IA__g_main_loop_run (loop=0x80b5da0) at gmain.c:2799
#4  0xb6e9ffd9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x08054b25 in main (argc=3, argv=0xbffff584) at uzbl.c:2953
(gdb) frame 1
#1  0xb69534d0 in IA__g_main_context_prepare (context=0x809b630,
priority=0xbffff3bc) at gmain.c:2280
2280          result = (*prepare) (source, &source_timeout);
(gdb) print *source
$1 = {callback_data = 0x0, callback_funcs = 0x0, source_funcs = 0xb413a0c0,
ref_count = 3, context = 0x809b630, 
  priority = 0, flags = 1, source_id = 2, poll_fds = 0x0, prev = 0x809b5c0,
next = 0x80c48e8, reserved1 = 0x0, 
  reserved2 = 0x0}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list