blob: 46943e63cb2a65be48cf657b85878eacf462a430 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Investigate: intermittent crash in Geekbench 4's llvm benchmark
This might be related to the multithreading issues, but I'm creating this issue to remind me to check later after multithreadding (#680) and reclusive terminate bugs are fixed.
Also after #683
```
$ Bin/FEXLoader -s -T 8 -- ../../Geekbench-4.4.4-Linux/geekbench_x86_64 --section 2 --workload 212
Geekbench 4.4.4 Pro : http://www.geekbench.com/
terminate called recursively
terminate called after throwing an instance of 'terminate called recursively
terminate called recursively
std::bad_alloc'
what(): std::bad_alloc
```
|