brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Crashlog for Growl 1.4b9 #487

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here's the crashed thread from the stack trace:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff8a97b150 objc_msgSend_vtable5 + 16
1   com.apple.Foundation            0x00007fff8dda7648 NSKeyValueNotifyObserver 
+ 61
2   com.apple.Foundation            0x00007fff8dda17b3 
-[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 756
3   com.apple.AppKit                0x00007fff8e094ce3 -[NSController 
_notifyObserversForKeyPath:change:] + 206
4   com.apple.AppKit                0x00007fff8e2ff4f3 -[NSArrayController 
didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 50
5   com.apple.AppKit                0x00007fff8e300f51 -[NSArrayController 
setContent:] + 870
6   com.apple.AppKit                0x00007fff8e5539b8 -[_NSManagedProxy 
_managedObjectsChangedInContext:] + 2103
7   com.apple.Foundation            0x00007fff8dd74d0e __-[NSNotificationCenter 
addObserver:selector:name:object:]_block_invoke_1 + 47
8   com.apple.CoreFoundation        0x00007fff8a08c7ba _CFXNotificationPost + 
2634
9   com.apple.Foundation            0x00007fff8dd60fc3 -[NSNotificationCenter 
postNotificationName:object:userInfo:] + 65
10  com.apple.CoreData              0x00007fff8ed2c727 
-[NSManagedObjectContext(_NSInternalNotificationHandling) 
_postObjectsDidChangeNotificationWithUserInfo:] + 71
11  com.apple.CoreData              0x00007fff8ed7c2f5 
-[NSManagedObjectContext(_NSInternalChangeProcessing) 
_createAndPostChangeNotification:withDeletions:withUpdates:withRefreshes:] + 325
12  com.apple.CoreData              0x00007fff8ed28342 
-[NSManagedObjectContext(_NSInternalChangeProcessing) _processRecentChanges:] + 
1730
13  com.apple.CoreData              0x00007fff8ed4a314 
developerSubmittedBlockToNSManagedObjectContextPerform + 116
14  libdispatch.dylib               0x00007fff893248f6 
_dispatch_main_queue_callback_4CF + 308
15  com.apple.CoreFoundation        0x00007fff8a078e7c __CFRunLoopRun + 1724
16  com.apple.CoreFoundation        0x00007fff8a078486 CFRunLoopRunSpecific + 230
17  com.apple.HIToolbox             0x00007fff8d92d4d3 RunCurrentEventLoopInMode 
+ 277
18  com.apple.HIToolbox             0x00007fff8d934781 ReceiveNextEventCommon + 
355
19  com.apple.HIToolbox             0x00007fff8d93460e 
BlockUntilNextEventMatchingListInMode + 62
20  com.apple.AppKit                0x00007fff8e080e31 _DPSNextEvent + 659
21  com.apple.AppKit                0x00007fff8e080735 -[NSApplication 
nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
22  com.apple.AppKit                0x00007fff8e07d071 -[NSApplication run] + 470
23  com.Growl.GrowlHelperApp        0x00000001052627e0 -[GrowlApplication run] + 
272
24  com.apple.AppKit                0x00007fff8e2f9244 NSApplicationMain + 867
25  com.Growl.GrowlHelperApp        0x000000010523501b main + 171
26  com.Growl.GrowlHelperApp        0x00000001052279d4 start + 52

Original issue reported on code.google.com by ch...@growl.info on 26 May 2012 at 2:20

GoogleCodeExporter commented 8 years ago
This looks like magic smoke crash in bindings, will likely be difficult to 
trace what its failing without STR.

Original comment by dan...@growl.info on 28 May 2012 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by ch...@growl.info on 27 Aug 2012 at 1:43