[vlc-devel] More bugs...hurrah!
mlist at marxbitware.com
mlist at marxbitware.com
Tue Jun 17 20:16:04 CEST 2008
I've been playing with the following nightly build:
vlc-0.9.0-git-20080616-0003-win32
I've tracked down those errors I was receiving...
1. libvlc_media_player.video_set_parent()
This generates an exception:
b_raised = 1
i_code = 0
psz_message = "No active input"
Output:
HEAP[Marx Media Player v2.exe]: Invalid address specified to
RtlFreeHeap( 00090000, 05C25E78 )
HEAP[Marx Media Player v2.exe]: Invalid address specified to
RtlFreeHeap( 009B0000, 078A61E0 )
Call Stack:
ntdll.dll!77077dfe()
2. libvlc_media_player.set_drawable()
This generates an exception:
b_raised = 1
i_code = 0
psz_message = "Input is NULL"
Output:
HEAP[Marx Media Player v2.exe]: Invalid address specified to
RtlFreeHeap( 004B0000, 05D25E78 )
HEAP[Marx Media Player v2.exe]: Invalid address specified to
RtlFreeHeap( 00B10000, 074E61E0 )
Call Stack:
ntdll.dll!77077dfe()
More information about the vlc-devel
mailing list