2012/2/3 Jorge Eliécer Osorio Caro <jorgeliecer.oso...@gmail.com>

> OK there is the trace:
>
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x00000000000003b8
> 0x000000010017024b in initialize_niurouting ()
>

That's the reason for the crash but not the backtrace, so i can't say what
let up to the crash, but the "Reason" part is telling - the address 03b8 is
invalid. Are you sure you've properly initialized all of the
memory/variables in initialize_niurouting()?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to