Re: [sqlite] sqlite3 crashing on OS X

2004-07-26 Thread gohaku
On Jul 24, 2004, at 6:36 PM, [EMAIL PROTECTED] wrote: I've been digging through a problem I'm having with spontaneous crashing with sqlite 3.0.3 on OS X 10.3.4, and finally have it down to a small amount of demo code. and here's the code (XCode 1.2 project):

Re: [sqlite] sqlite3 crashing on OS X

2004-07-26 Thread Dave Hayden
On Jul 26, 2004, at 2:13 PM, Gus Mueller wrote: What's interesting is that balance_nonroot doesn't call balance_shallower- it calls balance, and then balance calls balance_shallower. Yeah, it looks like a frame header is getting tromped on and confusing the debugger. I filed it at

Re: [sqlite] sqlite3 crashing on OS X

2004-07-26 Thread Gus Mueller
On Sat, 24 Jul 2004 23:13:53 -0500, Gus Mueller <[EMAIL PROTECTED]> wrote: > On Sat, 24 Jul 2004 15:36:50 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Can another OS X user give this a try, see if it crashes for you? Any > > ideas what's going on? > > I gave it a try, and it crashes

[sqlite] sqlite3 crashing on OS X

2004-07-24 Thread dave
I've been digging through a problem I'm having with spontaneous crashing with sqlite 3.0.3 on OS X 10.3.4, and finally have it down to a small amount of demo code. First, it doesn't happen if I run the code in the main thread, only when I spawn a thread for it--even though it's the only thread