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

Error in `./video_input': double free or corruption (out): 0x0000000000b56020 ***Aborted (core dumped) #75

Open
manojprabhakaran1 opened this issue Jan 13, 2017 · 1 comment

Comments

@manojprabhakaran1
Copy link

manojprabhakaran1 commented Jan 13, 2017

screenshot from 2017-01-13 15 42 19
while run the command of video input get some error. please I need some help me.

~/cland/clandmark-master/build/examples$ ./video_input /home/mano/cland/clandmark-master/build/examples/ flandmark_model.xml vid ha5.avi output_file.avi
[h264 @ 0xb19fa0] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb19fa0] decode_slice_header error
[h264 @ 0xb1fc00] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb1fc00] decode_slice_header error
init done
opengl support available
*** Error in `./video_input': double free or corruption (out): 0x0000000000b56020 ***
Aborted (core dumped)

@uricamic
Copy link
Owner

Hi @manojprabhakaran1,

the last message, which comes from clandmark is indeed an error in the example code. I will fix it soon. However, it is just wrong order of free calls in the end of the code, i.e. it does not affect the functionality at all, the memory is freed by system afterwards.

However, your real problem is with the h264 video codec. Is the input video all right? If it is and you have all the required codecs installed, then it is an OpenCV problem.

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

No branches or pull requests

2 participants