[vlc-devel] Help read() 1.0-bugfix issue

xxcv xxcv07 at gmail.com
Wed Dec 9 21:17:28 CET 2009


Hi,

ntkrnlpa.exe!KiUnexpectedInterrupt+0xbc
ntkrnlpa.exe!PsDereferencePrimaryToken+0x342
ntkrnlpa.exe!KiDeliverApc+0xb3
ntkrnlpa.exe!ZwYieldExecution+0x2570
ntkrnlpa.exe!NtWaitForSingleObject+0x9a
ntkrnlpa.exe!KeReleaseInStackQueuedSpinLockFromDpcLevel+0xb74
ntdll.dll!KiFastSystemCallRet
ntdll.dll!RtlEnterCriticalSection+0x46
msvcrt.dll!read+0x3d
libaccess_file_plugin.dll+0x1e76

On windows xp 32bits read() in access_file didn't pass 2nd time.
main debug: using access module "access_file"
main debug: TIMER module_need() : 8.000 ms - Total 8.000 ms / 1 intvls 
(Avg 8.000 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 4 ms
main debug: pre-buffering done 1024 bytes in 0s - 249 kbytes/s
main debug: looking for stream_filter module: 2 candidates
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls 
(Avg 0.000 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls 
(Avg 0.000 ms)
main debug: creating demux: access='' demux='' path='Z:\music\test.mp3'

The core freeze here before playback started.
Interestingly enough same build works fine on Vista 64bits



More information about the vlc-devel mailing list