Google Earth for OS X

While searching the console.log (in Console.app) for clues regarding an unrelated weird happening this morning, I noticed this :


2006-01-27 10:27:10.012 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x21867b0 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.012 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2185490 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.012 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x219af80 of class NSBundle autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.029 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2187e70 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.029 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x21347e0 of class NSCFArray autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.029 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2186c70 of class NSCFArray autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.029 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2188000 of class NSCFDictionary autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.030 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2187f80 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.030 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2188120 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.030 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2188230 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.030 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x21881b0 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.030 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2187ed0 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.031 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2188330 of class NSPathStore2 autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.031 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2187fd0 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.181 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x7fd060 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.182 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x7fd020 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.182 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x218b760 of class __NSFontTypefaceInfo autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.182 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x213bc60 of class NSFont autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.182 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x213bc60 of class NSFont autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x213bc60 of class NSFont autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2122ab0 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x218a8a0 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2130e10 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x7fd060 of class NSCFString autoreleased with no pool in place - just leaking
2006-01-27 10:27:10.183 Google Earth[393] *** _NSAutoreleaseNoPool(): Object 0x2169ff0 of class NSCFString autoreleased with no pool in place - just leaking

Looks like Google Earth is spawning some threads without first creating a new NSAutoreleasePool. Ooopsie.

I’ve never been guilty of anything like like that ;).

Psyche.

I will be reporting a bug to Google on this one… Google Earth rocks, and I wanna see it get even better.


About this entry