[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:14:13 PDT 2009


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





--- Comment #10 from rob.manea at gmail.com  2009-10-29 09:14:13 PDT ---
One more thing, valgrind on GtkLauncher:

$ G_SLICE=always-malloc valgrind ./GtkLauncher
==21701== Memcheck, a memory error detector
==21701== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==21701== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==21701== Command: ./GtkLauncher GtkLauncher
==21701== 
==21701== Invalid read of size 4
==21701==    at 0x531348E: g_main_context_prepare (gmain.c:2276)
==21701==    by 0x5313870: g_main_context_iterate (gmain.c:2571)
==21701==    by 0x53140BE: g_main_loop_run (gmain.c:2799)
==21701==    by 0x5014FD8: gtk_main (in /usr/lib/libgtk-x11-2.0.so.0.1800.3)
==21701==    by 0x8049B3C: main (main.c:209)
==21701==  Address 0x7bb40c0 is not stack'd, malloc'd or (recently) free'd
==21701== 
==21701== 
==21701== Process terminating with default action of signal 11 (SIGSEGV)
==21701==  Access not within mapped region at address 0x7BB40C0
==21701==    at 0x531348E: g_main_context_prepare (gmain.c:2276)
==21701==    by 0x5313870: g_main_context_iterate (gmain.c:2571)
==21701==    by 0x53140BE: g_main_loop_run (gmain.c:2799)
==21701==    by 0x5014FD8: gtk_main (in /usr/lib/libgtk-x11-2.0.so.0.1800.3)
==21701==    by 0x8049B3C: main (main.c:209)
==21701==  If you believe this happened as a result of a stack
==21701==  overflow in your program's main thread (unlikely but
==21701==  possible), you can try to increase the size of the
==21701==  main thread stack using the --main-stacksize= flag.
==21701==  The main thread stack size used in this run was 8388608.
==21701== 
==21701== HEAP SUMMARY:
==21701==     in use at exit: 486,383 bytes in 9,761 blocks
==21701==   total heap usage: 28,253 allocs, 18,492 frees, 2,155,524 bytes
allocated
==21701== 
==21701== LEAK SUMMARY:
==21701==    definitely lost: 3,468 bytes in 21 blocks
==21701==    indirectly lost: 9,567 bytes in 474 blocks
==21701==      possibly lost: 6,064 bytes in 127 blocks
==21701==    still reachable: 467,284 bytes in 9,139 blocks
==21701==         suppressed: 0 bytes in 0 blocks
==21701== Rerun with --leak-check=full to see details of leaked memory
==21701== 
==21701== For counts of detected and suppressed errors, rerun with: -v
==21701== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 192 from 13)
[1]    21701 killed     G_SLICE=always-malloc valgrind ./GtkLauncher

-- 
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