Created
November 14, 2011 19:37
-
-
Save springmeyer/1364898 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reason: KERN_PROTECTION_FAILURE at address: 0x00000001256d0ff0 | |
[Switching to process 2169 thread 0x2107] | |
0x000000012a534fe0 in sqlite3VdbeExec (p=0x1270249b8) at sqlite3.c:66309 | |
66309 for(u.am.i=0; u.am.i<u.am.nField; u.am.i++){ | |
(gdb) bt | |
#0 0x000000012a534fe0 in sqlite3VdbeExec (p=0x1270249b8) at sqlite3.c:66309 | |
#1 0x000000012a367ca0 in sqlite3Step (p=0x1270249b8) at sqlite3.c:62414 | |
#2 0x000000012a366f0b in sqlite3_step (pStmt=0x1270249b8) at sqlite3.c:62487 | |
#3 0x000000012a3795c4 in sqlite3_exec (db=0x127025538, zSql=0x127835488 "SELECT name, rootpage, sql FROM 'main'.sqlite_master ORDER BY rowid", xCallback=0x12a48fe40 <sqlite3InitCallback>, pArg=0x1256d6510, pzErrMsg=0x0) at sqlite3.c:89687 | |
#4 0x000000012a48f85c in sqlite3InitOne (db=0x127025538, iDb=0, pzErrMsg=0x127025f78) at sqlite3.c:92729 | |
#5 0x000000012a48d289 in sqlite3Init (db=0x127025538, pzErrMsg=0x127025f78) at sqlite3.c:92795 | |
#6 0x000000012a487e61 in sqlite3ReadSchema (pParse=0x127025f68) at sqlite3.c:92832 | |
#7 0x000000012a45063d in sqlite3Pragma (pParse=0x127025f68, pId1=0x12781f080, pId2=0x12781f0a0, pValue=0x12781f0e0, minusFlag=0) at sqlite3.c:91742 | |
#8 0x000000012a4215b6 in yy_reduce (yypParser=0x12781f008, yyruleno=257) at sqlite3.c:109442 | |
#9 0x000000012a40c18c in sqlite3Parser (yyp=0x12781f008, yymajor=1, yyminor={z = 0x127022c0c ")", n = 1}, pParse=0x127025f68) at sqlite3.c:109825 | |
#10 0x000000012a37f7b5 in sqlite3RunParser (pParse=0x127025f68, zSql=0x127022bd8 "PRAGMA table_info('10m_admin_1_states_provinces_shp')", pzErrMsg=0x1256ddb60) at sqlite3.c:110662 | |
#11 0x000000012a51a7f8 in sqlite3Prepare (db=0x127025538, zSql=0x127022bd8 "PRAGMA table_info('10m_admin_1_states_provinces_shp')", nBytes=-1, saveSqlFlag=1, pReprepare=0x0, ppStmt=0x1256de030, pzTail=0x0) at sqlite3.c:93009 | |
#12 0x000000012a37ad5c in sqlite3LockAndPrepare (db=0x127025538, zSql=0x127022bd8 "PRAGMA table_info('10m_admin_1_states_provinces_shp')", nBytes=-1, saveSqlFlag=1, pOld=0x0, ppStmt=0x1256de030, pzTail=0x0) at sqlite3.c:93101 | |
#13 0x000000012a37aedb in sqlite3_prepare_v2 (db=0x127025538, zSql=0x127022bd8 "PRAGMA table_info('10m_admin_1_states_provinces_shp')", nBytes=-1, ppStmt=0x1256de030, pzTail=0x0) at sqlite3.c:93176 | |
#14 0x000000012a314b17 in sqlite_utils::table_info () | |
#15 0x000000012a30f181 in sqlite_datasource::bind () | |
#16 0x000000012a30d7cd in sqlite_datasource::sqlite_datasource () | |
#17 0x000000012a30c2dc in create () | |
#18 0x0000000127262314 in mapnik::datasource_cache::create () | |
#19 0x000000012720c550 in mapnik::map_parser::parse_layer () | |
#20 0x0000000127208602 in mapnik::map_parser::parse_map_include () | |
#21 0x000000012720756a in mapnik::map_parser::parse_map () | |
#22 0x0000000127207777 in mapnik::load_map_string () | |
#23 0x0000000126438ab1 in Map::EIO_FromString (req=0x1256e0cf0) at mapnik_map.cpp:814 | |
#24 0x000000010002c10d in etp_proc (thr_arg=0x1256e0cf0) at eio.c:1830 | |
#25 0x00007fff8d2128bf in _pthread_start () | |
#26 0x00007fff8d215b75 in thread_start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment