'leaks' crashes on executable launched with Xcode
'leaks' crashes on executable launched with Xcode
- Subject: 'leaks' crashes on executable launched with Xcode
- From: Robert Kuilman <email@hidden>
- Date: Tue, 7 Sep 2004 23:01:07 +0200
Hey all!
I have an executable that i launch with Xcode. (either Run or Debug,
outcome is the same). When launed, i use ps to obtain the PID of my
application, and then use 'leaks <pid>' to see what leaks are present.
This as always worked fine for me. I haven't used it since i've
installed Xcode 1.5, and now it's not working for me anymore.
The exact outcome is: (1063 being the pid of my app)
iBook-G4:~ robert$ leaks 1063
Process 1063: 12568 nodes malloced for 1212 KB
Process 1063: 2 leaks for 240 total leaked bytes.
2004-09-07 22:42:04.121 leaks[1071] *** Uncaught exception:
<NSInvalidArgumentException> *** -[NSCFSet addObject:]: attempt to
insert nil Trace/BPT trap
iBook-G4:~ robert$
I've tried running it on a different computer, but the outcome remains
the same. I don't strip debug symbols, have the debugging level set to
the medium setting, and don't use the 'fastest' mode for executable
output in project settings.
I have the environment variables set in my application's executable.
The application otherwise works fine, without a problem.
Can anyone give me any insight into this problem?
Thanks in advance!
Robert K.
web: http://halfduplex.net/
email: email@hidden
------------------------------------------------------------------------
---------------------
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.