0xFFFC0000

Results 46 comments of 0xFFFC0000

The picture you posted just says the executable file is missing. Nothing more.

@jeffro256 thanks for your comment. I left some comments too.

Leaving this here just to keep in mind. This deadlock should be fixed: **Thread 1, waiting while holding the lock:** ``` libc.so.6!__futex_abstimed_wait_common (Unknown Source:0) libc.so.6!pthread_cond_wait@@GLIBC_2.3.2 (Unknown Source:0) boost::condition_variable::wait(boost::unique_lock & m,...

Changelog: 1. Cleaned unnecessary windows function change. 2. Rebased to upstream/master. 3. Changed the PR name to reflect our rules for PR names.

I cannot wait until we finalize and merge this. Thanks for your great work @tobtoht

PR is already merged. Changing the title to reflect the PR name rules we have [1]. 1. https://github.com/monero-project/monero/pull/9210/files

Confirming that the `config.sub` and `config.guess` files don't have any differences/changes to original repository (commit hash: `28ea239c53a2d5d8800c472bc2452eaa16e37af2`) [Repo link.](https://git.savannah.gnu.org/cgit/config.git)

I tried with ``` $ gcc --version gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6) ``` and was not able to reproduce. Can you run with `--log-level=4` and put the log...

New performance results: the performance problem of `pop_blocks` specifically related to this PR has been fixed in the new push. The only remaining part is we still have a little...