moreblocks:circular_saw Server crash #7785
Labels
No Label
1. kind/balancing
1. kind/breaking
1. kind/bug
1. kind/construction
1. kind/documentation
1. kind/enhancement
1. kind/griefing
1. kind/invalid
1. kind/meme
1. kind/node limit
1. kind/other
1. kind/protocol
2. prio/controversial
2. prio/critical
2. prio/elevated
2. prio/good first issue
2. prio/interesting
2. prio/low
3. source/art
3. source/client
3. source/engine
3. source/ingame
3. source/integration
3. source/lag
3. source/license
3. source/mod upstream
3. source/petz
3. source/testserver
3. source/unknown
3. source/website
4. step/approved
4. step/at work
4. step/blocked
4. step/discussion
4. step/help wanted
4. step/needs confirmation
4. step/partially fixed
4. step/QA main
4. step/QA NOK
4. step/QA OK
4. step/question
4. step/ready to deploy
4. step/ready to QA test
4. step/want approval
5. result/cannot reproduce
5. result/duplicate
5. result/fixed
5. result/maybe
5. result/wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: your-land/bugtracker#7785
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the server crashed right after me clicking when trying to recycle cut blocks into base blocks on saw, I think I may have accidentally caused it.
The reproduction for the bug, if you want to test and fix on testserver:
Server crashto moreblocks:circular_saw Server crashEasier way to reproduce:
There's some weird way to make recycle slot keep material even when input is not full, but it's a separate bug X)
What's interesting, if I try doing this on 5.10 + More Blocks from CDB - I get this crash.
If I try repro on 5.7 (and probably 5.8) + More Blocks from CDB - I get saw inventory wipe, same as #1792
So looks like another engine change (I added print to
on_metadata_inventory_put
and IIRC it gets called as if I put a whole block into recycle - and I do not do that, it's part of the reason for crash).My "hotfix" (it's in
temp_fix_moreblocks_circular_saw_crash
)I have no idea what I did, but it stopped crashing :p
Upstream issue:
https://github.com/minetest-mods/moreblocks/issues/213