Actions
Emulator Issues #13432
openMemory error in x64Emitter.cpp
Status:
New
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Files
Updated by JosJuice about 1 year ago
That's... incredibly strange. I really don't know why that would happen.
Updated by inferrna about 1 year ago
- File build.tar.xz build.tar.xz added
JosJuice wrote in #note-1:
That's... incredibly strange. I really don't know why that would happen.
That's a miracle which holy C++ gave us. Some heretics call it UB..
I see two possible reasons:
- My build options (in attachment)
- My system configuration (especially my enormous 48GB of memory and 10/20 cored CPU)
Updated by inferrna about 1 year ago
This happens when ENABLE_LTO
+ gcc
.
gcc w/o LTO and clang with and w/o LTO are working fine.
Updated by inferrna about 1 year ago
Little update: clang LTO got segfault on "shutting down" stage. When running under gdb it can't start, just segfault like gcc. So, it looks like a race condition or something like that.
Actions