after i closed the first gdb, one thread returned to 100 again
steam spawn PID: 12279
sh -c PID: 12280
factorio main process PID: 12282 (attached to this)
factorip process that took nearly 100 PID: 12614
heres the log (of attaching to the main process):
Code: Select all
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
attach: Datei oder Verzeichnis nicht gefunden.
Attaching to process 12282
[New LWP 12559]
[New LWP 12560]
[New LWP 12561]
[New LWP 12562]
[New LWP 12563]
[New LWP 12564]
[New LWP 12565]
[New LWP 12566]
[New LWP 12567]
[New LWP 12568]
[New LWP 12570]
[New LWP 12571]
[New LWP 12614]
[New LWP 12627]
[New LWP 12628]
[New LWP 12629]
[New LWP 12630]
[New LWP 12631]
[New LWP 12632]
[New LWP 12633]
[New LWP 12634]
[New LWP 12636]
[New LWP 12638]
[New LWP 12639]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
88 ../sysdeps/unix/sysv/linux/futex-internal.h: Datei oder Verzeichnis nicht gefunden.
(gdb) info threads
Id Target Id Frame
* 1 Thread 0x7fc8345351c0 (LWP 12282) "factorio" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
2 Thread 0x7fc82d3e4700 (LWP 12559) "TaskManager" 0x00007fc833cc6f85 in futex_abstimed_wait_cancelable (private=<optimized out>,
abstime=0x7fc82d3e3410, expected=0, futex_word=0x32242a4) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
3 Thread 0x7fc82cbb2700 (LWP 12560) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32ea2d4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
4 Thread 0x7fc82c3b1700 (LWP 12561) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32e6120) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
5 Thread 0x7fc82bbb0700 (LWP 12562) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x329ca64) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
6 Thread 0x7fc82b3af700 (LWP 12563) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32cea00) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
7 Thread 0x7fc82abae700 (LWP 12564) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32cb2e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
8 Thread 0x7fc82a3ad700 (LWP 12565) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32c77d4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
9 Thread 0x7fc829bac700 (LWP 12566) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32c11c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
10 Thread 0x7fc8293ab700 (LWP 12567) "SDLTimer" 0x00007fc833cc96d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0,
expected=0, futex_word=0x32e3c00) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
11 Thread 0x7fc81ede3700 (LWP 12568) "factorio" 0x00007fc83258b03f in __GI___select (nfds=nfds@entry=53,
readfds=readfds@entry=0x7fc81ede2220, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0, timeout=timeout@entry=0x7fc81ede2210)
at ../sysdeps/unix/sysv/linux/select.c:41
12 Thread 0x7fc817cd0700 (LWP 12570) "threaded-ml" 0x00007fc832588bf9 in __GI___poll (fds=0x7fc8100045d0, nfds=3, timeout=574)
at ../sysdeps/unix/sysv/linux/poll.c:29
13 Thread 0x7fc8174cf700 (LWP 12571) "factorio" 0x00007fc832588bf9 in __GI___poll (fds=0x7fc8174ce310, nfds=1, timeout=10)
at ../sysdeps/unix/sysv/linux/poll.c:29
14 Thread 0x7fc815d82700 (LWP 12614) "GameUpdate" __memcmp_avx2_movbe () at ../sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S:184
15 Thread 0x7fc6a53eb700 (LWP 12627) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67181a6a0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
16 Thread 0x7fc7f8ac2700 (LWP 12628) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc6717c50a0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
17 Thread 0x7fc7f82c1700 (LWP 12629) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
---Type <return> to continue, or q <return> to quit---
futex_word=0x7fc67187b980) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
18 Thread 0x7fc7f7ac0700 (LWP 12630) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67187ded0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
19 Thread 0x7fc69ebb3700 (LWP 12631) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67173dc30) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
20 Thread 0x7fc69e3b2700 (LWP 12632) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc671674af0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
21 Thread 0x7fc69dbb1700 (LWP 12633) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc7ea627e50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
22 Thread 0x7fc69d3b0700 (LWP 12634) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67144fcc0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
23 Thread 0x7fc69cbaf700 (LWP 12636) "factorio" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc628c34f74) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
24 Thread 0x7fc6a4bea700 (LWP 12638) "factorio" 0x00007fc833ccac60 in __GI___nanosleep (requested_time=0x7fc6a4be9330,
remaining=0x7fc6a4be9330) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
25 Thread 0x7fc69c3ae700 (LWP 12639) "TransferSource" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>,
expected=0, futex_word=0x54b7740) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
(gdb)
(gdb) thread 1
[Switching to thread 1 (Thread 0x7fc8345351c0 (LWP 12282))]
#0 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
88 in ../sysdeps/unix/sysv/linux/futex-internal.h
(gdb) bt
#0 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x1fcf7c0 <MainLoop::updateThreadConditionMutex>,
cond=0x1fcf780 <MainLoop::updateThreadCondition>) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x1fcf780 <MainLoop::updateThreadCondition>, mutex=0x1fcf7c0 <MainLoop::updateThreadConditionMutex>)
at pthread_cond_wait.c:655
#3 0x000000000184f7ac in std::condition_variable::wait(std::unique_lock<std::mutex>&) ()
#4 0x0000000000f56a0f in MainLoop::mainLoopStep(WorkerThread&, MainLoop::HeavyMode) () at /tmp/factorio-build-yPgHjl/src/MainLoop.cpp:582
#5 0x0000000000f56e6e in MainLoop::run(Filesystem::Path const&, Filesystem::Path const&, bool, bool, std::function<void ()>, Filesystem::Path const&, MainLoop::HeavyMode) () at /tmp/factorio-build-yPgHjl/src/MainLoop.cpp:375
#6 0x00000000005237be in main () at /tmp/factorio-build-yPgHjl/src/Main.cpp:1257
#7 0x00007fc832495b97 in __libc_start_main (main=0x517dc0 <main>, argc=2, argv=0x7ffcdb295fa8, init=<optimized out>,
fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffcdb295f98) at ../csu/libc-start.c:310
#8 0x000000000053190e in _start ()
(gdb)
here is the log of attaching to the nearly 100 process:
Code: Select all
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
attach: Datei oder Verzeichnis nicht gefunden.
Attaching to process 12282
[New LWP 12559]
[New LWP 12560]
[New LWP 12561]
[New LWP 12562]
[New LWP 12563]
[New LWP 12564]
[New LWP 12565]
[New LWP 12566]
[New LWP 12567]
[New LWP 12568]
[New LWP 12570]
[New LWP 12571]
[New LWP 12614]
[New LWP 12627]
[New LWP 12628]
[New LWP 12629]
[New LWP 12630]
[New LWP 12631]
[New LWP 12632]
[New LWP 12633]
[New LWP 12634]
[New LWP 12636]
[New LWP 12638]
[New LWP 12639]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
88 ../sysdeps/unix/sysv/linux/futex-internal.h: Datei oder Verzeichnis nicht gefunden.
(gdb) info threads
Id Target Id Frame
* 1 Thread 0x7fc8345351c0 (LWP 12282) "factorio" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x1fcf7a8 <MainLoop::updateThreadCondition+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
2 Thread 0x7fc82d3e4700 (LWP 12559) "TaskManager" 0x00007fc833cc6f85 in futex_abstimed_wait_cancelable (private=<optimized out>,
abstime=0x7fc82d3e3410, expected=0, futex_word=0x32242a4) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
3 Thread 0x7fc82cbb2700 (LWP 12560) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32ea2d4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
4 Thread 0x7fc82c3b1700 (LWP 12561) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32e6120) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
5 Thread 0x7fc82bbb0700 (LWP 12562) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x329ca64) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
6 Thread 0x7fc82b3af700 (LWP 12563) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32cea00) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
7 Thread 0x7fc82abae700 (LWP 12564) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32cb2e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
8 Thread 0x7fc82a3ad700 (LWP 12565) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32c77d4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
9 Thread 0x7fc829bac700 (LWP 12566) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x32c11c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
10 Thread 0x7fc8293ab700 (LWP 12567) "SDLTimer" 0x00007fc833cc96d6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0,
expected=0, futex_word=0x32e3c00) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
11 Thread 0x7fc81ede3700 (LWP 12568) "factorio" 0x00007fc83258b03f in __GI___select (nfds=nfds@entry=53,
readfds=readfds@entry=0x7fc81ede2220, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0, timeout=timeout@entry=0x7fc81ede2210)
at ../sysdeps/unix/sysv/linux/select.c:41
12 Thread 0x7fc817cd0700 (LWP 12570) "threaded-ml" 0x00007fc832588bf9 in __GI___poll (fds=0x7fc8100045d0, nfds=3, timeout=1194)
at ../sysdeps/unix/sysv/linux/poll.c:29
13 Thread 0x7fc8174cf700 (LWP 12571) "factorio" 0x00007fc832588bf9 in __GI___poll (fds=0x7fc8174ce310, nfds=1, timeout=10)
at ../sysdeps/unix/sysv/linux/poll.c:29
14 Thread 0x7fc815d82700 (LWP 12614) "GameUpdate" 0x000000000053f644 in std::string::_M_mutate ()
at /usr/include/c++/8/bits/basic_string.tcc:947
15 Thread 0x7fc6a53eb700 (LWP 12627) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67181a6a0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
16 Thread 0x7fc7f8ac2700 (LWP 12628) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc6717c50a0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
---Type <return> to continue, or q <return> to quit---
17 Thread 0x7fc7f82c1700 (LWP 12629) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67187b980) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
18 Thread 0x7fc7f7ac0700 (LWP 12630) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67187ded0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
19 Thread 0x7fc69ebb3700 (LWP 12631) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67173dc30) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
20 Thread 0x7fc69e3b2700 (LWP 12632) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc671674af0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
21 Thread 0x7fc69dbb1700 (LWP 12633) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc7ea627e50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
22 Thread 0x7fc69d3b0700 (LWP 12634) "WorkerThread" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc67144fcc0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
23 Thread 0x7fc69cbaf700 (LWP 12636) "factorio" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>, expected=0,
futex_word=0x7fc628c34f74) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
24 Thread 0x7fc6a4bea700 (LWP 12638) "factorio" 0x00007fc833ccac60 in __GI___nanosleep (requested_time=0x7fc6a4be9330,
remaining=0x7fc6a4be9330) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
25 Thread 0x7fc69c3ae700 (LWP 12639) "TransferSource" 0x00007fc833cc69f3 in futex_wait_cancelable (private=<optimized out>,
expected=0, futex_word=0x54b7740) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
(gdb) thread 14
[Switching to thread 14 (Thread 0x7fc815d82700 (LWP 12614))]
#0 0x000000000053f644 in std::string::_M_mutate () at /usr/include/c++/8/bits/basic_string.tcc:947
947 /usr/include/c++/8/bits/basic_string.tcc: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 0x000000000053f644 in std::string::_M_mutate () at /usr/include/c++/8/bits/basic_string.tcc:947
#1 0x000000000053fb85 in std::string::_M_replace_safe () at /usr/include/c++/8/bits/basic_string.tcc:1134
#2 std::string::assign () at /usr/include/c++/8/bits/basic_string.tcc:714
#3 0x00000000008b0f3d in LuaBinder<LuaEntity>::parseKey () at /tmp/factorio-build-yPgHjl/src/Script/LuaBinder.hpp:204
#4 LuaBinder<LuaEntity>::processCommonLuaIndex () at /tmp/factorio-build-yPgHjl/src/Script/LuaBinder.hpp:210
#5 LuaEntity::luaIndex () at /tmp/factorio-build-yPgHjl/src/Script/LuaEntity.cpp:517
#6 0x00000000012d2c5a in LuaBinder<LuaEntity>::callWrapper () at /tmp/factorio-build-yPgHjl/src/Script/LuaBinder.hpp:341
#7 0x00000000014d986b in luaD_precall () at /tmp/factorio-build-yPgHjl/libraries/Lua/ldo.c:317
#8 0x00000000014d9a11 in luaD_call () at /tmp/factorio-build-yPgHjl/libraries/Lua/ldo.c:392
#9 0x00000000014e948b in callTM () at /tmp/factorio-build-yPgHjl/libraries/Lua/lvm.c:103
#10 luaV_gettable () at /tmp/factorio-build-yPgHjl/libraries/Lua/lvm.c:128
#11 0x00000000014eb5eb in luaV_execute () at /tmp/factorio-build-yPgHjl/libraries/Lua/lvm.c:589
#12 0x00000000014d9a68 in luaD_call () at /tmp/factorio-build-yPgHjl/libraries/Lua/ldo.c:393
#13 0x00000000014d9aee in luaD_rawrunprotected () at /tmp/factorio-build-yPgHjl/libraries/Lua/ldo.c:131
#14 luaD_pcall(lua_State*, void (*)(lua_State*, void*), void*, long, long) () at /tmp/factorio-build-yPgHjl/libraries/Lua/ldo.c:592
#15 0x00000000014d4476 in lua_pcallk () at /tmp/factorio-build-yPgHjl/libraries/Lua/lapi.c:1053
#16 0x00000000006e9fac in LuaHelper::pCallWithStackTrace () at /tmp/factorio-build-yPgHjl/src/Util/LuaHelper.cpp:3314
#17 0x0000000000df19f2 in LuaGameScript::signallingPCall () at /tmp/factorio-build-yPgHjl/src/Script/LuaGameScript.cpp:5764
#18 LuaGameScript::runEventHandler(unsigned int, int) () at /tmp/factorio-build-yPgHjl/src/Script/LuaGameScript.cpp:879
#19 0x000000000132a4ef in LuaEventDispatcher::run<GameAction> () at /tmp/factorio-build-yPgHjl/src/Script/LuaEventDispatcher.cpp:537
#20 0x0000000000df2b9f in LuaEventDispatcher::dispatch(unsigned int) () at /tmp/factorio-build-yPgHjl/src/Script/LuaEventDispatcher.cpp:94
#21 0x0000000000f0ac01 in LuaContext::update () at /tmp/factorio-build-yPgHjl/src/Script/LuaContext.cpp:140
#22 Scenario::update() () at /tmp/factorio-build-yPgHjl/src/Scenario/Scenario.cpp:1162
#23 0x0000000000f392b4 in Scenario::updateStep () at /tmp/factorio-build-yPgHjl/src/Scenario/Scenario.cpp:1063
#24 MainLoop::gameUpdateStep(MultiplayerManagerBase*, Scenario*, AppManager*, MainLoop::HeavyMode) ()
at /tmp/factorio-build-yPgHjl/src/MainLoop.cpp:1145
#25 0x0000000000f398a0 in MainLoop::gameUpdateLoop(MainLoop::HeavyMode) () at /tmp/factorio-build-yPgHjl/src/MainLoop.cpp:1010
#26 0x0000000000b141f1 in std::function<void ()>::operator()() const () at /usr/include/c++/8/bits/std_function.h:687
#27 WorkerThread::loop() () at /tmp/factorio-build-yPgHjl/src/Util/WorkerThread.cpp:41
#28 0x0000000001822fbf in execute_native_thread_routine ()
#29 0x00007fc833cc06db in start_thread (arg=0x7fc815d82700) at pthread_create.c:463
#30 0x00007fc83259588f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb)
Update: added the htop image of the processes in the drive folder