Bug 50625 - Random CRASH() after a period of no use in r73302
Summary: Random CRASH() after a period of no use in r73302
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 50677 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-07 05:13 PST by Jyrki Wahlstedt
Modified: 2011-02-15 08:47 PST (History)
2 users (show)

See Also:


Attachments
crash dump from r73302 (99.41 KB, application/octet-stream)
2010-12-07 05:13 PST, Jyrki Wahlstedt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jyrki Wahlstedt 2010-12-07 05:13:35 PST
Created attachment 75802 [details]
crash dump from r73302

Nothing to add, really, I was doing something else for a while, and saw a message box of WebKit crash, so there was no action from me:(
Comment 1 Alexey Proskuryakov 2010-12-07 10:31:06 PST
FAULTING_IP: 
JavaScriptCore+7e392
0169e392 c705efbeadbb00000000 mov dword ptr ds:[0BBADBEEFh],0

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0169e392 (JavaScriptCore+0x0007e392)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 00000001
   Parameter[1]: bbadbeef
Attempt to write to address bbadbeef
Comment 2 Alexey Proskuryakov 2010-12-08 13:59:18 PST
*** Bug 50677 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Proskuryakov 2010-12-11 11:12:43 PST
Geoff, could this be fixed in <http://trac.webkit.org/changeset/73592>?
Comment 4 Geoffrey Garen 2010-12-13 11:17:07 PST
bbadbeef means possibly, yes.
Comment 5 Alexey Proskuryakov 2011-02-15 08:47:18 PST
Bug 50917 seems the same, and is reported to be unreproducible now. Resolving this one, too.