Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-08-15 Thread Ron Lue-Sang
Hey Godfrey, I just happened upon this email. Could you please file a bug and include a sample project? On Jun 21, 2008, at 12:44 AM, Godfrey van der Linden wrote: Ok I gave up. No response was expected and I received what I expected. I suspect, but can't prove it, that there is a subtle

Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-22 Thread Jens Alfke
FYI, another source of weird inconsistently-manifesting bugs involving nib loading: The objects in the nib are sent -awakeFromNib messages in a somewhat random order. The order is often the same from one run to the next on a single machine, but can vary between machines, or after seemingly

Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-21 Thread Chris Hanson
On Jun 19, 2008, at 7:49 PM, Godfrey van der Linden wrote: The sub-xib bindings are through the NSViewControllers representedObject, which gets set not at awakeFromNib time but later when the subview is activated. What do your bindings look like? If you have an outline view managed by an N

Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-21 Thread John C. Randolph
On Jun 21, 2008, at 12:44 AM, Godfrey van der Linden wrote: Ok I gave up. No response was expected and I received what I expected. Godfrey, Being a former Apple engineer, you should know as well as any of us that nobody is assigned to glean bug reports from the mailing lists. Until a

Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-21 Thread Godfrey van der Linden
Ok I gave up. No response was expected and I received what I expected. I suspect, but can't prove it, that there is a subtle race in the NSTreeContoller's bindings when the view that it is defined is is loaded late by programtically adding its outline view as a sub view of some container v

Re: Race in Apple's NSTreeContoller/NSOutlineView

2008-06-19 Thread Conrad Taylor
Hi Godfrey, could you simply file a bug report at bugreport.apple.com? -Conrad Sent from my iPhone On Jun 19, 2008, at 7:49 PM, Godfrey van der Linden <[EMAIL PROTECTED]> wrote: Ok, this bug is thread related. I suspected that this was the case earlier since the problem is non-determinis

Race in Apple's NSTreeContoller/NSOutlineView

2008-06-19 Thread Godfrey van der Linden
Ok, this bug is thread related. I suspected that this was the case earlier since the problem is non-deterministic. Now I'm pretty sure. The bug I have specified below DOES NOT OCCUR on a powerbook. Now combining non-determinism with only occurring on an iMac CoreDuo. I'm not much of a u