#44: New crash in r1900
| Type: | Crash | First reported: | 10 Mar 2010 |
| Status: | Last modified: | 4 Nov 2011 | |
| Occurrences: | 15 | Fixed: | In revision r3347 |
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8287b318 objc_msgSend_vtable13 + 16
1 com.apple.Foundation 0x00007fff83d00aa3 NSKVOPendingNotificationCreate + 423
2 com.apple.Foundation 0x00007fff83d008d4 NSKeyValuePushPendingNotificationPerThread + 91
3 com.apple.Foundation 0x00007fff83d00251 NSKeyValueWillChange + 555
4 com.apple.Foundation 0x00007fff83ce44f5 -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] + 200
5 com.apple.CoreFoundation 0x00007fff82e119bf -[CFXPreferencesSource setValue:forKey:] + 63
6 com.apple.CoreFoundation 0x00007fff82e1ef79 -[CFXPreferencesPropertyListSource setValue:forKey:] + 105
7 com.apple.CoreFoundation 0x00007fff82e1eeef _CFXPreferencesSetValue + 95
8 com.apple.Foundation 0x00007fff83cf50e1 -[NSUserDefaults(NSUserDefaults) setObject:forKey:] + 106
9 com.apple.AppKit 0x00007fff85a89823 -[NSUserDefaultsController _setSingleValue:forKey:] + 220
10 com.apple.Foundation 0x00007fff83d5bfc8 -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 394
11 com.apple.AppKit 0x00007fff85aa37ad -[NSBinder _setValue:forKeyPath:ofObject:mode:validateImmediately:raisesForNotApplicableKeys:error:] + 264
12 com.apple.AppKit 0x00007fff85aa3665 -[NSBinder setValue:forBinding:error:] + 266
13 com.apple.AppKit 0x00007fff85e9479e -[NSValueBinder _applyObjectValue:forBinding:canRecoverFromErrors:handleErrors:typeOfAlert:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:] + 197
14 com.apple.AppKit 0x00007fff85e945b4 -[NSValueBinder applyDisplayedValueHandleErrors:typeOfAlert:canRecoverFromErrors:discardEditingCallback:otherCallback:callbackContextInfo:didRunAlert:] + 567
15 com.apple.AppKit 0x00007fff85abb0aa -[NSValueBinder performAction:] + 300
16 com.apple.AppKit 0x00007fff85abaf37 -[_NSBindingAdaptor _objectDidTriggerAction:bindingAdaptor:] + 136
17 com.apple.AppKit 0x00007fff85a2efda -[NSControl sendAction:to:] + 63
18 com.apple.AppKit 0x00007fff85bcebf6 -[NSColorWell _takeColorFrom:andSendAction:] + 190
19 com.apple.CoreFoundation 0x00007fff82e1c6b4 -[NSArray makeObjectsPerformSelector:withObject:] + 516
20 com.apple.AppKit 0x00007fff85bcf14a +[NSColorWell colorPanelColorChanged:] + 171
21 com.apple.Foundation 0x00007fff83ced85a _nsnote_callback + 167
22 com.apple.CoreFoundation 0x00007fff82e12e3a __CFXNotificationPost + 954
23 com.apple.CoreFoundation 0x00007fff82dff3e8 _CFXNotificationPostNotification + 200
24 com.apple.Foundation 0x00007fff83ce47c4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
25 com.apple.AppKit 0x00007fff85ba6c40 -[NSColorPanel _forceSendAction:notification:firstResponder:] + 192
26 com.apple.AppKit 0x00007fff85baad9c -[NSColorPanel setColor:] + 191
27 com.apple.AppKit 0x00007fff85bc9056 -[NSColorPickerWheel setColor:] + 232
28 com.apple.AppKit 0x00007fff85bc94f2 -[NSColorPickerWheel brightnessSlider:] + 123
29 com.apple.AppKit 0x00007fff85a2f09a -[NSApplication sendAction:to:from:] + 95
30 com.apple.AppKit 0x00007fff85a2eff9 -[NSControl sendAction:to:] + 94
31 com.apple.AppKit 0x00007fff85aba1f4 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 840
32 com.apple.AppKit 0x00007fff85d96bc1 -[NSSliderCell trackMouse:inRect:ofView:untilMouseUp:] + 1053
33 com.apple.AppKit 0x00007fff85ab9009 -[NSControl mouseDown:] + 624
34 com.apple.AppKit 0x00007fff859d368f -[NSWindow sendEvent:] + 5409
35 com.apple.AppKit 0x00007fff85908e22 -[NSApplication sendEvent:] + 4719
36 com.apple.AppKit 0x00007fff8589f796 -[NSApplication run] + 474
37 com.apple.AppKit 0x00007fff85898468 NSApplicationMain + 364
38 com.google.code.sequel-pro 0x0000000100001e89 main + 9
39 com.google.code.sequel-pro 0x0000000100001e54 start + 52Comments
Had the Query Favourite Editor open and opened preferences to edit the query editor background colour. Colour Picker appeared but was inactive. Tried to drag the brightness slider when it crashed. (avenjamin)
Marking as won't fix - looks like an Apple issue to me (?), somewhere in bindings to prefs.
Status changed to "Won't fix".
Status changed to "Won't fix".
Aha. Mystery solved - keyvalue observing in dealloc'd objects.
Status changed to "Fixed". Marked as fixed in r1989.
Status changed to "Fixed". Marked as fixed in r1989.
Automatically reopened: new report received from a revision after this problem was believed to be fixed.
you guys fail at mysql 3 compatibility. :( sad panda
tried to insert a row, connection lost, tried reconnect, fail
My MySQL server shut down in the middle of me deleting rows.
Edited a row over a ssh connected server. An SequelPro update was waiting in the background to Install+Update
Set preferences to open a specific connection by default and to include vertical grid lines, then clicked on table preferences option. Had 1 connection open at the time.
Enabled options: "enable monospaced fonts" and "show vertical grid lines" and exited the preferences window
restarted remote mysql server
Trying to add vertical grid lines
Automatically reopened: new report received from a revision after this problem was believed to be fixed.
Developer