Ticket #581 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Remove libbfd dependency

Reported by: Philip Owned by:
Priority: Should Have Milestone: Alpha 2
Component: Core engine Keywords:
Cc:

Description

To avoid problems like this, we should just remove the code that uses libbfd, since it's not particularly useful - it's just used for basic stack traces, which rarely provide enough useful information for debugging any problems, and we can easily get Linux users to run in gdb if we want more details.

Change History

comment:1 Changed 3 years ago by philip

  • Status changed from new to closed
  • Resolution set to fixed

(In [8271]) Remove BFD-based debugging code, to avoid the runtime dependency on binutils. Fixes #581.

Note: See TracTickets for help on using tickets.