turanszkij / WickedEngine

3D engine with modern graphics
https://wickedengine.net
Other
5.85k stars 619 forks source link

"Corrupted doubly-linked list" #945

Open metaleap opened 2 months ago

metaleap commented 2 months ago

On an Arch Linux with KDE on X11, running latest Wicked Editor release v0.71.563, when I close the window with Alt+F4 (whether I did anything or loaded anything or did nothing at all), it always ends with these 2 terminal prints:

corrupted double-linked list
Aborted (core dumped)

Doesn't break things of course, since that's happening at the end.. but maybe it points to some odd lurking bug underneath..

brakhane commented 2 months ago

I believe it's basically a bug in Jolt, the recommended way of cleaning up will cause Jolt to do a double free once it's closing itself. Creating a bug report for Jolt is on my todo list.

turanszkij commented 2 months ago

This is not happening for me on Windows.