D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 22009 - runnable/gdb4181.d fails with most recent GDB version
Summary: runnable/gdb4181.d fails with most recent GDB version
Status: RESOLVED WORKSFORME
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86_64 Linux
: P1 normal
Assignee: No Owner
URL:
Keywords: TestSuite
Depends on:
Blocks:
 
Reported: 2021-06-08 21:11 UTC by basile-z
Modified: 2021-09-28 16:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description basile-z 2021-06-08 21:11:43 UTC
21874 was supposed to fix them all but I still encounter a failure locally:

---
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.

Breakpoint 1, D main () at runnable/gdb4181.d:23
23	}
RESULT=test_results/runnable/gdb4181_0.gdb:5: Error in sourced command file:
Cannot find thread-local storage for process 262642, executable file /home/basile/dev/repos/dlang/dmd/test/test_results/runnable/gdb4181_0:
Cannot find thread-local variables on this target
==============================
Test 'runnable/gdb4181.d' failed: Expected rc == 0, but exited with rc == 1
---