[FFmpeg-trac] #255(undetermined:new): incorrect checksum for freed object
FFmpeg
trac at avcodec.org
Wed Jun 1 01:15:05 CEST 2011
#255: incorrect checksum for freed object
--------------------+---------------------------
Reporter: zimbatm | Owner:
Type: defect | Status: new
Priority: normal | Component: undetermined
Version: git | Resolution:
Keywords: malloc | Blocked By:
Blocking: | Reproduced: 0
Analyzed: 0 |
--------------------+---------------------------
Comment (by zimbatm):
Ok, apparently OSX seems to be 16-byte mem aligned [1]. If I turn
HAVE_POSIX_MEMALIGN in the config.h, then the error disappears but I don't
really understand the implications of this, it's a bit too low-level for
me. I tried hacking the ./configure script to disable posix_memalign on
darwin, but the have_func check is run after the platform-specific checks.
What else could I try ?
[1] : http://stackoverflow.com/questions/196329/osx-lacks-memalign
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/255#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list