Comment 18 for bug 975503

Revision history for this message
In , julien2412 (serval2412-6) wrote :

Created attachment 58276
bt from master on pc Debian x86-64

I retrieved this pb too (I've been had this one since a while)

First I had this :
The program 'soffice' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 10673 error_code 8 request_code 42 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

So to retrieve the bt, I did before launching soffice.bin --calc
export GDK_SYNCHRONIZE="1"
(commit c604a738f48ffa4c12f7c9801d03a146303d3123)