[Mono-bugs] [Bug 542068] Using Mono2.4 Add-On, Process Dies because of Uncatchable exception during Ldap Connect in MultiThreaded environment

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 29 02:19:15 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=542068

User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=542068#c6





--- Comment #6 from Gonzalo Paniagua Javier <gonzalo at novell.com>  2009-09-29 00:19:14 MDT ---
Anil, I have no clue on how recent the source code to build that package is,
but the mono-2-4 branch has this code around line 1153 of Ldap Connection.cs:
                  try {
                       sock.Shutdown(SocketShutdown.Both);
                  } catch {}
                  sock.Close();

The code you're using to build probably does not have the try/catch around the
call to sock.Shutdown().

-- 
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.


More information about the mono-bugs mailing list