Opened 9 years ago

Closed 20 months ago

#11627 closed bug (fixed)

MediaPlayer troubles on x86_64

Reported by: kallisti5 Owned by: nobody
Priority: normal Milestone: R1/beta4
Component: Kits/Media Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by kallisti5)

It looks like hrev48484 introduced a bug on x86_64 while playing 10-bit Matroska video files.

Playing the following media files results in a crash of media player:

ffprobe KILL\ la\ KILL\ -\ 01.mkv 
ffprobe version 2.4.3 Copyright (c) 2007-2014 the FFmpeg developers
  built on Nov  2 2014 09:16:45 with gcc 4.9.1 (GCC) 20140903 (prerelease)
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
  libavutil      54.  7.100 / 54.  7.100
  libavcodec     56.  1.100 / 56.  1.100
  libavformat    56.  4.101 / 56.  4.101
  libavdevice    56.  0.100 / 56.  0.100
  libavfilter     5.  1.100 /  5.  1.100
  libavresample   2.  1.  0 /  2.  1.  0
  libswscale      3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  0.100 / 53.  0.100
[matroska,webm @ 0x9a64a0] Unknown entry 0x437E
    Last message repeated 3 times
Input #0, matroska,webm, from 'KILL la KILL - 01.mkv':
  Metadata:
    title           : KILL la KILL - 01 - If Only I Had Thorns Like a Thistle
    encoder         : libebml v1.2.2 + libmatroska v1.3.0
    creation_time   : 2013-10-04 10:37:26
  Duration: 00:24:27.74, start: 0.000000, bitrate: 3239 kb/s
    Chapter #0.0: start 0.000000, end 265.223000
    Metadata:
      title           : Intro
    Chapter #0.1: start 265.263000, end 1362.027000
    Metadata:
      title           : Episode
    Chapter #0.2: start 1362.068000, end 1451.992000
    Metadata:
      title           : Ending
    Chapter #0.3: start 1452.032000, end 1467.007000
    Metadata:
      title           : Next episode preview
    Stream #0:0(eng): Video: h264 (High 10), yuv420p10le(tv, bt709), 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
    Metadata:
      title           : H.264 (10-bit)
    Stream #0:1(jpn): Audio: aac, 44100 Hz, stereo, fltp (default) (forced)
    Metadata:
      title           : Japanese 2.0 AAC
    Stream #0:2(eng): Subtitle: ass (default)
    Metadata:
      title           : English subtitles
    Stream #0:3: Attachment: ttf
    Metadata:
      filename        : HiraginoGyoDS-W4.ttf
      mimetype        : application/x-truetype-font
    Stream #0:4: Attachment: ttf
    Metadata:
      filename        : Painfresco-Italic.ttf
      mimetype        : application/x-truetype-font
    Stream #0:5: Attachment: ttf
    Metadata:
      filename        : Painfresco-Regular.ttf
      mimetype        : application/x-truetype-font
    Stream #0:6: Attachment: ttf
    Metadata:
      filename        : Signika-Regular.otf
      mimetype        : application/x-truetype-font
    Stream #0:7: Attachment: ttf
    Metadata:
      filename        : 123-and...-Regular.ttf
      mimetype        : application/x-truetype-font
    Stream #0:8: Attachment: ttf
    Metadata:
      filename        : Babylon-27-Babylon-27.ttf
      mimetype        : application/x-truetype-font
    Stream #0:9: Attachment: ttf
    Metadata:
      filename        : BeeMarkerInk.TTF
      mimetype        : application/x-truetype-font
    Stream #0:10: Attachment: ttf
    Metadata:
      filename        : Franchise-Bold-hinted.ttf
      mimetype        : application/x-truetype-font
Unsupported codec with id 98304 for input stream 3
Unsupported codec with id 98304 for input stream 4
Unsupported codec with id 98304 for input stream 5
Unsupported codec with id 98304 for input stream 6
Unsupported codec with id 98304 for input stream 7
Unsupported codec with id 98304 for input stream 8
Unsupported codec with id 98304 for input stream 9
Unsupported codec with id 98304 for input stream 10

Attachments (3)

MediaPlayer-141685-debug-15-12-2014-13-39-10.report (25.4 KB ) - added by kallisti5 9 years ago.
debug report
log-success.log (13.9 KB ) - added by kallisti5 9 years ago.
log-crash.log (14.0 KB ) - added by kallisti5 9 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by kallisti5, 9 years ago

Description: modified (diff)

by kallisti5, 9 years ago

debug report

comment:2 by pulkomandy, 9 years ago

I tried to play the sample file from #9141 on my 64 bit install running hrev48211 and it crashed too. Then I updated to hrev48504 and now that sample file works.

Can you provide a sample of your video? I think you can truncate the file to the first megabyte or so for a test? (does a truncated file still crash MediaPlayer?)

Last edited 9 years ago by pulkomandy (previous) (diff)

comment:3 by kallisti5, 9 years ago

Still seeing random crashes on x86_64 hrev49479. Attaching mediaplayer output of successful play and crash.

by kallisti5, 9 years ago

Attachment: log-success.log added

by kallisti5, 9 years ago

Attachment: log-crash.log added

comment:4 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:5 by cocobean, 20 months ago

Tested on hrev56385 x64. No crash issues with test file (10bit-eldorado.mkv) in video playback using MediaPlayer.

Last edited 20 months ago by cocobean (previous) (diff)

comment:6 by waddlesplash, 20 months ago

Milestone: R1R1/beta4
Resolution: fixed
Status: assignedclosed

It's been 7 years, we can probably close this.

Note: See TracTickets for help on using tickets.