[Bug corefiles/33258] reading corefile ends with gdb/regcache.c:432: internal-error: get_thread_regcache: Assertion `thread->state != THREAD_EXITED' failed.

grzemba@contac-dt.de sourceware-bugzilla@sourceware.org
Wed Sep 10 19:40:44 GMT 2025


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

--- Comment #18 from Carsten Grzemba <grzemba@contac-dt.de> ---
I guess this is the only documentation on this:
https://www.illumos.org/man/5/core

illumos core files contains the old and the new segment. Solaris 11.4 only the
new.

I guess that the in the core file contained register values are interpreted as
the function parameters mentioned in the stack.

But in the moment all function listed without parameter values:

Thread 47 (LWP    1        ):
#0  0x00007fffa05d0ab1 in db_journal_reader_init_file () at
/usr/lib/amd64/tracker-1.0/libtracker-data.so.0
#1  0x00007fffa05d4018 in tracker_db_journal_reader_verify_last () at
/usr/lib/amd64/tracker-1.0/libtracker-data.so.0
#2  0x00007fffa05cfaba in tracker_db_manager_init () at
/usr/lib/amd64/tracker-1.0/libtracker-data.so.0
#3  0x00007fffa05bda07 in tracker_data_manager_init () at
/usr/lib/amd64/tracker-1.0/libtracker-data.so.0
#4  0x00000000004155a6 in main ()

So there is still something to do.

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


More information about the Gdb-prs mailing list