realbasic-nug
[Top] [All Lists]

Re: Help understanding a crash log

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Help understanding a crash log
From: Charles Yeomans <charles@declareSub.com>
Date: Sat, 14 Jun 2008 13:05:38 -0400
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <fed2e2560806140941p459deb02l224ad3bff7ca2f5a@mail.gmail.com>
References: <fed2e2560806140941p459deb02l224ad3bff7ca2f5a@mail.gmail.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On Jun 14, 2008, at 12:41 PM, Dennis Birch wrote:

Can anybody help me interpret an OS X crash log?

The crashed thread listing starts with:

Thread 0 Crashed:
0   com.apple.CoreFoundation    0x9080df74 CFRelease + 5
1   com.apple.CoreFoundation    0x9080dff1 CFRelease + 130
2   com.apple.CoreFoundation    0x9080dff1 CFRelease + 130
3   com.apple.CoreFoundation    0x9080dff1 CFRelease + 130

... and continues for a total of 512 lines, all the same as the last
three lines above.



I'd say something is trying to call CFRelease on a null pointer. The followup question is to ask what function is calling CFRelease.

Charles Yeomans


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>