Re: Distributed Objects and Bonjour
Re: Distributed Objects and Bonjour
- Subject: Re: Distributed Objects and Bonjour
- From: Robert Sesek <email@hidden>
- Date: Tue, 27 Jun 2006 08:47:38 -0700
On Jun 26, 2006, at 1:06 PM, Tommy Nordgren wrote:
The connection is created my a class method that returns a
(Probably autoreleased)
NSConnection Object.
Try retaining it. The current AutoreleasePool will be destroyed at
the end of the IBAction handler
I just tried that but I still get the same thing. It goes into a
spinning beach ball. I attached gdb and paused execution. This was
what was in the thread (if it helps):
#0 0x9000b0a8 in mach_msg_trap
#1 0x9000affc in mach_msg
#2 0x907e3b78 in __CFRunLoopRun
#3 0x907e347c in CFRunLoopRunSpecific
#4 0x9296a598 in -[NSConnection sendInvocation:]
#5 0x92969034 in -[NSObject(NSForwardInvocation) forward::]
#6 0x90a4b0b0 in _objc_msgForward
#7 0x0003e674 in -[AppController connectToServer:] at AppController.m:42
Line 42 of AppController.m is:
proxy = [connection rootProxy];
Thanks!
Robert Sesek
Email: email@hidden
www.iris-studios.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden