[Bug 3786] Crash Using UDP/RTP resources on startup

Wine Bugs wine-bugs at winehq.org
Wed Nov 9 02:22:59 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3786





------- Additional Comments From saulius.krasuckas at elst.vtu.lt  2005-09-11 02:22 -------
| Now if we install over a previous installation where SIP lines are installed 
| the application crashes on the first run automatically started by the 
| installation. It does not crash when run otherwise after this.

Doesn't happens on my box. :-/

| =>1 0xb7fbd77b _dl_catch_error+0x6b in ld-linux.so.2 (0x7da66d3c)
|   2 0xb7f4bfa2 __GI___libc_dlopen_mode+0x52 in libc.so.6 (0x7da66d6c)
|   3 0xb7f28215 __nss_lookup_function+0x1f5 in libc.so.6 (0x7da66dc4)
|   4 0xb7f27ee3 __nss_next+0x53 in libc.so.6 (0x7da66de0)
|   5 0xb7f2c67f __new_gethostbyname_r+0x13f in libc.so.6 (0x7da66e28)
|   6 0x7f64ad00 WS_gethostbyname+0xb0 in ws2_32 (0x7da66efc)

IMHO that can possibly be a bug in you system setup or in your libc.  What
distro and version is installed on your box?

In any case I'd apply following patchy:

--- dlls/winsock/socket.c       5 Nov 2005 10:43:27 -0000       1.193
+++ dlls/winsock/socket.c       9 Nov 2005 08:19:16 -0000
@@ -2747,6 +2747,7 @@ struct WS_hostent* WINAPI WS_gethostbyna
     int locerr = ENOBUFS;
 #endif
     char buf[100];
+    TRACE("retrieving host information for a \"%s\"\n", name);
     if( !name) {
         name = buf;
         if( gethostname( buf, 100) == -1) {


and would give the installer a crash test with +winsock debug flags set:

$ WINEDEBUG=+winsock wine .../ivmsetup.exe

Put output as a separate attachment, please.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list