• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SQLite 3 crash report - debugging help needed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQLite 3 crash report - debugging help needed


  • Subject: Re: SQLite 3 crash report - debugging help needed
  • From: "Jeremy W. Sherman" <email@hidden>
  • Date: Sat, 18 Apr 2009 13:37:51 -0400

See TN2124: Mac OS X Debugging Magic (
http://developer.apple.com/technotes/tn2004/tn2124.html), specifically, the
section titled "Architecture Considerations". You'll know what types to
expect for each argument to the function by looking at the sqlite3 source
code.

—Jeremy

On Sat, Apr 18, 2009 at 11:57 AM, <email@hidden> wrote:

>  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 (email@hidden)

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:

This email sent to email@hidden

References: 
 >SQLite 3 crash report - debugging help needed (From: "Jon C. Munson II" <email@hidden>)
 >Re: SQLite 3 crash report - debugging help needed (From: "Jeremy W. Sherman" <email@hidden>)
 >Re: SQLite 3 crash report - debugging help needed (From: email@hidden)

  • Prev by Date: NSSavePanel and file formats
  • Next by Date: Re: Using CFStringTransform with Attributed strings or runs, maintaining the styling of the Attributes in transformed results.
  • Previous by thread: Re: SQLite 3 crash report - debugging help needed
  • Next by thread: mouseDragged: with NSTableView
  • Index(es):
    • Date
    • Thread