Bug 8436 - xserver_xorg-server Segmentation fault
Summary: xserver_xorg-server Segmentation fault
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 19:45 UTC by buildroot
Modified: 2016-05-06 13:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.