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
"Fixed" by https://git.busybox.net/buildroot/commit/?id=5500211e201f84b6e2ce0dd5ff3013fb92628860. I.e, we force -O2 for the X.org server.