[Bug lto/85132] ffmpeg runtime segfault with lto

2018-10-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #13 from Martin Liška --- (In reply to Carl Eugen Hoyos from comment #12) > Should be fixed: > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=10f46815 > https://trac.ffmpeg.org/ticket/7491 > > I wonder a little how the FFmpeg

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-10-19 Thread cehoyos at ag dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Carl Eugen Hoyos changed: What|Removed |Added CC||cehoyos at ag dot or.at --- Comment

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #11 from Martin Liška --- It was changed on trunk in: commit 371072bf395be11f36ef31bb3cfec06bbfc58597 Author: law Date: Fri Sep 1 16:26:00 2017 + * varasm.c

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #10 from Manuel Lauss --- Built with gcc-7.3.0 and LTO it works fine; is this a bug in 7.3.0 instead then?

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Martin Liška changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #7 from Martin Liška --- (In reply to Manuel Lauss from comment #6) > (In reply to Martin Liška from comment #5) > > (In reply to Manuel Lauss from comment #4) > > > (In reply to Martin Liška from comment #3) > > > > (In reply to

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #6 from Manuel Lauss --- (In reply to Martin Liška from comment #5) > (In reply to Manuel Lauss from comment #4) > > (In reply to Martin Liška from comment #3) > > > (In reply to Manuel Lauss from comment #2) > > > > This is the most

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #5 from Martin Liška --- (In reply to Manuel Lauss from comment #4) > (In reply to Martin Liška from comment #3) > > (In reply to Manuel Lauss from comment #2) > > > This is the most minimal ffmpeg config that can trigger the

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #4 from Manuel Lauss --- (In reply to Martin Liška from comment #3) > (In reply to Manuel Lauss from comment #2) > > This is the most minimal ffmpeg config that can trigger the segfault. The > > interesting switch is

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-31 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-30 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #2 from Manuel Lauss --- This is the most minimal ffmpeg config that can trigger the segfault. The interesting switch is "--enabled-hardcoded-tables". I use the "mpv" Player with a standard mp4 video file to trigger it

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-03-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 --- Comment #1 from Martin Liška --- Hi Manual. Can you please reduce a bit the configure options. The package requires many libraries as dependency. How do you invoke ffmpeg to expose the crash?