michael, > And now my 2nd reaction is potential stack overflow... > > From what I can find IOS has a 1MB stack size for the main thread and 512K > for secondary threads. Mac OS X has an 8MB. > > Are you settting the stack size? the more i think about this, the more i agree. mainly because it works fine in the simulator, but only shows up on the device. whether the simulator mimics the stack sizes of the device for threads i have no idea, but kind of doubt it.
this appears to be running on a second thread, not the main one, so i have to get into that area of our code and figure out what is going on. it also isn't clear if the stack size for a secondary thread can be set to greater that 512k, although there is a method for setting the stack size of a thread. so i have some investigation to do... thanks, mickm _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users