Core 0x24 WU_STALLED

If you think it might be a driver problem, see viewforum.php?f=79

Moderators: Site Moderators, FAHC Science Team

muziqaz
Posts: 1534
Joined: Sun Dec 16, 2007 6:22 pm
Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP
Location: London
Contact:

Re: Core 0x24 WU_STALLED

Post by muziqaz »

arisu wrote: Wed Mar 19, 2025 12:02 am
muziqaz wrote: Mon Mar 17, 2025 4:18 pm
wesgeorge wrote: Mon Mar 17, 2025 3:52 pm ok, that is something that I can push via the support for fah-gpu since this is very likely a docker issue (I'm running Ubuntu22). I'd already asked about them rolling a rev that includes client v8 but if there's a more pressing issue they may need to update even for v7, I can try to handle that separately. Can you point me to a doc that lists the requirements for the newer cores so that I can be specific about what is needed?
There are some commands which can show you what each core demands for GLIBC. I cannot remember them, unfortunately
Perhaps this?

Code: Select all

objdump -T FahCore_* | grep GLIBC
Doesn't ring a bell.
If I'm still alive by weekend, I might relive the glory days and try retrieving the info
FAH Omega tester
Image
arisu
Posts: 254
Joined: Mon Feb 24, 2025 11:11 pm

Re: Core 0x24 WU_STALLED

Post by arisu »

There are a few ways to get the required symbol versions. That's just one of them ("nm -D" is another). I suppose you'd also have to run it on the libraries:

Code: Select all

objdump -T *.so FahCore_* | grep GLIBC | sort -u
Post Reply