[Webkit-unassigned] [Bug 30085] New: run-safari crashes in Safari.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 11:29:15 PDT 2009


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

           Summary: run-safari crashes in Safari.dll
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yong.li at torchmobile.com


I got a win32 webkit build. run-safari crashes when launching the browser.

VS2005 debugger shows it crashes in free.c, 

        {
            retval = HeapFree(_crtheap, 0, pBlock);
// Crash here
            if (retval == 0)
            {
                errno = _get_errno_from_oserr(GetLastError());
            }
        }

The stack trace is:

     7fe99ea0()    
     Safari.dll!677029c7()     
     [Frames below may be incorrect and/or missing, no symbols loaded for
Safari.dll]    
     Safari.dll!676fc1b7()     
     user32.dll!77450657()     
     Safari.dll!676e428d()     
     Safari.dll!676e1c68()     
     user32.dll!7744f8d2()     
     user32.dll!77441912()     
     user32.dll!7744f73d()     
     user32.dll!77450817()     
     user32.dll!774439f7()     
     ntdll.dll!77ac99ce()     
     user32.dll!77443cf7()     
     user32.dll!77443b94()     
     user32.dll!7743eb62()     
     user32.dll!7744382f()     
     user32.dll!7743eb7f()     
     user32.dll!7743ebab()     
     CoreFoundation.dll!6b847ed2()     
     CoreFoundation.dll!6b892ba0()     
     CoreFoundation.dll!6b88d60c()     
     CoreFoundation.dll!6b89087b()     
     CoreFoundation.dll!6b88d30f()     
     CoreFoundation.dll!6b88d60c()     
     CoreFoundation.dll!6b88dc1a()     
     ntdll.dll!77ab429e()     
     ntdll.dll!77ab429e()     
     ntdll.dll!77ab0e36()     
     user32.dll!77443cc3()     
     user32.dll!7743d57a()     
     user32.dll!7743d63f()     
     user32.dll!77443d9a()     
     Safari.dll!67728fc2()     
     Safari.dll!6775a6b5()     
     Safari.dll!67703189()     
     Safari.dll!6773dec6()     
     Safari.dll!67701942()     
     pthreadVC2.dll!73fc32fe()     
     Safari.dll!676fc83f()     
     CFNetwork.dll!69e761bc()     
     Safari.dll!6774d706()     
     Safari.dll!6774ddb8()     
     Safari.exe!003f1412()     
     ntdll.dll!77ad5b87()     
     ntdll.dll!77ad8b2c()     
     ntdll.dll!77ad8752()     
     ntdll.dll!77ad8752()     
     ntdll.dll!77ad861f()     
     ntdll.dll!77ad8652()     
     kernel32.dll!77c3c56f()     
>	msvcr80.dll!free(void * pBlock=0x01787b38)  Line 110	C
     msvcr80.dll!_wsetenvp()  Line 139    C
     msvcr80.dll!__wgetmainargs(int * pargc=0x003f3018, unsigned short * * *
pargv=0x003f3020, unsigned short * * * penvp=0x003f301c, int
dowildcard=0x00000000, _startupinfo * startinfo=0xaed3d67a)  Line 127 + 0x5
bytes    C
     Safari.exe!003f146f()     
     Safari.exe!003f15d4()     
     kernel32.dll!77c34911()     
     ntdll.dll!77aae4b6()     
     ntdll.dll!77aae489()

-- 
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