[Bug 857677] New: s2disk segfault in dfb_core_is_master (core == NULL)
https://bugzilla.novell.com/show_bug.cgi?id=857677 https://bugzilla.novell.com/show_bug.cgi?id=857677#c0 Summary: s2disk segfault in dfb_core_is_master (core == NULL) Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: x86-64 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lpechacek@suse.com QAContact: qa-bugs@suse.de Found By: Development Blocker: --- s2disk unconditionally segfaults. invocation - "s2disk -r /dev/sda7" resulting back trace: # gdb s2disk .. (gdb) run -r /dev/sda7 .. Program received signal SIGSEGV, Segmentation fault. dfb_core_is_master (core=0x0) at core.c:1311 1311 return core->fusion_id == FUSION_ID_MASTER; (gdb) list 1306 bool 1307 dfb_core_is_master( CoreDFB *core ) 1308 { 1309 D_MAGIC_ASSERT( core, CoreDFB ); 1310 1311 return core->fusion_id == FUSION_ID_MASTER; 1312 } 1313 1314 void 1315 dfb_core_activate( CoreDFB *core ) (gdb) bt #0 dfb_core_is_master (core=0x0) at core.c:1311 #1 0x00007ffff6104bc5 in CoreGraphicsStateClient_FlushCurrent (cookie=cookie@entry=0) at CoreGraphicsStateClient.cpp:524 #2 0x00007ffff6158847 in IDirectFBSurface_Destruct (thiz=thiz@entry=0x655730) at idirectfbsurface.c:166 #3 0x00007ffff6159b12 in IDirectFBSurface_Layer_Destruct (thiz=0x655730) at idirectfbsurface_layer.c:81 #4 IDirectFBSurface_Layer_Release (thiz=0x655730) at idirectfbsurface_layer.c:92 #5 0x00007ffff7519c72 in splashy_start_splash () at splashy_video.c:1292 #6 0x0000000000409347 in splashy_open (mode=mode@entry=1) at splashy_funcs.c:32 #7 0x0000000000409268 in splash_prepare (splash=0x60ffe0 <splash>, mode=1) at splash.c:233 #8 0x0000000000404fac in main (argc=<optimized out>, argv=<optimized out>) at suspend.c:2514 Packages installed and kernel version: lpechacek@fmn:~> rpm -q DirectFB libdirectfb-1_7-1 splashy suspend; uname -r DirectFB-1.7.1-1.2.x86_64 libdirectfb-1_7-1-1.7.1-1.2.x86_64 splashy-0.3.13-45.3.x86_64 suspend-1.0-30.3.x86_64 3.13.0-rc7-5-gd11739e-1-vanilla Hardware: Sony Vaio Pro 13, EFI, Secure boot disabled -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=857677 https://bugzilla.novell.com/show_bug.cgi?id=857677#c1 --- Comment #1 from Libor Pecháček <lpechacek@suse.com> 2014-01-08 08:20:11 CET --- As expected adding "splash=n" to s2disk config is a workaround. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=857677 https://bugzilla.novell.com/show_bug.cgi?id=857677#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |trenn@suse.com |ovo.novell.com | -- 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.
participants (1)
-
bugzilla_noreply@novell.com