Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malloc 1K Memory Leak #2

Open
GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment
Open

Malloc 1K Memory Leak #2

GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run TuioKinect.
2. Wait.

What is the expected output? What do you see instead?

While it is expected that the program will run continuously, instead the camera 
feed from the Kinect freezes, and no new Tuio information is sent.

What version of the product are you using? On what operating system?

Version 01. on Mac OSX.


Please provide any additional information below.

After seeing TuioKinect using over 900mb of memory in Activity Monitor, I ran 
an Instruments memory leak test on the program for a few minutes.  It appeared 
to be leaking memory at the speed of half-a-megabyte per second.  Attached is a 
screen shot of the results.

Original issue reported on code.google.com by [email protected] on 17 May 2011 at 10:04

Attachments:

@GoogleCodeExporter
Copy link
Author

After trying out some other Kinect applications, it appears that this is a 
problem with the version of libfreenect you used to compile the binary.  Older 
versions of these applications have the same memory leak, but the newer ones 
that use the current release of libfreenect don't leak at all.  I've been 
trying to recompile your code with the latest libraries, but even after 
restoring all the broken references, I get a massive error with no associated 
line of code to fix. :(

Any advice, or a new binary, would be greatly appreciated!

My error log is attached.

Original comment by [email protected] on 24 May 2011 at 6:42

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant