After digging arround I found the fault:
I use cocoa messages to set the text in the menubar 'by hand'.
In one case this was done from a thread which handles websocket stuff.
In sonoma seetings of the menubar (SetTitle) is not longer possible from an other thread then the main thread.
I needed a PostEvent() and do this stuff in the main event loop.
Maybe this saves someone else many hours of searching.
