[Webkit-unassigned] [Bug 39266] New: Sparkle causing crashes upon testing for new version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 22:31:09 PDT 2010


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

           Summary: Sparkle causing crashes upon testing for new version
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh PowerPC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bmturner at optonline.net


ON several occasions Testing nightly builds Webkit will crash, typically once a day, with the crashing thread involving Sparkle. I have submitted reports at crash time for this problem. I also tried to disable this checking in 'org.webkit.nightly.WebKit.plist' by disabling SUEnableAutomaticChecks, which tonight didn't stop a crash. I have included this file from just  after the crash:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ApplicationCrashedAfterRelaunch</key>
    <integer>0</integer>
    <key>StartPageShownInVersion</key>
    <integer>59204</integer>
    <key>SUEnableAutomaticChecks</key>
    <false/>
    <key>SUHasLaunchedBefore</key>
    <true/>
    <key>SULastCheckTime</key>
    <date>2010-05-18T05:02:58Z</date>
    <key>SUSendProfileInfo</key>
    <false/>
</dict>
</plist>

Next is the beginning of the crash report:

Process:         Safari [31043]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r59204 (59204)
Code Type:       PPC (Native)
Parent Process:  launchd [129]

Date/Time:       2010-05-18 01:01:28.006 -0400
OS Version:      Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  996E3262-8A19-420E-B798-8CFE173AB98B

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000021
Crashed Thread:  0

Thread 0 Crashed:
0   libobjc.A.dylib                   0xfffeff18 objc_msgSend_rtp + 24
1   org.andymatuschak.Sparkle         0x006c25dc 0x6c1000 + 5596
2   org.andymatuschak.Sparkle         0x006c2514 0x6c1000 + 5396
3   com.apple.Foundation              0x91e2b684 _nsnote_callback + 196
4   com.apple.CoreFoundation          0x92bda438 _CFXNotificationPostNotification + 920
5   com.apple.Foundation              0x91e28dc0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
6   org.andymatuschak.Sparkle         0x006d15f8 load_dsa_key + 34808
7   org.andymatuschak.Sparkle         0x006ce83c load_dsa_key + 23100
8   org.andymatuschak.Sparkle         0x006d0bdc load_dsa_key + 32220
9   org.andymatuschak.Sparkle         0x006d1380 load_dsa_key + 34176
10  org.andymatuschak.Sparkle         0x006cf614 load_dsa_key + 26644
11  org.andymatuschak.Sparkle         0x006c61d8 0x6c1000 + 20952
12  com.apple.Foundation              0x91f8b120 _NSURLDownloadDidFinish + 120
13  com.apple.CFNetwork               0x901279d0 URLDownload::downloadFinished() + 68
14  com.apple.CFNetwork               0x90128c68 DownloadConnectionClient::_connectionDidFinishLoadingCallback(_CFURLConnection*, void const*) + 32
15  com.apple.CFNetwork               0x9015fd8c URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*) + 236
16  com.apple.CFNetwork               0x90160a08 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 172
17  com.apple.CFNetwork               0x90160cd8 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 892
18  com.apple.CFNetwork               0x9015f500 URLConnectionClient::processEvents() + 132
19  com.apple.CFNetwork               0x90109020 MultiplexerSource::perform() + 168
20  com.apple.CoreFoundation          0x92bf80d0 CFRunLoopRunSpecific + 1104
21  com.apple.HIToolbox               0x9287ab14 RunCurrentEventLoopInMode + 264
22  com.apple.HIToolbox               0x9287a938 ReceiveNextEventCommon + 412
23  com.apple.HIToolbox               0x9287a778 BlockUntilNextEventMatchingListInMode + 84
24  com.apple.AppKit                  0x9577d244 _DPSNextEvent + 596
25  com.apple.AppKit                  0x9577cbfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
26  com.apple.Safari                  0x0000dbf4 0x1000 + 52212
27  com.apple.AppKit                  0x9577689c -[NSApplication run] + 744
28  com.apple.AppKit                  0x95747298 NSApplicationMain + 440
29  com.apple.Safari                  0x0000302c 0x1000 + 8236


I don't know is there is some incompatibility on my system that effects Sparkle, but this problem has happened over several nightly builds with similar crash reports.

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