Page 2 of 2

Re: Core 0x24 WU_STALLED

Posted: Wed Mar 19, 2025 12:03 am
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

Re: Core 0x24 WU_STALLED

Posted: Wed Mar 19, 2025 12:06 am
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