How did you come by this crash log? From the 0x48, it looks like it's attempting to dereference an int passed into sqlite3VdbeExec where a pointer should go, but that's a wild guess.
The crash log came from one of my testers.
It's dying in sqlite3 code, so you have access to the source. Take advantage of that. If you can attach to it in the debugger around the time of the crash, you can observe the arguments passed into that last function call.
How do I do that? That's something I haven't learned as yet. Thanks!!! _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com