On Sun, Jan 29, 2017 at 12:41:20PM +0100, Sebastien Marie wrote: > Hi, > > I report this error as it is the first time I saw it when a coredump is > generated. > > It occurs reproductibly with my current profile (but not with a fresh > profile) when firefox crashs (currently when I visit > https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust with JS > activated). > > Please note that my point isn't the firefox crash, but the kernel error > message. > > (launch firefox and visit url above) > $ firefox > > (firefox:76129): Gdk-ERROR **: The program 'firefox' received an X Window > System error. > This probably reflects a bug in the program. > The error was 'RenderBadPicture (invalid Picture parameter)'. > (Details: serial 59593 error_code 143 request_code 139 (RENDER) minor_code > 7) > (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 GDK_SYNCHRONIZE environment > variable to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) > [Child 4704] ###!!! ABORT: Aborting on channel error.: file > /usr/obj/ports/firefox-51.0/firefox-51.0/ipc/glue/MessageChannel.cpp, line > 2056 > [Child 4704] ###!!! ABORT: Aborting on channel error.: file > /usr/obj/ports/firefox-51.0/firefox-51.0/ipc/glue/MessageChannel.cpp, line > 2056
As for this particular crash, looking for RenderBadPicture in bugzilla yields https://bugzilla.mozilla.org/show_bug.cgi?id=1335827 - testing a fix.