You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes when there's a Markdown element (containing whatever, even just a line of plain text) and I resize the app's window. It doesn't crash if you resize quickly (or a little); so I guess it takes a bunch of update/refresh events to make the app crash.
panic: cimgui-go/internal.Pool: Allocate: Out of space! This means that you attempt to allocate too many callbacks for immarkdown.MarkdownLinkCallback. There are several possible solutions: - You forgot to call Clear() for the pool (e.g. on the end/beginning of the frame) - You've too many items calling Allocate without cleaning (more than 32). I this is the case, plelase report an issue ane we'll increase pool limit for the type. Refer: https://github.com/AllenDang/cimgui-go/issues/224
You should also see this.
Generally giu should handle this. Why it doesn't?...
What happend?
The app crashes when there's a Markdown element (containing whatever, even just a line of plain text) and I resize the app's window. It doesn't crash if you resize quickly (or a little); so I guess it takes a bunch of update/refresh events to make the app crash.
Stacktrace:
Code example
main.go
To Reproduce
Version
v0.11.0
OS
darwin / arm64 (macOS 14.6.1)
The text was updated successfully, but these errors were encountered: