[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSConnection-spawned runloop conflicting with "real" runloop?
From: |
Ondřej Hošek |
Subject: |
Re: NSConnection-spawned runloop conflicting with "real" runloop? |
Date: |
Thu, 10 Feb 2011 01:50:59 +0100 |
It's a first step.
After fixing a few oversights in the test suite itself, one notable
FAIL remains: base/NSProxy/test00.m segfaults during the "subclass
isEqual: to proxy" test, specifically in base's GSeq.h where orImp is
NULL when obtained around line 529 but is then called during
GSEQ_STRCOMP's GSEQ_ORANGE(oCount) near line 558 (not exactly there,
courtesy of the shifting caused by my caveman debugging). Not sure if
that is relevant to my problem, though.
The NSConnection tests pass. I haven't found any interprocess DO
tests; are there any in the base test suite?
Cheers,
~~ Ondra
On Wed, Feb 9, 2011 at 23:14, Fred Kiefer <fredkiefer@gmx.de> wrote:
> What happens here is that the application tries to connect the
> distributed notification centre gdnc. This should either be started in
> advance or should be started from here. If this is not working for you
> the most likely reason is that DO isn't working at all. The best thing
> to do next is to run the base test suite to see, what is actually
> working and what isn't.
>
> You will find the test suites in SVN at devmodules/tests/testsuite
>
> Hope this helps
> Fred