Time |
Nick |
Message |
00:30 |
|
AliasAlreadyTake joined #minetest |
00:36 |
|
sometalgoo joined #minetest |
00:57 |
|
FavoritoHJS joined #minetest |
00:58 |
FavoritoHJS |
is it just me or is kiwiirc not working |
01:16 |
|
Lesha_Vel joined #minetest |
01:17 |
|
Lesha_Vel joined #minetest |
01:25 |
|
smk joined #minetest |
01:28 |
|
kabou joined #minetest |
04:59 |
|
fluxionary joined #minetest |
05:00 |
|
MTDiscord joined #minetest |
05:30 |
|
lemonzest joined #minetest |
05:40 |
|
lissobone joined #minetest |
05:40 |
lissobone |
Minetest SUCKS! |
05:40 |
lissobone |
Minetest is the BEST! |
05:51 |
|
Leopold joined #minetest |
06:45 |
|
Leopold joined #minetest |
06:50 |
|
calcul0n_ joined #minetest |
07:05 |
|
amfl2 joined #minetest |
07:07 |
|
mckaygerhard joined #minetest |
08:19 |
|
Flabb joined #minetest |
08:36 |
|
definitelya joined #minetest |
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. |
09:56 |
|
manneris1 joined #minetest |
10:12 |
|
olliy joined #minetest |
11:19 |
|
___nick___ joined #minetest |
11:31 |
|
olliy1or joined #minetest |
11:37 |
|
olliy joined #minetest |
12:51 |
|
appguru joined #minetest |
12:53 |
|
proller joined #minetest |
13:16 |
|
proller joined #minetest |
14:02 |
|
rdbull joined #minetest |
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:13 |
|
olliy joined #minetest |
14:16 |
|
mrkubax10 joined #minetest |
14:37 |
|
Fixer joined #minetest |
14:42 |
|
mrkubax10 left #minetest |
14:47 |
|
Desour joined #minetest |
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. |
15:11 |
|
proller joined #minetest |
15:18 |
|
mazes_80 joined #minetest |
15:55 |
|
orwell96 joined #minetest |
16:19 |
|
appguru joined #minetest |
16:21 |
|
mckaygerhard joined #minetest |
16:22 |
|
mrkubax10 joined #minetest |
16:25 |
|
sometalgoo joined #minetest |
16:26 |
|
sometalgoo1 joined #minetest |
16:50 |
|
___nick___ joined #minetest |
16:53 |
|
___nick___ joined #minetest |
17:43 |
MTDiscord |
<Awkanimus> 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 |
<Awkanimus> It's running 5.7-dev off minetest master (6377ce) |
17:45 |
MTDiscord |
<Awkanimus> 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:45 |
|
orwell96 joined #minetest |
17:47 |
MTDiscord |
<Awkanimus> 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 |
<Awkanimus> 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 <pid> |
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 |
<Awkanimus> 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 |
<Awkanimus> That's true |
17:52 |
MTDiscord |
<Awkanimus> 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 |
<Awkanimus> 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 |
<Awkanimus> 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 |
<Awkanimus> Thanks for the insights Desour 🙂 |
17:58 |
Desour |
np, though I wasn't really a help. you're probably better than me in this |
18:25 |
|
sparky4 joined #minetest |
18:43 |
|
Talkless joined #minetest |
19:09 |
|
kabou joined #minetest |
19:22 |
|
kabou joined #minetest |
19:40 |
|
mrkubax10 left #minetest |
20:07 |
|
Fixer joined #minetest |
20:21 |
|
sparky4 joined #minetest |
20:40 |
MTDiscord |
<MisterE> 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 |
20:44 |
|
sys4 joined #minetest |
20:49 |
|
appguru joined #minetest |
20:59 |
|
appguru joined #minetest |
21:01 |
MinetestBot |
[git] Awkanimus -> minetest/minetest: Document mod storage psql settings in world_format.txt 0dbb20f https://github.com/minetest/minetest/commit/0dbb20fd63689285601153daccac322177fcb219 (2023-01-05T20:59:08Z) |
21:07 |
|
appguru1 joined #minetest |
21:11 |
|
appguru1 joined #minetest |
21:15 |
|
proller joined #minetest |
22:07 |
|
orwell96 joined #minetest |
22:10 |
MinetestBot |
[git] sfan5 -> minetest/minetest: Use consistent optimization flags for *BSD 059f62d https://github.com/minetest/minetest/commit/059f62d7d60b0aab9af47740f5d5101aa25b7077 (2023-01-05T22:09:51Z) |
22:47 |
|
roadbull joined #minetest |
23:00 |
|
Trifton joined #minetest |
23:11 |
|
onehittoaster joined #minetest |
23:14 |
|
sparky4 joined #minetest |
23:32 |
|
panwolfram joined #minetest |
23:49 |
|
Leopold joined #minetest |