Time Nick Message 00:58 FavoritoHJS is it just me or is kiwiirc not working 05:40 lissobone Minetest SUCKS! 05:40 lissobone Minetest is the BEST! 08:42 definitelya lissobone: Minetest is better than the sum of its parts. 08:43 lissobone YEAH! Minetest genuinely SUCKS! It is THE BEST game! 08:45 definitelya So controversial, yet so brave... 08:52 lissobone The WORST sandbox of 2023, and I LOVE IT! 08:53 lissobone Once grief enters your life, it never leaves. 14:08 lissobone Has anyone dreamed of battle royale in minetest? 14:08 lissobone Because... 14:08 lissobone I am making such a mod. 14:08 lissobone I just need to pick a different name. 14:08 lissobone Test Royale? 14:10 lissobone Pubrite Sroyale? 14:12 lissobone Perhaps the first one. 14:12 lissobone The second option is an overkill. 14:50 Desour lissobone: you mean something like hungry games? 14:58 lissobone Yeah, hungry games. 14:58 lissobone Hungry test. 14:58 lissobone Hunger games? 14:59 lissobone Hunger test? This one sounds like a mod designed to test hunger mechanics. 14:59 Desour there was a game and a server called hungry games iirc 15:00 Desour which was kind of like the minecraft thing afaik 15:00 lissobone I will try to add something new. Perhaps something minetesty. 17:43 MTDiscord Ok, so 5 days on my VPS, 7 segfaults. Cores are stored by coredumpctl and stack traces look consistent between them. Seems to happen at the same place each time judging on the stack trace. Building with -DCMAKE_BUILD_TYPE=RelWithDebInfo doesn't seem to have provided more info in the stack trace. I have to dig a bit deeper there. 17:44 MTDiscord It's running 5.7-dev off minetest master (6377ce) 17:45 MTDiscord I intent to open an issue when I have enough information for it to be approachable. I don't believe I have anything concrete enough to be actionable by others 17:45 Desour Awkanimus: have a backtrace? 17:47 MTDiscord Not yet. I have truncated cores stored by coredumpctl but haven't investigated running GDB on a process in a container yet. I don't immediately know how to see the backtrace using coredumpctl in this situation 17:48 MTDiscord I'm imaging I copy all the files from the container to a directory and run gdb on those + the core but haven't played with it yet 17:49 Desour coredump list 17:49 Desour then coredump debug 17:49 Desour I think 17:50 Desour and execute that in the container I guess 17:50 Desour after starting it interactively 17:51 MTDiscord I may have to go that route; then just leave it running in GDB until it segfaults again 17:51 Desour if you have a coredump, you don't need to run again 17:52 MTDiscord That's true 17:52 MTDiscord I'll have to volume mount the coredump in; very doable 17:54 Desour btw, if it happens at random times, you could try updating luajit (and other libs) to see if it's fixed then. 17:56 MTDiscord I may go there if they start happen more frequently. I'm happy to try to hunt it down if it helps the community. 17:57 MTDiscord I'll try some of this stuff tonight or tomorrow when I'm able. Seems GDB is not present in the container and it's using the user 'minetest' so I can't just apk add it trivially. I'll have to create another container based on it so I can switch the user and install gdb. 17:57 MTDiscord Thanks for the insights Desour 🙂 17:58 Desour np, though I wasn't really a help. you're probably better than me in this 20:40 MTDiscord lisobone, you are making a battle royal mod? I suggest using arena_lib for it, I also believe YourLand is wanting a battle royal minigame using arena_lib 21:01 MinetestBot 02[git] 04Awkanimus -> 03minetest/minetest: Document mod storage psql settings in world_format.txt 130dbb20f https://github.com/minetest/minetest/commit/0dbb20fd63689285601153daccac322177fcb219 (152023-01-05T20:59:08Z) 22:10 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Use consistent optimization flags for *BSD 13059f62d https://github.com/minetest/minetest/commit/059f62d7d60b0aab9af47740f5d5101aa25b7077 (152023-01-05T22:09:51Z)