[FFmpeg-user] Fatal error when compiling: ld terminated with signal 11

cedric.dewijs at telfort.nl cedric.dewijs at telfort.nl
Thu May 17 10:59:02 EEST 2018


>----Origineel Bericht----
>Van : barsnick at gmx.net
>Datum : 17/05/2018 07:50
>Aan : ffmpeg-user at ffmpeg.org
>Onderwerp : Re: [FFmpeg-user] Fatal error when compiling: ld terminated with signal 11
>
>On Wed, May 16, 2018 at 18:43:34 -0700, zerino wrote:
>> What do you mean by linker?
>
>The tool that crashed duing your compile is "ld", the linker (part of a
>"compile" toolchain). It's not provided by ffmpeg and just expected to
>work.
>
>> And what os it have to with heat?
>
>Such tool crashes *can* happen under circumstances like overheated
>system, bad memory, bad memory timing, and so on. Just to rule that
>out, Carl Eugen recommended to check that this is not the case.
>
>Moritz

On smaller systems (with 1GB or even 512MB of RAM), it sometimes happens the ram is just full. 
LD is one of the most memory hungry steps of the compile.
This can be seen in dmegs, then you might see messages like out-of-memory process killer.

In that case, you can extend the ram with a swapfile.

Hope this helps,
Cedric


More information about the ffmpeg-user mailing list