|
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?
>
> –Abhay
|