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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 14 15:53:05 EST 2011


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

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


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpryor at novell.com
           Severity|Normal                      |Enhancement

--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 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.


More information about the mono-bugs mailing list