[2026-06-26 04:11:37:615 ERROR] [Scripting] [§3Twilight Engine] Unhandled promise rejection: InternalHttpRequestError: Internal HTTP error occurred with message '0x858f89d0' and code -2054190640. at <anonymous> (Database/API.js:54)
free(): invalid next size (fast)
[2026-06-26 04:11:55:605 INFO] Package: com.mojang.minecraft.dedicatedserver
Version: 1.26.32.2
OS: Linux
Server start: 2026-06-26 03:51:53 UTC
Dmp timestamp: 2026-06-26 04:11:55 UTC
Upload Date: 2026-06-26 04:11:55 UTC
Session ID: 02c48996-041c-414c-8b11-cb474e2c3603
Commit hash: 8dfd7355e9ce6a57bcb09bd2cea696b7b76b6cff
Build id: 46948671
CrashReporter Key: e93d1741-7c4f-332d-8250-c213a2fa0679
Crash
[2026-06-26 04:11:55:605 INFO] at gsignal (UnknownFile:?)
at abort (UnknownFile:?)
at __libc_free (UnknownFile:?)
at __clone (UnknownFile:?)
Crash just randomly occurs during random HTTP request. I have confirmed this same issue amongst 4 other servers experiencing this same issue. I have personally switched to web-sockets instead of HTTP requests, and that seems to resolve the issue for me, but for people still on HTTP requests, the crashing still occurs.
Environment
CPU: Ryzen 9 5900XT
Comments 6
We do not have enough information to reproduce this issue.
Please include the following information to help us understand your problem:
Steps to Reproduce:
1. (Explain what needs to be done for the issue to happen)
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
Please also attach any needed commands, add-ons/behavior packs, data packs, resource packs, screenshots, videos, or worlds needed to help reproduce this issue.
Refer to the Bug Tracker Guidelines for more information about how to write helpful bug reports. Bug reports with insufficient information may be closed as Incomplete.
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 BDS Wiki
I cannot directly give a How To step by step guide of how to recreate this problem, as it’s still something I am not actually sure how it’s happening, but I have managed to isolate the issue to the HTTP requests.
The issue seems to happen after a decent amount of time, when HTTP requests are running in a script using @minecraft/server-net. My best way suggest to test this, is to just have HTTP requests running GET/POST requests on a interval, and eventually, the server will just crash.
I have not noticed any major performance issues before the crash (i.e RAM spikes/leak, CPU spikes, etc..)
As said in the original post, this issue seems to happen to a handful of servers, each made by different developers with they’re own scripts.
Hi!
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Can you attach an example script which can trigger this crash?
This ticket will automatically reopen when you reply. Thanks!
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
I am not really sure how I could make an example of this, as you would also need a external such as Express server.
All I am saying to do to recreate this problem, is to just simply have a normal HTTP request that runs often (such as every 1-5 seconds), and over time, it will just randomly crash.
This is a pretty dire fix that a lot of people need, as anyone that uses HTTP to store data for they’re server, deal with crashing all the time now.
As previously said, this started happening after the 1.26.3x update.
This issue has been reviewed by our team.
Please add new, relevant information if it helps us understand or reproduce the issue. To show that you’re affected, use the vote feature rather than commenting.
If a fix is implemented, it will be listed in our official changelogs.
For major outages or urgent assistance, visit the Minecraft Help Center.
Sorry for the bad environment values.
CPU: Ryzen 9 5900XT
RAM: DDR4 3200MT/s
Software Version: Linux 1.26.32.2
OS: Debian Trixie
All other servers tested with the same issue are running same OS, CPU and RAM varies also.