question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"malloc(): unsorted double linked list corrupted" problem on raspberry pi4 when I run the C++ demo smart_classroom_demo

See original GitHub issue

when I run the C++ demo smart_classroom_demo on Ubuntu it’s working well, but when I run the C++ demo smart_classroom_demo on raspberry pi4, I got the error message “malloc(): unsorted double linked list corrupted” I want to know how to solve this problem. thanks

pi@raspberrypi:~/open_model_zoo/demos/build/armv7l/Release $ ./smart_classroom_demo -m_fd ~/model/face-detection-adas-0001.xmlGi -m_act ~/model/person-detection-action-recognition-0005.xml -i ~/ncs2_test/May.mp4 -d_act MYRIAD -d_fd MYRIAD -d_lm MYRIAD -d_reid MYRIAD
[ INFO ] InferenceEngine: 	API version ......... 2.1
	Build ........... 2021.1.0-1237-bece22ac675-releases/2021/1
[ INFO ] Parsing input parameters
[ INFO ] Loading Inference Engine
[ INFO ] Device info: 
	MYRIAD
	myriadPlugin version ......... 2.1
	Build ........... 2021.1.0-1237-bece22ac675-releases/2021/1

malloc(): unsorted double linked list corrupted
已經終止

btw. on Ubuntu it’s working well

dvlab@dvlab-Z370M-D3H:~/inference_engine_demos_build/intel64/Release$ ./smart_classroom_demo -m_act ~/models/person-detection-action-recognition-0005.xml -m_fd ~/models/face-detection-adas-0001.xml -i /home/dvlab/下載/sit.mp4 -d_act MYRIAD -d_fd MYRIAD -d_lm MYRIAD -d_reid MYRIAD
[ INFO ] InferenceEngine: 	API version ......... 2.1
	Build ........... 2021.1.0-1237-bece22ac675-releases/2021/1
[ INFO ] Parsing input parameters
[ INFO ] Loading Inference Engine
[ INFO ] Device info: 
	MYRIAD
	myriadPlugin version ......... 2.1
	Build ........... 2021.1.0-1237-bece22ac675-releases/2021/1

[ WARNING ] Face recognition models are disabled!
To close the application, press 'CTRL+C' here or switch to the output window and press ESC key

[ INFO ] Mean FPS: 3.67467
[ INFO ] Frames processed: 15

[ INFO ] Execution successful

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
vladimir-dudnikcommented, Dec 3, 2020

@engineer0204 the issue might be related with the fact that OpenVINO RaspberryPi package built by cross-compilation tools, not native one (although versions of gcc are the same). And then, when you build application by native tools and link with OpenVINO libraries built by cross-compiler tools, there are some runtime issues. We are investigating this.

@asuhov FYI

0reactions
vladimir-dudnikcommented, Sep 10, 2021

OpenVINO 2021.4.1 which provides fix for the issue just published, so I’m going to close this. Feel free to reopen if you still experience throubles

Read more comments on GitHub >

github_iconTop Results From Across the Web

PYQT5 setstylesheet() causing malloc() unsorted double ...
PYQT5 setstylesheet() causing malloc() unsorted double linked list corruption, double free or corruption, and other errors randomly.
Read more >
run interactive_face_detection_demo on Raspberry failed
BTW, openvino version I tried on rpi is 2020.1, but I think this issue isnot much related ... sometimes ng(malloc():unsorted double linked list...
Read more >
aarch64/tcg crash with malloc(): unsorted double linked list ...
Download Raspberry Pi 3 UEFI Firmware v1.15 from: ... on Feb 14 2020) ========malloc(): unsorted double linked list corrupted Thread 3 ...
Read more >
How to fix the corrupted EEPROM in Raspberry Pi 4 - YouTube
This video created for educational purposes and it explains how to fix the corrupted EEPROM in Raspberry Pi 4.
Read more >
Corrupted double-linked list error - C Board
Anyways I'm having issues with this part of my code i believe... The point of this is to initialize my 2d array of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found