Page 1 of 1

Abort Signal -dylib -strange

Posted: Thu May 18, 2017 9:26 pm
by walbus
PB560 Mac
Hi
What is this, i can absolutely not localize or understand ?
On Linux and Windows all works fine

As sample :
I have a little Window on the desktop
Now i call a function in a dylib
This function open also a little Window inside the dylib and make a progressbar
Is the function ready, it close the progressbar window again

The Problem is :
Is in the dylib loop a WindowEvent call, it crash and mean : Abort Signal : Error Code 6

Its only a problem the code is used as dyLib !

A dylib call without a desktop window works

Opening a window after the dylib call with a window event inside crash also

Its simple for making a demo code for this, but, with the dylib not usable for the forum

Re: Abort Signal -dylib -strange

Posted: Thu May 18, 2017 9:37 pm
by wilbert
On OSX updating the gui has to be done from the main thread.
Maybe it has to do with this :?

Re: Abort Signal -dylib -strange

Posted: Thu May 18, 2017 9:53 pm
by walbus
Many thanks for your answer Wilbert

I think, this is it !

Re: Abort Signal -dylib -strange

Posted: Mon May 22, 2017 8:50 am
by walbus
It's just like wilbert says
It looks, macOS can not handle the window output from the dylib
The QAES Suite run on Mac, but the suite use the dylib content directly
I will to time not make a separately suite for Mac
The needed text size for the little suite buttons on mac OS is very little, not good readable
And changing the complete suite GUI for a optimized output on mac OS a lot of work