I'm getting a crash for a particular file in PlexTranscoder.exe (0xC0000005). I've attached crashdumps here.
This crash is reproducible from the command line against the specific video file I'm trying to play.
This file played in the past but has stopped playing sometime within the last few releases. I tried to create a sample like this:
C:\temp>"C:\Program Files (x86)\Plex\Plex Media Server\PlexTranscoder.exe" -i "\ganesh\Music\K-Pop\Younha (윤하)\TV\Younha - Umbrella + Talk + Think About You (Yoo Hee Yeol's Sketchbook 2015.11.14).ts" -t 120 -map 0 -c copy output.ts
and the last seen abnormal output was:
[mpegts @ 005bce20] PES packet size mismatch
[mpegts @ 005bce20] Could not find codec parameters for stream 0 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 005bce20] Could not find codec parameters for stream 3 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 005bce20] Could not find codec parameters for stream 4 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Right after that I get the Windows error dialog "PlexTranscoder.exe has stopped working" with the problem details:
Problem signature:
Problem Event Name: APPCRASH
Application Name: PlexTranscoder.exe
Application Version: 0.0.0.0
Application Timestamp: 73657922
Fault Module Name: PlexTranscoder.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 73657922
Exception Code: c0000005
Exception Offset: 002e685b
OS Version: 6.3.9600.2.0.0.272.7
Locale ID: 1033
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: 6ee2
Additional Information 4: 6ee2432e64e99bdcea5e4be767a3b1a2
The file plays in VLC. The system (if it matters) is Windows Server 2012 R2 in a VM on Hyper-V, allocated 16 cores and 16GB static memory. The host is a Xeon E56xx architecture.
Please let me know if you need any more information.