Bug 8436

Summary: xserver_xorg-server Segmentation fault
Product: buildroot Reporter: buildroot
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description buildroot 2015-11-05 19:45:08 UTC
Hello,

xserver_xorg-server crash when using Dillo or Midori.

See : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63346

xserver_xorg-server should never be built with the -Os option (default option).

The server works when compiled with -O3 option.

Best regards,

Thomas
Comment 1 Thomas Petazzoni 2016-05-06 13:52:20 UTC
"Fixed" by https://git.busybox.net/buildroot/commit/?id=5500211e201f84b6e2ce0dd5ff3013fb92628860. I.e, we force -O2 for the X.org server.