Re: Trying to get hang of PDO

2008-06-19 Thread Jens Alfke
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

Re: Trying to get hang of PDO

2008-06-18 Thread Waldo Lee Sharvey
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

Re: Trying to get hang of PDO

2008-06-18 Thread I. Savant
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

Re: Trying to get hang of PDO

2008-06-18 Thread Waldo Lee Sharvey
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