[Mono-bugs] [Bug 78990][Nor] Changed - DNS Class Fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 2 13:39:16 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by david_garcia at logitech.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78990
--- shadow/78990 2006-08-01 17:48:35.000000000 -0400
+++ shadow/78990.tmp.30816 2006-08-02 13:39:16.000000000 -0400
@@ -154,6 +154,36 @@
SIG35 SIGPWR nostop noprint" at the gdb prompt, then "run". When the
process gets the SIGSEGV, type "thread apply all bt" and paste that
output into this report. Thanks.
http://www.mono-project.com/Debugging has more info in the "Debugging
with GDB" section.
+
+------- Additional Comments From david_garcia at logitech.com 2006-08-02 13:39 -------
+I am using the 1.1.16. Though it says something about the config,
+when the native calls are made directly, here is the exception. I
+still need to get the system configured with gcc and gdb.
+
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries
+used by your application.
+=================================================================
+
+Stacktrace:
+
+ at (wrapper managed-to-native)
+System.Net.Dns.GetHostByName_internal (string,string&,string[]&,string
+[]&) <0x00004>
+ at (wrapper managed-to-native)
+System.Net.Dns.GetHostByName_internal (string,string&,string[]&,string
+[]&) <0xffffffff>
+ at System.Net.Dns.GetHostByName (string) <0x00030>
+ at System.Net.Dns.GetHostEntry (string) <0x00084>
+ at dsnlu.Program.Main (string[]) <0x00080>
+ at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string
+[] (object,intptr,intptr,intptr) <0xffffffff>
+
+
+That config error is because there is a function call in the statid
+System.DNS ctor. I bypassed that because it was only doing tests of
+IPv4 and IPv6 support.
More information about the mono-bugs
mailing list