Elektrine lite

← Feed

@unfa@mastodon.social

Post #3019575

2026-03-26 12:05 UTC

@timotimo@peoplemaking.games I have posted backtrace in the linked GitHub issue, but it's only for main thread, I'll try multiple threads too...

Replies (2)

  • @timotimo@peoplemaking.games 2026-03-26 12:07

    @unfa@mastodon.social yes, looking at all threads will be crucial; when you stop the program with SIGSTOP like when you ctrl-c it inside the gdb console, you get more or less a random thread

    Open ##3019576

  • @timotimo@peoplemaking.games 2026-03-26 17:55

    @unfa@mastodon.social looking at the offending commit you found, I'm wondering if it's a problem that you're outputting to Log when clearing the log text field. I can't tell from just that folder if the log that Log.log outputs to is also in the log_sources array? is it possible that get_line_count doesn't update immediately when clear_contents is called? then it might be infinitely looping trying to clear over and over? or for some reason something is outputting a really really long output that itself has a thousand lines in it?

    Open ##3019577