[ros-bugs] [Bug 4955] Regression: FF2 makes ros crash with Page fault at high IRQL was 2, address 4

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sun Nov 15 00:28:58 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4955





--- Comment #3 from Lone_Rifle <alwyn.tan at gmail.com>  2009-11-15 00:28:57 CET ---
http://svn.reactos.org/svn/reactos?view=rev&revision=44163
Author:         cgutman
Date:   Sat Nov 14 18:38:02 2009 UTC (4 hours, 50 minutes ago)
Log Message:    

 - Use a spin lock to protect OSKit instead of a recursive mutex
 - Remove the now unused recursive mutex code
 - Don't clear the SS_ISCONNECTING flag when soconnect returns EINPROGRESS
because it causes a crash during soreceive
 - Lock CONNECTION_ENDPOINT and ADDRESS_FILE structs better
 - Remove incorrect IoMarkIrpPending calls
 - Remove useless ASSERT_LOCKED
 - Don't destroy so_connection when we close a connection
 - Remove useless FileFindConnectionByContext
 - Remove SignalledConnectionsList and SignalledConnectionsLock and simply loop
through ConnectionEndpointList for signalled connections
 - Add connections to ConnectionEndpointList in TCPAllocateConnectionEndpoint
instead of FileOpenConnection so we don't miss listeners
 - Remove connections from ConnectionEndpointList in TCPFreeConnectionEndpoint
instead of FileCloseConnection so we don't miss listeners
 - Use ExInterlockedRemoveHeadList to remove entries in the address file's
request lists
 - Remove useless members, flags, and variables in titypes.h and tcp.h
 - Fixes bug 4955 and bug 4434

Please retest.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/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 Ros-bugs mailing list