https://bugzilla.novell.com/show_bug.cgi?id=664793 https://bugzilla.novell.com/show_bug.cgi?id=664793#c11 Sergey - <sergey1369@narod.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sergey1369@narod.ru --- Comment #11 from Sergey - <sergey1369@narod.ru> 2011-03-19 13:23:09 UTC --- It dumps core on "splashy test". -------------------------------- rm -f core ulimit -c 9999 splashy test sleep 2 gdb /usr/sbin/splashy core ------------------------------ Core was generated by `splashy test'. Program terminated with signal 11, Segmentation fault. #0 0x00000021 in ?? () (gdb) bt #0 0x00000021 in ?? () #1 0xb77c4eff in splashy_stop_splash () at splashy_video.c:1356 #2 0x08049f92 in cmd_exit (args=0x0) at splashy_functions.c:298 #3 0x0804b15f in splashy_child_exit () at splashy_functions.c:1332 #4 0x08049c88 in main (argc=2, argv=0xbf8542d4) at splashy_main.c:154 (gdb) fr 1 #1 0xb77c4eff in splashy_stop_splash () at splashy_video.c:1356 1356 video.ev_buffer->Release (video.ev_buffer); /* input buffer */ (gdb) list 1351 * Also release textarea ? 1352 */ 1353 if (video.ev_buffer) 1354 { 1355 DEBUG_PRINT ("Releasing %s\n", "ev_buffer"); 1356 video.ev_buffer->Release (video.ev_buffer); /* input buffer */ 1357 } 1358 if (video.keyboard) 1359 { 1360 DEBUG_PRINT ("Releasing %s\n", "keyboard"); (gdb) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.