[Mono-bugs] [Bug 661106] Calling System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces() results in a crash.

2011-11-21 Thread bugzilla_noreply

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

https://bugzilla.novell.com/show_bug.cgi?id=661106#c2


Jonathan Pobst  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jpo...@xamarin.com
 Resolution||UPSTREAM

--- Comment #2 from Jonathan Pobst  2011-11-21 20:07:48 UTC 
---
This is now tracked here:
http://bugzilla.xamarin.com/show_bug.cgi?id=1969

-- 
Configure bugmail: https://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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 661106] Calling System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces() results in a crash.

2011-01-14 Thread bugzilla_noreply

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

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


Jonathan Pryor  changed:

   What|Removed |Added

 CC||jpr...@novell.com
   Severity|Normal  |Enhancement

--- Comment #1 from Jonathan Pryor  2011-01-14 20:53:05 UTC 
---
So, as the above error message states, the getifaddrs(3) function can't be
found, and it's required to implement NetworkInterface.

So grepping the Android dll's, the closest match is
/system/lib/libnativehelper.so which has a _Z10getifaddrsPP7ifaddrs export,
which is the C++ name mangled version of "getifaddrs(ifaddrs**)".

Given that "libnativehelper.so" isn't in the public NDK, and given that it's a
name-mangled C++ export, I'm guessing that Google doesn't want us using this
function...

-- 
Configure bugmail: https://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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs