I created a simple html page to control vlc thru his http interface (with RPN functions calls). Although it works correctly on my 3 configurations, it makes vlc crash on the configuration of a friend.
Here is some log he gets
Code: Select all
[00000514] http interface debug: redir= -> /
[00000514] http interface debug: redir=/index.html -> /
[00000514] main interface debug: using interface module "http"
[00000514] main interface debug: thread 2985544608 (manager) created at
priority 0 (interface/interface.c:216)
[00000516] main http server debug: creating statistics handler
[00000516] main http server debug: Connection from 127.0.0.1
*** glibc detected *** /usr/bin/vlc: munmap_chunk(): invalid pointer:
0x0840906f ***
The only difference I could see between our configurations was vlc chooses memcpy in one configuration (mine, OK, only 1 candidate module for memcpy), and memcpymmxext in the other (friend, crash, 5 candidates modules for memcpy).
Anyway, we tried to launch vlc with '-A memcpy' with no more success.
Does anyone have an idea about this issue ?
Thanks in advance.