Adium

Ticket #7543 (closed defect: duplicate)

Opened 1 year ago

Last modified 1 year ago

SUUpdater: Crash on startup

Reported by: dang Assigned to: nobody
Priority: normal Milestone: zzzDuplicate tickets
Component: Adium Core Version: 1.1
Severity: regression Keywords: crash, startup
Cc: Patch: None
Pending: 0

Description (Last modified by boredzo)

Duplicate of #7542. Please direct all future updates there.

Summary: Crash on startup of Adium.

Description: After a reboot of the machine, Adium will no longer startup. It will crash everytime when instantiating (the contact list header will load).

I tried to reboot and it still crashed. I also tried re-installing and got the same results.

Steps to repro: 1) start adium 2) watch it crash

Observed results: Crash during initialization of Adium

Expected results: no crash, adium to start fine

Version: 1.1

Attachments

adium_crash.txt (21.6 kB) - added by dang on 08/13/2007 12:22:14 PM.
crash_report_adium.txt (21.1 kB) - added by enigmaticfox on 08/13/2007 12:56:50 PM.

Change History

08/13/2007 12:22:14 PM changed by dang

  • attachment adium_crash.txt added.

08/13/2007 12:56:50 PM changed by enigmaticfox

  • attachment crash_report_adium.txt added.

08/13/2007 12:57:04 PM changed by enigmaticfox

I am having the exact same problem. I'm attaching my crash report in case it will help. Running Mac OS X 10.4.10 on an Intel Core Duo Mini, just updated to Adium 1.1. Didn't happen before today.

08/13/2007 01:17:07 PM changed by evands

  • summary changed from Crash on startup to SUUpdater: Crash on startup.
  • severity changed from normal to regression.
  • milestone set to Adium X 1.1.1.

Both crashes are:

Thread 0 Crashed: 
18 0   libobjc.A.dylib                     0x90a59380 objc_msgSend + 16 
19 1   org.ironcoder.SparklePlus           0x001e2881 -[SUUpdater newVersionAvailable] + 45 
20 2   org.ironcoder.SparklePlus           0x001e2c04 -[SUUpdater appcastDidFinishLoading:] + 705 

and are likely the same problem as #7544.

08/13/2007 01:28:10 PM changed by evands

I bet that unfixing the minimum version specification in the appcast - that is, re-breaking it - would stop this crash. Unfortunately, that's a poor solution. We may have to do so in order to push an update which fixes the Sparkle crash when comparing system versions (which I suspect this is, seen more clearly in #7544). We'll just have to include a big disclaimer at the top of the release notes saying "OS X 10.3 USERS: PLEASE CLICK IGNORE THIS VERSION" in flashing red letters.

08/13/2007 01:31:35 PM changed by zacw

Here's my sparkle crash.

Date/Time:      2007-08-13 13:30:25.883 -0400
OS Version:     10.4.10 (Build 8R218)
Report Version: 4

Command: Adium
Path:    /Applications/Adium.app/Contents/MacOS/Adium
Parent:  WindowServer [71]

Version: 1.1 (1.1)

PID:    1325
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x0c41f67b

Thread 0 Crashed:
0   libobjc.A.dylib                	0x90a400f8 objc_msgSend + 24
1   org.ironcoder.SparklePlus      	0x001dd7f0 -[SUAppcastItem minimumSystemVersion] + 36
2   org.ironcoder.SparklePlus      	0x001da3c4 -[SUUpdater newVersionAvailable] + 52
3   org.ironcoder.SparklePlus      	0x001da734 -[SUUpdater appcastDidFinishLoading:] + 672
4   com.apple.Foundation           	0x92befa0c __NSFireMainThreadPerform + 276
5   com.apple.CoreFoundation       	0x9080eae0 __CFRunLoopPerformPerform + 104
6   com.apple.CoreFoundation       	0x907de4fc __CFRunLoopDoSources0 + 384
7   com.apple.CoreFoundation       	0x907dda2c __CFRunLoopRun + 452
8   com.apple.CoreFoundation       	0x907dd4ac CFRunLoopRunSpecific + 268
9   com.apple.HIToolbox            	0x9329ab20 RunCurrentEventLoopInMode + 264
10  com.apple.HIToolbox            	0x9329a12c ReceiveNextEventCommon + 244
11  com.apple.HIToolbox            	0x9329a020 BlockUntilNextEventMatchingListInMode + 96
12  com.apple.AppKit               	0x937a0ae4 _DPSNextEvent + 384
13  com.apple.AppKit               	0x937a07a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
14  com.apple.AppKit               	0x9379ccec -[NSApplication run] + 472
15  com.apple.AppKit               	0x9388d87c NSApplicationMain + 452
16  com.adiumX.adiumX              	0x00002bf0 _start + 760
17  com.adiumX.adiumX              	0x000028f4 start + 48

08/13/2007 01:36:00 PM changed by boredzo

  • status changed from new to closed.
  • resolution set to duplicate.
  • description changed.

Duplicate of #7542.