#154: New crash in r2163
| Type: | Crash | First reported: | 27 Apr 2010 |
| Status: | Last modified: | 3 Jul 2011 | |
| Occurrences: | 2 | Fixed: | In revision r3347 |
Thread 0 Crashed:
0 libSystem.B.dylib 0x9610696b szone_free + 1393
1 libSystem.B.dylib 0x9610636d free + 106
2 ...ogle.code.sequel-pro.mcpkit 0x001a95c4 mysql_close + 308
3 ...ogle.code.sequel-pro.mcpkit 0x0017eb94 -[MCPConnection reconnect] + 420
4 ...ogle.code.sequel-pro.mcpkit 0x001817e7 -[MCPConnection cancelCurrentQuery] + 759
5 com.google.code.sequel-pro 0x00027fdb -[TableDocument cancelTask:] + 75
6 com.apple.AppKit 0x94e03e8f -[NSApplication sendAction:to:from:] + 112
7 com.apple.AppKit 0x94e03dcc -[NSControl sendAction:to:] + 108
8 com.apple.AppKit 0x94e03c52 -[NSCell _sendActionFrom:] + 169
9 com.apple.AppKit 0x94e032ab -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827
10 com.apple.AppKit 0x94e02afe -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541
11 com.apple.AppKit 0x94e023b8 -[NSControl mouseDown:] + 888
12 com.apple.AppKit 0x94e00af7 -[NSWindow sendEvent:] + 5381
13 com.apple.AppKit 0x94dcd6a5 -[NSApplication sendEvent:] + 2939
14 com.apple.AppKit 0x94d2afe7 -[NSApplication run] + 867
15 com.apple.AppKit 0x94cf81d8 NSApplicationMain + 574
16 com.google.code.sequel-pro 0x00002898 main + 24
17 com.google.code.sequel-pro 0x00002846 start + 54Comments
Attempted to delete a large number of records (after having just successfully deleted a large number of records).
Computer was waken from stand-by. The query was running while it was sleeping...
Developer