This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 gdb/20269] New: Internal error in elf_x86_64_get_plt_sym_val


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

            Bug ID: 20269
           Summary: Internal error in elf_x86_64_get_plt_sym_val
           Product: gdb
           Version: 7.9
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: r.dulek at ultimaker dot com
  Target Milestone: ---

I'm getting an internal error in GDB. It's telling me to report this. This is
the error:

$ gdb --args CuraEngine slice -j ultimaker_jedi.def.json -s
infill_line_distance=0 -s top_layers=5 -s bottom_layers=5 -s wall_line_count=1
-e0 -l /home/ruben/Models/otherPeople/Siert/b.stl -e1 -l
/home/ruben/Models/otherPeople/Siert/t.stl -o out.gcode
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from CuraEngine...done.
(gdb) run
Starting program: /home/ruben/Projects/CuraEngine/build/CuraEngine slice -j
ultimaker_jedi.def.json -s infill_line_distance=0 -s top_layers=5 -s
bottom_layers=5 -s wall_line_count=1 -e0 -l
/home/ruben/Models/otherPeople/Siert/b.stl -e1 -l
/home/ruben/Models/otherPeople/Siert/t.stl -o out.gcode
BFD: BFD (Ubuntu 7.9-1ubuntu1) 2.25.51 internal error, aborting at
/build/buildd/gdb-7.9/bfd/elf64-x86-64.c line 5583 in
elf_x86_64_get_plt_sym_val

BFD: Please report this bug.

Note that I am using GDB version 7.9. This is the one that is currently listed
in Ubuntu 15.04 with the default package repositories. I need to stay on 15.04
due to development. I couldn't find any errors related to this, but there's not
much to go on for me. Good luck!

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

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