juce::juce_dispatchNextMessageOnSystemQueue : obj_msgSend

I get a crash, by using a MessageListener.

Stack ends on obj_msgSend after passed by juce::juce_dispatchNextMessageOnSystemQueue

is there a generalisation of errors crashing like that ?
Some bad ways in posting in the main message queue ?

Thanks.

Are you working on windows and/or triggering change message from a thread. I had faced similar crash on a old version of juce(1.39).

Can you show a more complete stack trace?