[Webkit-unassigned] [Bug 52198] Opening twitter home page (own tweets) crashes without dump in r75478

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 05:36:37 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52198





--- Comment #13 from Jyrki Wahlstedt <jyrki.wahlstedt at wahlstedt.fi>  2011-01-13 05:36:38 PST ---
Hmm,
using the instructions (WinDbg->.symfix->.reload->analyze) I get this (the behaviour is now different,as there is an unknown exception, and the process does not proceed, only after detaching debuggee it vanishes into thin air) (this is from r75682):
0:000> !analyze -v
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\work\WebKit\WebKitBuild\Release\bin\WebKit.dll - 
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

*** ERROR: Module load completed but symbols could not be loaded for C:\Program Files\Safari\Safari.exe
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Common Files\Apple\Apple Application Support\libdispatch.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Common Files\Apple\Apple Application Support\pthreadVC2.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Common Files\Apple\Apple Application Support\CoreFoundation.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Common Files\Apple\Apple Application Support\CFNetwork.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Safari\Safari.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Mozilla Firefox\plugins\nppdf32.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Reader 9.0\Reader\ACE.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Reader 9.0\Reader\AGM.dll - 
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\macromed\Flash\NPSWF32.dll - 
GetPageUrlData failed, server returned HTTP status 404
URL requested: http://watson.microsoft.com/StageOne/Safari_exe/5_33_19_4/kernel32_dll/5_1_2600_5781/00012afb.htm?Retriage=1

FAULTING_IP: 
kernel32!RaiseException+53
7c812afb 5e              pop     esi

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 7c812afb (kernel32!RaiseException+0x00000053)
   ExceptionCode: c06d007e
  ExceptionFlags: 00000000
NumberParameters: 1
   Parameter[0]: 0013f554

FAULTING_THREAD:  00001670

DEFAULT_BUCKET_ID:  APPLICATION_FAULT

PROCESS_NAME:  Safari.exe

ERROR_CODE: (NTSTATUS) 0xc06d007e - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xc06d007e - <Unable to get error code text>

EXCEPTION_PARAMETER1:  0013f554

MOD_LIST: <ANALYSIS/>

NTGLOBALFLAG:  0

APPLICATION_VERIFIER_FLAGS:  0

PRIMARY_PROBLEM_CLASS:  APPLICATION_FAULT

BUGCHECK_STR:  APPLICATION_FAULT_APPLICATION_FAULT

LAST_CONTROL_TRANSFER:  from 027a1b6c to 7c812afb

STACK_TEXT:  
0013f530 027a1b6c c06d007e 00000000 00000001 kernel32!RaiseException+0x53
WARNING: Stack unwind information not available. Following frames may be wrong.
0013f598 0279b807 00000054 0013f554 00000002 WebKit!WebLocalizedLPCTSTR+0x13d8c
0013f6a4 016ba982 1f0a0000 7fe52584 05cc03a8 WebKit!WebLocalizedLPCTSTR+0xda27
0013f6d4 016baeaa 0013f710 7fe52584 05cc0038 JavaScriptCore!JSC::JITCode::execute+0x22 [c:\work\webkit\source\javascriptcore\jit\jitcode.h @ 77]
0013f714 0162e472 0013f740 7f53bc60 7e96b058 JavaScriptCore!JSC::Interpreter::execute+0x1da [c:\work\webkit\source\javascriptcore\interpreter\interpreter.cpp @ 778]
0013f744 02260c5f 0013f788 7e96b058 7e96b020 JavaScriptCore!JSC::evaluate+0x102 [c:\work\webkit\source\javascriptcore\runtime\completion.cpp @ 64]
0013f788 022960ce 028d172c 00000000 02260d94 WebKit!WTF::ThreadCondition::timedWait+0x3fbf9
0013f834 022b862b 749bd000 7ff0be88 753adf98 WebKit!WKContextMenuItemGetTypeID+0xa41e
0013f894 025334e9 00000000 00000000 0013f91c WebKit!WKContextMenuItemGetTypeID+0x2c97b
00000000 00000000 00000000 00000000 00000000 WebKit!setUseOpenSourceWebKit+0x182a09


FOLLOWUP_IP: 
WebKit!WebLocalizedLPCTSTR+13d8c
027a1b6c 8b45d8          mov     eax,dword ptr [ebp-28h]

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  webkit!WebLocalizedLPCTSTR+13d8c

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: WebKit

IMAGE_NAME:  WebKit.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  4d2ebc2f

STACK_COMMAND:  dt ntdll!LdrpLastDllInitializer BaseDllName ; dt ntdll!LdrpFailureData ; ~0s ; kb

FAILURE_BUCKET_ID:  APPLICATION_FAULT_c06d007e_WebKit.dll!WebLocalizedLPCTSTR

BUCKET_ID:  APPLICATION_FAULT_APPLICATION_FAULT_webkit!WebLocalizedLPCTSTR+13d8c

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/Safari_exe/5_33_19_4/4cd2131b/kernel32_dll/5_1_2600_5781/49c4f482/c06d007e/00012afb.htm?Retriage=1

Followup: MachineOwner
---------

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list