<div dir="ltr">Sorry. Forgot to tell you the mono version I'm using on Linux. Here it is:<br><br>mono --version<br>Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)<br>Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. <a href="http://www.mono-project.com">www.mono-project.com</a><br>
        TLS:           __thread<br>        SIGSEGV:       altstack<br>        Notifications: epoll<br>        Architecture:  x86<br>        Disabled:      none<br>        Misc:          softdebug<br>        LLVM:          supported, not enabled.<br>
        GC:            sgen<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 18, 2014 at 12:01 AM, andresp <span dir="ltr"><<a href="mailto:andredasilvapinto@gmail.com" target="_blank">andredasilvapinto@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to target a Linux box while developing an F# application on<br>
Windows.<br>
<br>
Right now I have a working version of one of my experiments which runs fine<br>
on Windows (VS and Xamarin), but when I try to run it on Linux (mono<br>
output.exe) it doesn't work as expected.<br>
<br>
The application starts normally but when it calls an external module which<br>
uses async methods and await ( Link to the relevant class<br>
<<a href="http://soundcloud.codeplex.com/SourceControl/latest#trunk/Source/ApiLibrary/SoundCloudClient.cs" target="_blank">http://soundcloud.codeplex.com/SourceControl/latest#trunk/Source/ApiLibrary/SoundCloudClient.cs</a>><br>

), it seems to hang the execution indefinitely (no error is printed to the<br>
console).<br>
<br>
Is this a Mono limitation? Is there any way to validate if some code/library<br>
is incompatible with Mono (Linux)?<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://mono.1490590.n4.nabble.com/F-application-hanging-on-Linux-when-running-via-Mono-tp4663367.html" target="_blank">http://mono.1490590.n4.nabble.com/F-application-hanging-on-Linux-when-running-via-Mono-tp4663367.html</a><br>

Sent from the Debian Mono mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Pkg-mono-devel mailing list<br>
<a href="mailto:Pkg-mono-devel@lists.alioth.debian.org">Pkg-mono-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-mono-devel" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-mono-devel</a><br>
</blockquote></div><br></div>