Comment #4 on issue 5175 by [email protected]: Chrome: Crash Report - Stack Signature: v8::internal::Parser::ParseConditionalExpression(bool,bool *) http://code.google.com/p/chromium/issues/detail?id=5175
I don't have proper internet at the moment, so I can't access corp or sync. Without a repro it's pretty hard for me to figure out what the issue is and what risk we're running. "Thread 1 *CRASHED* (EXCEPTION_ACCESS_VIOLATION @0x020ed7fe)" sounds interesting, but what are the actual AV's details? If it's a NULL ptr read then it's nothing big, but a execute AV @ 0x20ed7fe would be EoP. Assuming it's in V8, which only runs in the renderer process, this is less of a security risk than something similar in the browser process. Could somebody answer these two questions for me: 1) Which process was this in? (Renderer/Browser) 2) What is the exact AV? (details + disasm) That would allow me to make a guess at the security implications. Ideal would be a repro, but I guess that's hard to do from a dmp. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
