blob: 4768d1396adc9c3dbfa52a3cb83897ffa3ec44ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Running Minecraft BDS in box64 would crash
**platform**: aarch64 Android (tiny-ubuntu in termux)
**compile host**: as above
This issue is mentioned by #171, but they should not be recognized as the same issue, so I opened this issue additionally.
This is the copy of the issue description:
When I played for a while, the server suddenly crashed. This is the partial output:
~~~
Warning, call to __cxa_thread_atexit_impl(0x302b940, 0x7a18000d88, 0x5060fc8) ignored
Warning, call to __cxa_thread_atexit_impl(0x302b980, 0x7a18000db0, 0x5060fc8) ignored
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
Segmentation fault
root@localhost:~/bds#
~~~
|