JUCE::Timer - if (! deliverNextMessage()) - JUCE Message Thread (1): signal SIGABRT

Hello,
what it could be, I can’t find out how to deal with that. I get that error in some specific situation. It’s little bit complicated to explain. But maybe anyone could give some hint. I get error in that method:

void runLoopCallback() noexcept
{
    for (int i = 4; --i >= 0;)
        if (! deliverNextMessage())         // ERROR "JUCE Message Thread (1): signal SIGABRT"
            return;
    wakeUp();
}
1 Like

I also have this problem, it arises when I try to to call a callback in another one… can anyone explain it ?

Can you post a full stack of the crash?

Without we can only guess