Hi Jean-Baptiste - thank you for respondingOK. Is it arriving at the maxing memory? Else, --no-crashdump
thanks, but i don't have any backtraces, as i don't know how to compile a version that creates oneThe only way to do correctly debug is:
- check the backtraces in %appdata%/vlc and file a bugreport on it...
- use gdb and run vlc in it...
thanks! installed and ran it, (using this helpful 8.3 conversion utility - http://www.theeldergeek.com/forum/index ... opic=28753), to get this command line syntax:gdb is available for Windows.
http://hamsterrepublic.com/ohrrpgce/GDB_on_Windows.html
thanks - a little over my pay grade, but i am willing to learn - i presume this is the case, but want to confirm: if i set this version up as my system default player (so that wm recorder will launch it) will it allow gdb to run successfully (ie., has the purportedly missing "debugging symbols")?You can download debug versions from http://nightlies.videolan.org/build/win32/?C=M;O=D (branches are 1.1.x)
#0 0x5f3b1b17 in ff_mspel_motion ()
from /cygdrive/c/softa/vlc-1.1.12-git/plugins/libavcodec_plugin.dll
#1 0x00000000 in ?? ()
thanks so much for isolating the cause! - as i said, it occurs to me several times every week day, and has been doing so for over 1 year nowThanks. I can replicate the crash. It is a libavcodec issue#0 0x5f3b1b17 in ff_mspel_motion ()
from /cygdrive/c/softa/vlc-1.1.12-git/plugins/libavcodec_plugin.dll
#1 0x00000000 in ?? ()
thanks so much VLC_helpYou can create .bat file for VLC startup, that removes the crashdump file first and then starts VLC.
Bug might be fixed in some upcoming libavcodec release, I will ticket this issue later.
EDIT:
Ticket is http://trac.videolan.org/vlc/ticket/5255
ok great - thanksI don't think you have to open another thread. Hopefully no-crashlog will be GUI option at some point.
Thanks. I can replicate the crash. It is a libavcodec issue#0 0x5f3b1b17 in ff_mspel_motion ()
from /cygdrive/c/softa/vlc-1.1.12-git/plugins/libavcodec_plugin.dll
#1 0x00000000 in ?? ()
(gdb) bt
#0 0x5eae1b17 in ff_mspel_motion ()
from /cygdrive/c/softa/vlc-1.1.12-git/plugins/libavcodec_plugin.dll
#1 0x00000009 in ?? ()
#2 0x76e46c4c in ntdll!RtlEqualLuid ()
from /cygdrive/c/Windows/system32/ntdll.dll
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Same issue(gdb) bt
#0 0x5eae1b17 in ff_mspel_motion ()
from /cygdrive/c/softa/vlc-1.1.12-git/plugins/libavcodec_plugin.dll
#1 0x00000009 in ?? ()
#2 0x76e46c4c in ntdll!RtlEqualLuid ()
from /cygdrive/c/Windows/system32/ntdll.dll
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
greatHopefully it will be fixed in VLC 1.2.0 as contrib update.
VLC releases don't follow that scheme =)but we are at 1.1.11, so maybe after 89 more releases?
Return to “VLC media player Feature Requests”
Users browsing this forum: No registered users and 14 guests