Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-05 Thread Thibaut Paumard
Control: retitle -1 av_register_all() segfaults on s390x in some cases Control: severity -1 normal Control: thanks Hi, Downgrading the severity as it's actually not a regression: the package always failed building on s390x with the same error message. I thought I did my homework and checked

Processed (with 1 errors): Re: Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-05 Thread Debian Bug Tracking System
Processing control commands: retitle -1 av_register_all() segfaults on s390x in some cases Bug #726733 [libavformat-dev] av_register_all() segfaults on s390x in some cases (regression, causes FTBFS) Changed Bug title to 'av_register_all() segfaults on s390x in some cases' from

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-04 Thread Thibaut Paumard
Dear Reinhard, Le 03/11/2013 02:11, Reinhard Tartler a écrit : Hi Thibaut, can you perhaps also provide a backtrace? It seems that there are no public s390x porter machines where I could get that myself. Unfortunately, I can't: gdb seems to be broken on s390x. Reporting bug as we speak:

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-03 Thread Adam D. Barratt
On Sat, 2013-11-02 at 21:11 -0400, Reinhard Tartler wrote: can you perhaps also provide a backtrace? It seems that there are no public s390x porter machines where I could get that myself. adsb@zelenka:~$ schroot --list | grep s390x chroot:experimental_s390x-dchroot chroot:jessie_s390x-dchroot

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-11-02 Thread Reinhard Tartler
Hi Thibaut, can you perhaps also provide a backtrace? It seems that there are no public s390x porter machines where I could get that myself. Also, I wonder why s390x would require -DPIC -fPIC in compilation flags, but s390 would not. -- To UNSUBSCRIBE, email to

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-23 Thread Thibaut Paumard
Here comes the minimal example. See file README. buggy.tgz Description: application/compressed-tar signature.asc Description: OpenPGP digital signature

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-23 Thread Thibaut Paumard
Le 22/10/2013 18:13, Moritz Muehlenhoff a écrit : After investigation, I can build a minimal example which still fails and only contains a call to av_register_all() and segfaults precisely on this line. Adding s390@l.d.o to CC. Thibaut, can you post your minimal test case? Cheers,

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-22 Thread Moritz Muehlenhoff
On Fri, Oct 18, 2013 at 01:51:41PM +, Thibaut Paumard wrote: Package: libavformat-dev Version: 6:9.10-1 Severity: serious File: /usr/include/libavformat/avformat.h Hi, My package yorick-av fails to build on s390x: https://buildd.debian.org/status/package.php?p=yorick-av It used

Bug#726733: av_register_all() segfaults on s390x in some cases (regression, causes FTBFS)

2013-10-18 Thread Thibaut Paumard
Package: libavformat-dev Version: 6:9.10-1 Severity: serious File: /usr/include/libavformat/avformat.h Hi, My package yorick-av fails to build on s390x: https://buildd.debian.org/status/package.php?p=yorick-av It used to build fine previously. After investigation, I can build a minimal example