On Jan 20, 2012, at 2:18 PM, Marco S Hyman <m...@snafu.org> 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... > > 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 > dragging to select multiple files. cmd-click or shift-click work fine. > Running with malloc guards and other tests for trashed memory haven't > shown anything obvious. And why only when dragging?
1. Are you sandboxed? 2. Does malloc_stack_logging yield any useful info for that address? I must confess I don't know much at all about GC. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com