http://bugzilla.novell.com/show_bug.cgi?id=579184
http://bugzilla.novell.com/show_bug.cgi?id=579184#c0 Summary: Ping native invocation crashes on iphone Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- We called Ping and it crashed, even with try catch. (The address blub is right) PingReply reply = null; try { Ping ping = new Ping(); reply = ping.Send("Blub", 500); } catch { } Stacktrace: Thu Feb 11 12:10:55 unknown kernel[0] <Debug>: launchd[1483] Container: /private/var/mobile/Applications/CBC13501-3ED9-4F01-9735-E3ACE1EC717A (seatbelt) Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: Unable to resolve pinvoke method 'System.Net.NetworkInformation.Ping:capget (System.Net.NetworkInformation.Ping/cap_user_header_t&,System.Net.NetworkInformation.Ping/cap_user_data_t&)' Re-run with MONO_LOG_LEVEL=debug for more information. Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: Stacktrace: Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at (wrapper managed-to-native) System.Net.NetworkInformation.Ping.capget (System.Net.NetworkInformation.Ping/cap_user_header_t&,System.Net.NetworkInformation.Ping/cap_user_data_t&) <0x00048> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at (wrapper managed-to-native) System.Net.NetworkInformation.Ping.capget (System.Net.NetworkInformation.Ping/cap_user_header_t&,System.Net.NetworkInformation.Ping/cap_user_data_t&) <0x00048> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at System.Net.NetworkInformation.Ping.CheckLinuxCapabilities () <0x0008f> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at System.Net.NetworkInformation.Ping..cctor () <0x00057> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0x000c3> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at Delta.Content.Client.ClientContentManager.CollectAllLocalFiles (string) <0xffffffff> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at Delta.Content.Client.ClientContentManager.CollectAllLocalFiles (string) <0x00074> Thu Feb 11 12:10:57 unknown UIKitApplication:de.mobilebits.Delta[0x667d][1483] <Notice>: at Delta.Content.Client.ClientContentManager..ctor () <0x0006b> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
