This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77405] SIGBUS from gnatmake in stage 3 (gcc 7.0)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77405

--- Comment #16 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to John Marino from comment #15)
> There's a complete log showing where in the build the SIGBUG occurs but as
> far as the assembly code that causes it, I have no idea.  If you provide me
> some instructions on how, maybe I can get some useful information for you.

Run the failed command under gdb. Then you can get backtrace and disassemble
the failed function.  It will show where the problem is.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]