[Mono-bugs] [Bug 671878] misordered exception clauses when compiling againt 2.1 (moonlight)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 14 16:54:11 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=671878

https://bugzilla.novell.com/show_bug.cgi?id=671878#c1


--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-02-14 21:54:10 UTC ---
[mono] ~/src/bugzilla @ which smcs
/opt/mono/bin/smcs

[mono] ~/src/bugzilla @ cat /opt/mono/bin/smcs
#!/bin/sh
exec /opt/mono/bin/mono $MONO_OPTIONS
/home/poupou/git/mono/mcs/class/lib/basic/mcs.exe -nostdlib
-lib:/opt/mono/lib/moonlight/2.0
-r:/home/poupou/git/mono/mcs/class/lib/basic/mscorlib.dll -r:System.dll
-r:System.Windows.dll -r:System.Windows.Browser.dll "$@"

[mono] ~/src/bugzilla @ smcs ex.cs -r:System.Net
ex.cs(11,17): warning CS0162: Unreachable code detected
Compilation succeeded - 1 warning(s)

[mono] ~/src/bugzilla @ MONO_PATH=/opt/mono/lib/moonlight/plugin/ mono ex.exe 
Exception thrown2: System.Net.WebException: uho
  at Program.NotFound_GotResponse (IAsyncResult ar) [0x00000] in <filename
unknown>:0 

see 'thrown2' above wrt source code

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list