Ask Your Question

alampi's profile - activity

2014-05-02 08:30:25 -0600 asked a question Android Application Programming with OpenCV - HEAP MEMORY CORRUPTION

I am working through this book, it is excellent and I highly recommend.

That said, I'm stuck in Chapter 2, receiving the below error. So far, I've tried: *Searching all the forums, it seems these memory heap errors are hard to fix for most and I had trouble figuring out what tmalloc_small is *Using the project files you have for download here: http://nummist.com/opencv/5206_02.zip *Updating the call in CameraActivity.java to "OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_3, this, mLoaderCallback);" from 2_4_3 to 2_4_5 (to match the current version of OpenCV)

None of these resolved the error below. I'm running this on an HTC Sense 3.6, Android 4.0.3, OpenCV Manager 2.4.8.0 (latest one). When I run, it opens the app then crashes after about 30 seconds, with the following error in the console:

05-02 08:05:43.421: D/OpenCV_NativeCamera(20633): initCameraConnect: preview format is set to yuv420sp 05-02 08:05:43.421: A/libc(20633): @@@ ABORTING: HEAP MEMORY CORRUPTION IN tmalloc_small 05-02 08:05:43.421: A/libc(20633): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)

Any direction you can provide is greatly appreciated. Thank you!