Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-21 Thread Sean McBride
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

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Marco S Hyman
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

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Kyle Sluder
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

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Corbin Dunn
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

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Corbin Dunn
; 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

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Marco S Hyman
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,

Re: auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-20 Thread Sean McBride
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

auto malloc[27012]: attempted to remove unregistered weak referrer

2012-01-18 Thread Marco S Hyman
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;