Developer

« Return to index ‹ #143 #145 › ⊕ View reports

#144: New exception in r2062

Type: Exception First reported: 23 Apr 2010
Status: Fixed Last modified: 3 Jul 2011
Occurrences: 1 Fixed: In revision r3347
NSInvalidArgumentException

*** -[NSPlaceholderString initWithString:]: nil argument

(
0 CoreFoundation 0x00007fff86150d24 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff85d3c0f3 objc_exception_throw + 45
2 CoreFoundation 0x00007fff86150b47 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff86150ad4 +[NSException raise:format:] + 148
4 Foundation 0x00007fff851a2aca -[NSPlaceholderString initWithString:] + 102
5 MCPKit 0x0000000100202fc5 -[MCPConnection queryString:usingEncoding:streamingResult:] + 2277
6 Sequel Pro 0x000000010003a3f6 -[TableDump importSQLFile:] + 2886
7 Sequel Pro 0x00000001000398aa -[TableDump importBackgroundProcess:] + 250
8 Foundation 0x00007fff85184ead __NSThread__main__ + 1429
9 libSystem.B.dylib 0x00007fff866788b6 _pthread_start + 331
10 libSystem.B.dylib 0x00007fff86678769 thread_start + 13
)

Comments

Comment with feedback submission on 23 Apr 2010
was importing an sql file, generated from an sqlite database. it was ~270mb in size, and only contained one table.