Changes between Version 1 and Version 2 of Ticket #10176, comment 2


Ignore:
Timestamp:
Nov 6, 2013, 4:13:43 PM (10 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10176, comment 2

    v1 v2  
    1212Here's the StreamBase ctor: http://cgit.haiku-os.org/haiku/tree/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp#n213
    1313To my untrained eye it is odd that it could possibly crash plainly in the ctor body (by opposed to the subfunctions), and the disassembled code shown in Debugger is odd as well with a "call" to an address next to it. Wondering if it's a gcc2 vs. gcc4 memory alignement problem of some sort. I'm on a gcc2h nightly so presumably MediaPlayer is compiled with gcc2?
     14
     15EDIT2:
     16Thanks evilyak, here's the updated test case:
     17
     18{{{
     19~/Desktop/New folder> touch foo.mp3
     20~/Desktop/New folder> addattr -t mime BEOS:TYPE audio/mpeg foo.mp3
     21~/Desktop/New folder> MediaPlayer foo.mp3
     22}}}