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/23255] New: ../../gdb/dictionary.c:690: internal-error: void insert_symbol_hashed(dictionary*, symbol*): Assertion `SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language' failed.


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

            Bug ID: 23255
           Summary: ../../gdb/dictionary.c:690: internal-error: void
                    insert_symbol_hashed(dictionary*, symbol*): Assertion
                    `SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE
                    (dict)->la_language' failed.
           Product: gdb
           Version: 8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: mikhail.v.gavrilov at gmail dot com
  Target Milestone: ---

$ gdb -p 24082
GNU gdb (GDB) Fedora 8.1-15.fc29
Copyright (C) 2018 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-redhat-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".
Attaching to process 24082
[New LWP 24089]
[New LWP 24091]
[New LWP 24092]
[New LWP 24096]
[New LWP 24098]
[New LWP 24099]
[New LWP 24100]
[New LWP 24101]
[New LWP 24132]
[New LWP 24133]
[New LWP 24134]
[New LWP 24135]
[New LWP 24136]
[New LWP 24137]
[New LWP 24138]
[New LWP 24147]
[New LWP 24747]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Missing separate debuginfo for /lib64/libharfbuzz-icu.so.0
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/7e/010586b65c53819984f41ba424ab17f8c627cf.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libssl3.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/21/dd9f989584c6a4d92499326fc65a3556589fb6.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libsmime3.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/6b/1c418a268cc17283ceb65fd14d6c71b3f52366.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libnss3.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/8b/5a66b46b2f4a427bd573c1dbcee330562de7af.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libnssutil3.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/bd/729a4805d245e058a30c50a5a8e69c518ee700.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libplds4.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/3a/2326d1fd4330a9cfb16a7f56c745b1c0b27015.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libplc4.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/48/15f6c0c159faff800353d09b237a09d529100b.debug
Missing separate debuginfo for /home/mikhail/Downloads/firefox/libnspr4.so
Try: dnf --enablerepo='*debug*' install
/usr/lib/debug/.build-id/e0/a681cf90484daf17d396e466146a9ccd55bc64.debug
../../gdb/dictionary.c:690: internal-error: void
insert_symbol_hashed(dictionary*, symbol*): Assertion `SYMBOL_LANGUAGE (sym) ==
DICT_LANGUAGE (dict)->la_language' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

../../gdb/dictionary.c:690: internal-error: void
insert_symbol_hashed(dictionary*, symbol*): Assertion `SYMBOL_LANGUAGE (sym) ==
DICT_LANGUAGE (dict)->la_language' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) y

Aborted (core dumped)


Backtrace: https://bugzilla.redhat.com/attachment.cgi?id=1447173

-- 
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]