tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: glamor / xf86-video-modesetting



> webgl in firefox works if you change:
> browser.tabs.remote.autostart=true
> in about:config
> (via https://bugzilla.mozilla.org/show_bug.cgi?id=1610395)
> 
> (I had to disable firefox signal catching to get a useful backtrace)

I happened to be looking at this a while ago, and I already had firefox
with this part commented out:

          CATCH_SIGNAL(SIGILL);
          CATCH_SIGNAL(SIGABRT);
          CATCH_SIGNAL(SIGSEGV);
          CATCH_SIGNAL(SIGTERM);

in toolkit/profile/nsProfileLock.cpp

This makes the backtraces in the core dumps actually useful.

I didn't think to search for the first function in the backtrace on my
previous attempt and gave up. But when I did, I got to the bugzilla bug
report.


Home | Main Index | Thread Index | Old Index