On Fri, 20 Jan 2012 15:41:59 -0800, Corbin Dunn said:
>> In my GC app, I haven't seen this, but am having various problems with
>>NSOpenPanel... half the time, it shows nothing.
>
>I don't know if I saw a report on this come through. Did you log a bug on it?
Corbin,
10.7: NSOpenPanel is often h
On Jan 20, 2012, at 8:59 PM, Kyle Sluder wrote:
>> Update... sometimes I'm getting this error, too...
>>
>> malloc: reference count underflow for 0x40048fb00,
>>
>> Garbage collected app, Xcode 4.2.1, Lion 10.7.2.
>>
>> The breakpoint is inside of NSOpenPanel -runModal but ONLY occurs when
On Jan 20, 2012, at 2:18 PM, Marco S Hyman wrote:
> On Jan 18, 2012, at 3:47 PM, Marco S Hyman wrote:
>
>> I've done some searches and haven't found anything regarding this
>> in my situation. An appropriate RTFM pointer would be appreciated.
>
> Update... sometimes I'm getting this error, too
gt;> I'm running a *garbage collected* application in Lion (10.7.2) that was
>> most recently compiled using Xcode 4.2.1. I'm getting these messages
>> logged: auto malloc[27012]: attempted to remove unregistered weak
>> referrer 0xblahblah
>
> Have you tri
; most recently compiled using Xcode 4.2.1. I'm getting these messages
> logged: auto malloc[27012]: attempted to remove unregistered weak referrer
> 0xblahblah
> multiple times. What is most interesting is that it only happens when
> selecting multiple items by dragging. I
On Jan 18, 2012, at 3:47 PM, Marco S Hyman wrote:
> I've done some searches and haven't found anything regarding this
> in my situation. An appropriate RTFM pointer would be appreciated.
Update... sometimes I'm getting this error, too...
malloc: reference count underflow for 0x40048fb00,
t;most recently compiled using Xcode 4.2.1. I'm getting these messages
>logged: auto malloc[27012]: attempted to remove unregistered weak
>referrer 0xblahblah
Have you tried the various debugging environment variables?
>NSOpenPanel *panel = [NSOpenPanel openPanel];
>CFAr
logged: auto malloc[27012]: attempted to remove unregistered weak referrer
0xblahblah
multiple times. What is most interesting is that it only happens when
selecting multiple items by dragging. I first noticed it in this code:
- (IBAction) showOpenPanel: (id) sender
{
BOOL reloadNeeded = NO;