Files
reactos/reactos
James Tabor b037edeae8 [Win32k]
- Crash is due to receiving an APC for the current sending thread. Prematurely freeing the data block and while the receiving thread did not have a chance to process it. Interception and calling back to user mode will allow thread to go away. What about the memory block, is it still allocated? A cleaver Hack can fix this, but still the application crashed leaving issues and trash laying about. See CORE-8779.

Reference:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff565592(v=vs.85).aspx
"Yes, for thread termination. No, for user APCs."

svn path=/trunk/; revision=65744
2014-12-18 23:45:11 +00:00
..
2014-12-18 18:24:01 +00:00
2014-12-18 18:15:15 +00:00
2014-12-04 23:50:08 +00:00
2014-12-18 17:34:46 +00:00
2014-12-15 21:44:52 +00:00
2014-12-18 18:24:01 +00:00
2014-10-17 23:28:29 +00:00
2014-12-16 21:15:57 +00:00
2014-12-17 23:03:36 +00:00
2014-12-16 21:21:14 +00:00
2014-12-18 23:45:11 +00:00
2014-10-22 16:56:56 +00:00
2014-10-24 19:17:58 +00:00
2014-05-06 15:42:54 +00:00
2014-09-10 15:56:48 +00:00
2014-08-15 11:17:16 +00:00
2014-05-26 15:28:12 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.