zantoku / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

Leak detection not working on Lion #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set GTM_ENABLE_LEAKS=1
2. Run a test triggering a leak

What is the expected output? 
On Snow Leopard the following messages are printed and the leak is detected
leaks Report Version:  2.0
Process 73650: 16 leaks for 464 total leaked bytes.

What do you see instead?
On Lion, only the following message is printed and no leaks are detected.
leaks Report Version:  2.0

What version of the product are you using? On what operating system?
Lion: Xcode 4.3.1 Build version 4E1019

Please provide any additional information below.

Original issue reported on code.google.com by rob...@google.com on 26 Apr 2012 at 7:50