Re: Help with crash
Re: Help with crash
- Subject: Re: Help with crash
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 12 Mar 2003 15:03:05 +0100
On Wednesday, March 12, 2003, at 02:12 PM, Gilbert Mackall wrote:
I have a problem with an application that I am writing. After adding
threading, a routine that draws to an NSView randomly causes a crash.
I can't make heads or tails out of the crash log, looking for some
help...
**********
Date/Time: 2003-03-10 19:15:44 -0500
OS Version: 10.2.4 (Build 6I32)
Host: me.local.
Command: iSpectrum
PID: 566
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x01536ff8
Thread 0 Crashed:
#0 0x0000ba74 in -[oscopeView drawRect:] (oscopeView.m:76)
It's crashing in your Oscilloscope view drawing method.
Could it be possible that you're calling the drawing from your
secondary thread?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.