Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

0xC0000005 exception #15

Open
lionpham opened this issue Dec 29, 2015 · 4 comments
Open

0xC0000005 exception #15

lionpham opened this issue Dec 29, 2015 · 4 comments

Comments

@lionpham
Copy link

Hello,

I got 0xC0000005 exception when trying to open a HLS content. Bellowing is detailed information of this exception:

OS: Windows Phone 8.1
Exception Code: 0xC0000005
Exception Information: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.

Call Stack:
Microsoft.HLSClient.dll!Microsoft::HLSClient::Private::StreamInfo::DownloadPlaylistAsync(Concurrency::task_completion_event tcePlaylistDownloaded) Line 215 C++
Microsoft.HLSClient.dll!Microsoft::HLSClient::Private::Playlist::DownloadVariantStreamPlaylist(unsigned int desiredbitrate=104, bool failfast=104, short searchdirectionincaseoffailure=0, bool TestSegmentDownload=false) Line 292 C++
Microsoft.HLSClient.dll!Microsoft::HLSClient::Private::Playlist::InitializePlaylistRefreshCallback::__l86::() Line 862 C++
Microsoft.HLSClient.dll!Platform::Details::__abi_FunctorCapture<<lambda_f4e2e657afc10a2e0c04311bb73fd675>,void,Windows::System::Threading::ThreadPoolTimer ^>::Invoke(Windows::System::Threading::ThreadPoolTimer ^ <__args_0>=0xfaf54068) Line 875 C++
Microsoft.HLSClient.dll!Windows::System::Threading::TimerElapsedHandler::[Windows::System::Threading::TimerElapsedHandler::__abi_IDelegate]::__abi_Windows_System_Threading_TimerElapsedHandler___abi_IDelegate____abi_Invoke(Windows::System::Threading::ThreadPoolTimer ^ __param0=0xfaf54072) C++
threadpoolwinrt.dll!Windows::System::Threading::CThreadPoolTimer::TimerCallback(struct _TP_CALLBACK_INSTANCE *,void *,struct _TP_TIMER *) Unknown
ntdll.dll!TppTimerpExecuteCallback() Unknown
ntdll.dll!TppWorkerThread() Unknown
ntdll.dll!RtlUserThreadStart() Unknown

Looking forward to your help!

Best Regards

@ericleigh007
Copy link

I don't think that they'll be able to do anything without a code snippet, and probably the content that you tried to load.

@ngducnghia
Copy link

I have same issue when streaming HLS stream. Doesn't happens all the time but randomly during a stream:
Faulting module name: Microsoft.HLSClient.dll, version: 0.0.0.0, time stamp: 0x55e70c2e
Exception code: 0xc0000005
Fault offset: 0x00000000000fb5d4
Faulting process id: 0x1e4c
Faulting application start time: 0x01d1f10fb0123c29

Cause app to crash so regularly.

@jitghosh
Copy link
Contributor

jitghosh commented Aug 8, 2016

Hi – what version of Windows is this for ? If it is for Windows 10, then you should use the HLS capabilities built into the Windows API directly instead of this SDK. For more details – please look at https://msdn.microsoft.com/en-us/windows/uwp/audio-video-camera/adaptive-streaming .

From: ngducnghia [mailto:[email protected]]
Sent: Sunday, August 7, 2016 9:05 PM
To: MicrosoftDX/MicrosoftHLSSDK [email protected]
Subject: Re: [MicrosoftDX/MicrosoftHLSSDK] 0xC0000005 exception (#15)

I have same issue when streaming HLS stream. Doesn't happens all the time but randomly during a stream:
Faulting module name: Microsoft.HLSClient.dll, version: 0.0.0.0, time stamp: 0x55e70c2e
Exception code: 0xc0000005
Fault offset: 0x00000000000fb5d4
Faulting process id: 0x1e4c
Faulting application start time: 0x01d1f10fb0123c29

Cause app to crash so regularly.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/15#issuecomment-238121233, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFoyaexqN-9iimsjTI6o01q-2yRhaxJDks5qdoDDgaJpZM4G8R3_.

@ngducnghia
Copy link

Hi Jitghosh,

Thanks for your quick reply. I'm developing Windows 8.1 application, but testing app on both Windows 8.1 and 10 has this issue. Is there any alternative for 8.1?

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

No branches or pull requests

4 participants