On 18 Jun '08, at 12:31 PM, Waldo Lee Sharvey wrote:
I'm getting SIGBUS errors when my [connection rootProxy] is called.
That doesn't tell us much without a backtrace. If the crash is in
objc_msgsend (or a similarly-named function) then the bug is almost
certainly that you're calling an
I'm getting SIGBUS errors when my [connection rootProxy] is called.
On Wed, Jun 18, 2008 at 3:00 PM, I. Savant <[EMAIL PROTECTED]>
wrote:
> On Wed, Jun 18, 2008 at 2:54 PM, Waldo Lee Sharvey
> <[EMAIL PROTECTED]> wrote:
> > Whoops, I had a typo on ClientController's nameserver's portname (it was
On Wed, Jun 18, 2008 at 2:54 PM, Waldo Lee Sharvey
<[EMAIL PROTECTED]> wrote:
> Whoops, I had a typo on ClientController's nameserver's portname (it was
> supposed to be "CommServerPort" and not "ChatterPort")
> Fixed this, but now I'm getting crashes when the debugger hits [[connect
> rootProxy] r
Whoops, I had a typo on ClientController's nameserver's portname (it was
supposed to be "CommServerPort" and not "ChatterPort")
Fixed this, but now I'm getting crashes when the debugger hits [[connect
rootProxy] retain].
On Wed, Jun 18, 2008 at 2:40 PM, Waldo Lee Sharvey <
[EMAIL PROTECTED]> wrote