Re: [Mono-dev] Strange Crash with mono-3.2.3 + Qt-5.2.1

2014-12-04 Thread PhilJoy
This is still a problem as of mono-3.10. Are there any suggestions for workarounds? I can confirm this has nothing to do with the loaded managed assembly or lack of STA decoration on main since the issue happens when I don't provide one: invoke something in QtQuick.Dialogs - OK

Re: [Mono-dev] Strange Crash with mono-3.2.3 + Qt-5.2.1

2014-02-17 Thread Robert Jordan
On 14.02.2014 21:35, Frank Fuchs wrote: I first noticed with my Qt based application and a 64 bit build of mono-3.2.3. However, I confirmed the very same problem with the offical binary releases fo Qt-5.2.1 (mingw) and mono-3.2.3. An application which embedds mono and initializes the runtime

Re: [Mono-dev] Strange Crash with mono-3.2.3 + Qt-5.2.1

2014-02-15 Thread Frank Fuchs
The problem exists for the current master, and seem independent of the garbage collector choosen (incl. boehm/sgen/ext. boehm). -- View this message in context: http://mono.1490590.n4.nabble.com/Strange-Crash-with-mono-3-2-3-Qt-5-2-1-tp4661905p4661910.html Sent from the Mono - Dev mailing list

[Mono-dev] Strange Crash with mono-3.2.3 + Qt-5.2.1

2014-02-14 Thread Frank Fuchs
I first noticed with my Qt based application and a 64 bit build of mono-3.2.3. However, I confirmed the very same problem with the offical binary releases fo Qt-5.2.1 (mingw) and mono-3.2.3. An application which embedds mono and initializes the runtime (which passes without problems) like