Developer

« Return to index ‹ #17 #19 › ⊕ View reports

#18: New crash in r1846

Type: Crash First reported: 4 Mar 2010
Status: Fixed Last modified: 3 Jul 2011
Occurrences: 1 Fixed: In revision r3347
Thread 7 Crashed:
0 libSystem.B.dylib 0x00007fff809cffde __semwait_signal_nocancel + 10
1 libSystem.B.dylib 0x00007fff809cfee0 nanosleep$NOCANCEL + 129
2 libSystem.B.dylib 0x00007fff80a2c886 usleep$NOCANCEL + 57
3 libSystem.B.dylib 0x00007fff80a4be3c abort + 93
4 libstdc++.6.dylib 0x00007fff87e955d2 __tcf_0 + 0
5 libobjc.A.dylib 0x00007fff87402d29 _objc_terminate + 100
6 libstdc++.6.dylib 0x00007fff87e93ae1 __cxxabiv1::__terminate(void (*)()) + 11
7 libstdc++.6.dylib 0x00007fff87e93b16 __cxxabiv1::__unexpected(void (*)()) + 0
8 libstdc++.6.dylib 0x00007fff87e93bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
9 libobjc.A.dylib 0x00007fff873ff192 object_getIvar + 0
10 com.apple.CoreFoundation 0x00007fff80bca267 +[NSException raise:format:arguments:] + 103
11 com.apple.CoreFoundation 0x00007fff80bca1f4 +[NSException raise:format:] + 148
12 com.apple.Foundation 0x00007fff867e6ab6 -[NSPlaceholderString initWithString:] + 102
13 ...ogle.code.sequel-pro.mcpkit 0x000000010049c04c -[MCPConnection queryString:usingEncoding:streamingResult:] + 5036 (MCPConnection.m:1447)
14 ...ogle.code.sequel-pro.mcpkit 0x000000010049abc1 -[MCPConnection streamingQueryString:] + 113 (MCPConnection.m:1268)
15 com.google.code.sequel-pro 0x0000000100006718 -[CustomQuery performQueriesTask:] + 3272 (CustomQuery.m:555)
16 com.apple.Foundation 0x00007fff867c8e99 __NSThread__main__ + 1429
17 libSystem.B.dylib 0x00007fff80995f8e _pthread_start + 331
18 libSystem.B.dylib 0x00007fff80995e41 thread_start + 13

Comments

Comment with feedback submission on 4 Mar 2010
Execute:
INSERT LOW_PRIORITY HIGH_PRIORITY INTO `comp_copy111` (`comp`,`k`,`deu`,`hira`,`rom`) VALUES ('一丁a','1','ein Stück Tofu; e-e Portion Essen; (Längeneinheit, ca. 109 m)','いっちょう','itch');
if a table is selected which is encoded in utf-8. If no table is selected or a table encoded in Latin-1 e.g. SP gives an error as expected.

Cheers,
--HansJB