https://bugs.freedesktop.org/show_bug.cgi?id=38312
--- Comment #22 from Tony Mechelynck <antoine.mechely...@gmail.com> 2011-06-15 08:21:35 PDT --- (In reply to comment #16) > Tony, if you have time, could you please try running firefox with apitrace as > explained in comment 13? > > Note: you'll need to install cmake and you'll need to cd to the apitrace > directory you just cloned before running cmake. > > Please use a debug build of Firefox for that, for example the latest build I > made for you, as we need to see where that "WARNING: Error resizing offscreen > framebuffer -- framebuffer not complete" was printed and it's only printed in > debug builds. Please keep MOZ_X_SYNC=1 but no need for MOZ_GL_DEBUG_VERBOSE=1 > as apitrace replaces that. (In reply to comment #13) [...] > git clone https://github.com/apitrace/apitrace.git > cmake . > make > LD_PRELOAD=$PWD/glxtrace.so /path/to/firefox > > and firefox*.trace will be generated. cmake 2.8.3-5.2 is already installed git clone... cmake... make... done LD_PRELOAD=$PWD/glxtrace.so MOZ_X_SYNC=1 ~/Minefield/firefox/firefox --sync -P virgin -no-remote 2>&1|tee ~/Minefield/minefield.log ...firefox opens ...look at a few tabs, they seem normal ...Ctrl+Q ...Breakpad comes up, a little comment, [ Quit Firefox ] ls -l *.trace -rw-r--r-- 1 root root 11131 Jun 15 16:53 firefox-bin.1.trace -rw-r--r-- 1 root root 1179 Jun 15 16:50 firefox-bin.trace ls -l ~/Minefield/minefield.log -rw-r--r-- 1 root root 30450 Jun 15 16:53 minefield.log ls -l ~/.mozilla/firefox/Crash\ Reports/submitted ...the oldest one is: -rw-r--r-- 1 root root 50 Jun 15 16:53 bp-47314ac3-428f-4bab-af98-b88c12110615.txt meaning that more info about the crash will be found at https://crash-stats.mozilla.com/report/index/47314ac3-428f-4bab-af98-b88c12110615 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev