Open GoogleCodeExporter opened 9 years ago
Original comment by thestig@chromium.org
on 17 Oct 2012 at 11:15
I'm not sure why this is filed here, but looking at the stack of Thread 0, I
would bet money that that memcpy stomped on a bunch of memory, including some
of the ExceptionHandler state, so then Breakpad crashed trying to handle the
crash. I've seen Firefox on Windows crash in a very similar way due to memmove
overwriting its memory.
Original comment by ted.mielczarek
on 17 Oct 2012 at 11:42
I'm seeing the same crash backtrace in Portal on launch. Others are seeing it
in Team Fortress 2.
At least in my case, the problem appears to be caused by using gfxCardStatus to
force the use of the discrete GPU (which I did to work around rendering
problems I was having in Safari when using the integrated GPU). Reenabling
automatic switching seems to fix the problem. YMMV.
Original comment by dgatwoo...@gmail.com
on 5 Nov 2012 at 12:35
Just to clarify, by "same crash backtrace", I mean the actual crashing thread,
not the rest of the backtrace.
Original comment by dgatwoo...@gmail.com
on 5 Nov 2012 at 12:36
Original issue reported on code.google.com by
alfre...@gmail.com
on 17 Oct 2012 at 11:01