Hi Guys, I'm one of the Panic (www.panic.com) developers and we're seeing a nil object exception in the latest Growl framework. The stack trace looks like this:
> 0 ...HumbleDaisy.HDCrashReporter 0x000000000B20F3B2 +[STStackTrace > currentStackTrace] + 93 0x10b20d000 0x10b20f355 > > 1 ...HumbleDaisy.HDCrashReporter 0x000000000B20FCA0 +[STStackTrace > currentStackTraceForException:] + 1068 0x10b20d000 0x10b20f874 > > 2 ...HumbleDaisy.HDCrashReporter 0x000000000B2106BD -[ > HDCrashReporter reportException:] + 49 0x10b20d000 0x10b21068c > > 3 ...HumbleDaisy.HDCrashReporter 0x000000000B21050B +[HDCrashReporter > doExceptionReporting:exception:required:] + 141 0x10b20d000 0x10b21047e > > 4 com.panic.Coda2 0x0000000009CB8BE0 -[CodaDelegate > exceptionHandler:shouldHandleException:mask:] + 961 0x109c22000 > 0x109cb881f > > 5 com.apple.ExceptionHandling 0x0000000094085006 -[NSExceptionHandler > _handleException:mask:] + 586 0x7fff94083000 0x7fff94084dbc > > 6 com.apple.ExceptionHandling 0x0000000094084AEF > NSExceptionHandlerExceptionRaiser + 196 0x7fff94083000 0x7fff94084a2b > > 7 libobjc.A.dylib 0x0000000086B2E6DE > objc_exception_throw + 43 0x7fff86b21000 0x7fff86b2e6b3 > > 8 com.apple.CoreFoundation 0x000000009432F4FD +[NSException > raise:format:] + 205 0x7fff941cd000 0x7fff9432f430 > > 9 com.apple.Foundation 0x000000008E2A2B90 -[NSBundle > initWithURL:] + 87 0x7fff8e1da000 0x7fff8e2a2b39 > > 10 com.apple.Foundation 0x000000008E2A2C3F +[NSBundle > bundleWithURL:] + 45 0x7fff8e1da000 0x7fff8e2a2c12 > > 11 com.growl.growlframework 0x000000000AD497D5 +[ > GrowlPathUtilities bundleForProcessWithBundleIdentifier:] + 741 > 0x10ad42000 0x10ad494f0 > > 12 com.growl.growlframework 0x000000000AD4984A +[ > GrowlPathUtilities runningHelperAppBundle] + 42 0x10ad42000 0x10ad49820 > > 13 com.growl.growlframework 0x000000000AD519FB -[ > GrowlApplicationBridgeRegistrationAttempt begin] + 59 0x10ad42000 > 0x10ad519c0 > > 14 com.growl.growlframework 0x000000000AD4698A +[ > GrowlApplicationBridge registerWithDictionary:] + 874 0x10ad42000 > 0x10ad46620 > > 15 com.growl.growlframework 0x000000000AD469D1 +[ > GrowlApplicationBridge reregisterGrowlNotifications] + 49 0x10ad42000 > 0x10ad469a0 > > 16 com.growl.growlframework 0x000000000AD47F6C +[ > GrowlApplicationBridge _growlIsReady:] + 300 0x10ad42000 0x10ad47e40 > > 17 com.apple.CoreFoundation 0x00000000942EBCBC > __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 0x7fff941cd000 > 0x7fff942ebcb0 > > 18 com.apple.CoreFoundation 0x00000000942A981E > ____CFXNotificationPostToken_block_invoke + 142 0x7fff941cd000 > 0x7fff942a9790 > > 19 com.apple.CoreFoundation 0x000000009424D54C > __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12 0x7fff941cd000 0x7fff9424d540 > > 20 com.apple.CoreFoundation 0x000000009423F655 __CFRunLoopDoBlocks > + 341 0x7fff941cd000 0x7fff9423f500 > > 21 com.apple.CoreFoundation 0x000000009423F196 __CFRunLoopRun + > 1814 0x7fff941cd000 0x7fff9423ea80 > > 22 com.apple.CoreFoundation 0x000000009423E838 > CFRunLoopRunSpecific + 296 0x7fff941cd000 0x7fff9423e710 > > 23 com.apple.HIToolbox 0x000000009145E43F > RunCurrentEventLoopInMode + 235 0x7fff91430000 0x7fff9145e354 > > 24 com.apple.HIToolbox 0x000000009145E1BA > ReceiveNextEventCommon + 431 0x7fff91430000 0x7fff9145e00b > > 25 com.apple.HIToolbox 0x000000009145DFFB > _BlockUntilNextEventMatchingListInModeWithFilter + 71 0x7fff91430000 > 0x7fff9145dfb4 > > 26 com.apple.AppKit 0x000000008FBA86D1 > _DPSNextEvent + 964 0x7fff8fb84000 0x7fff8fba830d > > 27 com.apple.AppKit 0x000000008FBA7E80 -[NSApplication > nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 0x7fff8fb84000 > 0x7fff8fba7dbe > > 28 com.apple.AppKit 0x000000008FB9BE23 -[ > NSApplication run] + 594 0x7fff8fb84000 0x7fff8fb9bbd1 > > 29 com.apple.AppKit 0x000000008FB872D4 NSApplicationMain > + 1832 0x7fff8fb84000 0x7fff8fb86bac > > 30 com.panic.Coda2 0x0000000009C23B44 start + 52 > 0x109c22000 0x109c23b10 > As you can see, for whatever reason bundleWithURL is being called with a nil argument. If you could resolve this issue that would be swell. Regards, Will -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/growldiscuss. For more options, visit https://groups.google.com/d/optout.
