tools, autoreleasepools and EXC_BAD_ACCESS
tools, autoreleasepools and EXC_BAD_ACCESS
- Subject: tools, autoreleasepools and EXC_BAD_ACCESS
- From: Morgan Redman <email@hidden>
- Date: Tue, 28 May 2002 18:10:26 -0700
Hi everybody,
I recently made a tool to run as root and use MoreSCF to configure the
internet settings for the ISP dialer I am writing. Since adding the
tool I am getting EXC_BAD_ACCESS when I try to release the
NSAutoreleasePool for the detached thread I launched the tool from.
a bit of a more detailed description:
I have a detached thread that monitors the stats of the connection. When
it detects that the connection is down, it signals the GUI of the
change, then calls the object I use to handle calling the tool, and then
the detach thread is suppose to exit... however what happens is that I
always get EXC_BAD_ACCESS when I try to release the NSAutoreleasePool on
the last line of the detached thread....
not sure whats going on here....
Anyone have any ideas what I am doing wrong?
-Morgan
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.