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?
–Abhay
Subject: errors with R2009b on 64-bit MacBook Pro with Snow Leopard
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:
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?
>
> –Abhay
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.