bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/23906] LD Bug : Undocumented exit status 253


From: nickc at redhat dot com
Subject: [Bug ld/23906] LD Bug : Undocumented exit status 253
Date: Fri, 07 Dec 2018 10:49:00 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23906

--- Comment #7 from Nick Clifton <nickc at redhat dot com> ---
(In reply to David Ledger from comment #4)
Hi David,

> Unhandled exception at 0x0000000000402B06 in arm-none-eabi-ld.bfd.exe:
> 0xC00000FD: Stack overflow (parameters: 0x0000000000000001,
> 0x0000000000543830).
> 
> Ran it in MSVC debugger because I don't know how to use GDB but it appears a
> stack overflow occured...

Sorry - I missed this comment.

So this would probably explain what is going wrong.  Of course it then begs
the question of why the stack exhaustion is occurring.  Do you have a limited
amount of stack space available to applications on your build machine ?

In the MSVC debugger, are you able to determine what the stack backtrace looks
like when it runs out of space ?  (I am wondering if there is a bug leading to
infinite recursion).  Or maybe there is a function in the linker which
allocates memory on the stack, and it is asking for a huge amount of memory...

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]