Path: news.mathworks.com!not-for-mail
From: Brian Arnold <Brian.Arnold@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: errors with R2009b on 64-bit MacBook Pro with Snow Leopard
Date: Fri, 02 Oct 2009 14:06:38 -0400
Organization: The MathWorks, Inc.
Lines: 36
Message-ID: <ha5ffe$bc7$1@fred.mathworks.com>
References: <h9vpk7$m9j$1@fred.mathworks.com>
NNTP-Posting-Host: dev02maci.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1254506798 11655 144.212.108.59 (2 Oct 2009 18:06:38 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 2 Oct 2009 18:06:38 +0000 (UTC)
User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302)
In-Reply-To: <h9vpk7$m9j$1@fred.mathworks.com>
Xref: news.mathworks.com comp.soft-sys.matlab:574553


Hi,

Those aren't errors, they are warnings about small memory leaks during 
startup. They are harmless. If you would like to track this issue, 
please follow this external bug report:

< http://www.mathworks.com/support/bugreports/565396 >

- Brian

Abhay Ghatpande wrote:
> R2009b on 64-bit MacBook Pro with Snow Leopard.
> $~> matlab -nodesktop -nosplash
> gives following errors:
> 2009-09-30 01:21:25.806 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?106075ef0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.808 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103eed280 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.809 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?1060757b0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.837 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?106000e00 of class NSCFNumber autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.838 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef6900 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.838 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef41a0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.839 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef5790 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.840 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef5020 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.840 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef4760 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.841 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?103ef2840 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.869 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?1060767b0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.869 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?10601ea50 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 2009-09-30 01:21:25.870 MATLAB[3244:3803] *** __NSAutoreleaseNoPool(): Object 0?106075f60 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking
> 
> FYI version -java gives
> Java 1.6.0_15-b03-219 with Apple Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
> 
> It seems to be working without problem though.
> 
> Any clues?
> 
> &#8211;Abhay