Developer

« Return to index ‹ #98 #100 › ⊕ View reports

#99: New crash in r2033

Type: Crash First reported: 6 Apr 2010
Status: Fixed Last modified: 3 Jul 2011
Occurrences: 1 Fixed: In revision r3347
Thread 6 Crashed:
0 libobjc.A.dylib 0x00007fff8332611c objc_msgSend + 40
1 com.apple.CoreFoundation 0x00007fff82233f71 __CFBasicHashStandardCallback + 337
2 com.apple.CoreFoundation 0x00007fff82234931 __CFBasicHashDrain + 497
3 com.apple.CoreFoundation 0x00007fff8221d6b3 _CFRelease + 179
4 com.apple.CoreFoundation 0x00007fff82246d56 _CFAutoreleasePoolPop + 230
5 com.apple.Foundation 0x00007fff8173630c -[NSAutoreleasePool drain] + 158
6 com.google.code.sequel-pro 0x000000010003c537 -[TableDump importCSVFile:] + 8727
7 com.google.code.sequel-pro 0x0000000100038df4 -[TableDump importBackgroundProcess:] + 196
8 com.apple.Foundation 0x00007fff81720ead __NSThread__main__ + 1429
9 libSystem.B.dylib 0x00007fff828928b6 _pthread_start + 331
10 libSystem.B.dylib 0x00007fff82892769 thread_start + 13

Comments

Comment with feedback submission on 6 Apr 2010
I was trying to import 25 rows from a CSV file into a table where there were duplicate IDs. The import script showed errors and then upon trying to display the error summary it crashed. :)