Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12216 closed Bug Report - General (Fixed)

0.27/fixes memory corruption error

Reported by: tobias.powalowski@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Attached gdb.txt from error.

Attachments (1)

gdb.txt (13.5 KB) - added by tobias.powalowski@… 10 years ago.

Download all attachments as: .zip

Change History (8)

Changed 10 years ago by tobias.powalowski@…

Attachment: gdb.txt added

comment:1 Changed 10 years ago by JYA

Resolution: Fixed
Status: newclosed

commit was reverted.

However, I strongly suspect a compiler issue, the code with FFmpeg 1.2 is in effect identical. No reason it would cause a memory corruption.

What compiler are you using?

comment:2 Changed 10 years ago by tobias.powalowski@…

/build/gcc/src/gcc-4.9.1/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-isl-version-check --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release

Thread-Modell: posix gcc-Version 4.9.1 (GCC)

comment:3 Changed 10 years ago by JYA

Any chance you can try with 4.6 or 4.7?

Known issues with 4.9

comment:4 Changed 10 years ago by tobias.powalowski@…

Not a chance, archlinux is latest and greatest :/

comment:5 Changed 10 years ago by Karl Egly

If you can't downgrade you could try another compiler. From https://wiki.archlinux.org/index.php/Clang

Build packages with Clang Add export CC=clang and (for C++) export CXX=clang++ to your /etc/makepkg.conf.

comment:6 Changed 10 years ago by JYA

and crashes for no reason, or can't compile..

awesome stuff ...

comment:7 Changed 10 years ago by tobias.powalowski@…

Just for the record master branch is also affected and not working.

Note: See TracTickets for help on using tickets.