Fwd: Memory management in QuickLook plugin

2009-05-21 Thread Georg Seifert
As alway I didn’t send it to the list... Use Zombies and Instruments. http://www.corbinstreehouse.com/blog/index.php/2007/10/instruments-on-leopard-how-to-debug-those-random-crashes-in-your-cocoa-app/ I do this all the time, but can’t figure out how to use Instruments with "quicklookd".

Re: Memory management in QuickLook plugin

2009-05-20 Thread Corbin Dunn
On May 20, 2009, at 6:34 AM, Georg Seifert wrote: Hi, I’m developing a QuickLook plugin for a custom binary file format. As long as I did not cared about memory leaks everything was fine. Then I fixed the leak with the help of Instruments. Everything runs fine from xCode and Instrume

Re: Memory management in QuickLook plugin

2009-05-20 Thread Georg Seifert
Hi, I’m developing a QuickLook plugin for a custom binary file format. As long as I did not cared about memory leaks everything was fine. Then I fixed the leak with the help of Instruments. Everything runs fine from xCode and Instruments but now it crashes if I run the plugin from the find

Re: Memory management in QuickLook plugin

2009-05-20 Thread Julien Jalon
Le 20 mai 2009 à 13:17, Georg Seifert a écrit : Hi, I’m developing a QuickLook plugin for a custom binary file format. As long as I did not cared about memory leaks everything was fine. Then I fixed the leak with the help of Instruments. Everything runs fine from xCode and Instruments b

Memory management in QuickLook plugin

2009-05-20 Thread Georg Seifert
Hi, I’m developing a QuickLook plugin for a custom binary file format. As long as I did not cared about memory leaks everything was fine. Then I fixed the leak with the help of Instruments. Everything runs fine from xCode and Instruments but now it crashes if I run the plugin from the find