At first i just let the application end after qapplication.exec, then
i tried calling Environment.Exit, and now finally get to quit it using
mono-posix.
Thanks for getting the new 4.5.0 version out, it works fine after
upgrading mono. As for the problem with the shutdown the only
possibility I saw was to use some mono-posix functions to ensure that
the application definitely quits when needed to. However the clean
solution would probably be to provide some way in qtjambi (perhaps
when calling QApplication::initialize) to register a shutdown /
terminate handler that would catch those signals.
Anyway ... that crash at exit is no longer a show stopper for me
best
Frank