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

Audio issue : mmap() failed: Cannot allocate memory #15

Closed
matlabbe opened this issue May 26, 2015 · 1 comment
Closed

Audio issue : mmap() failed: Cannot allocate memory #15

matlabbe opened this issue May 26, 2015 · 1 comment

Comments

@matlabbe
Copy link
Member

From @GoogleCodeExporter on May 26, 2015 18:56

System: Ubuntu 12.04 precise 32 bits on Macbook Pro 6.2
Code: branch audio r490

Steps: 
-Start RTAB-Map using Sensorimotor memory and audio source (tested with audio 
only). Note that Audio widgets (ref and loop) are shown.
-Start detection and wait until application crashes with error:

mmap() failed: Cannot allocate memory
Assertion 'b' failed at pulsecore/memblock.c:454, function 
pa_memblock_acquire(). Aborting.
Aborted (core dumped)

May be related to https://bugs.freedesktop.org/show_bug.cgi?id=43269

Original issue reported on code.google.com by matla...@gmail.com on 27 Apr 2012 at 8:33

Copied from original issue: matlabbe/rtabmap#3

@matlabbe
Copy link
Member Author

From @GoogleCodeExporter on May 26, 2015 18:56

It was a bug in UtiLite library with thread management. The fix is in -r141 of 
UtiLite : http://code.google.com/p/utilite/source/detail?r=141 : it was an 
error when creating too many (>100) pthread (without being detached) which 
caused an "out of memory" (errno=12), refer to 
http://www.barricane.com/c-error-codes-include-errno.

Original comment by matla...@gmail.com on 2 May 2012 at 7:19

  • Changed state: Fixed

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