On 2017-05-06, Peter N. M. Hansteen <pe...@bsdly.net> wrote: > And it happened again - > https://home.nuug.no/~peter/soffice_vs_x_csv/fehfeh.csv triggered > another kaboom, producing the log file > https://home.nuug.no/~peter/soffice_vs_x_csv/Xorg.0.log and the core > file https://home.nuug.no/~peter/soffice_vs_x_csv/Xorg.core > > I'll have to read up on usefully dissecting the core file, in the > meantime this is evidence preserved.
This would be a good start: gdb /usr/X11R6/bin/Xorg /path/to/Xorg.core bt Trying it with your file on my system it looks like it's crashing in sna_poly_fill_rect_stippled_n_box in intel_drv.so, but my binaries may not match yours, so this may not be correct. The Xorg.0.log looks clean so it might be from after a restart - there might be something in Xorg.0.log.old. I would recommend removing the core file from the webserver, it's a dump of the whole memory of the failed Xorg server process so it might include something you don't want kept around.