Hi Alex!
The stack guards prevent excessive recursions without throwing exceptions
and just kills the message loop by returning false. Removing them could
regress some misbehaving applications. Only one comes to mind, java
installer.
Thanks,
James
Show replies by date
Right but now we create threads with a 4KB stack, so the guards kill the
message loops of all threads.
From: ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] On
Behalf Of James Tabor
Sent: Thursday, August 29, 2013 12:53 AM
To: ReactOS Development List
Subject: [ros-dev] [ros-diffs] [ion] 59868
Hi Alex!
The stack guards prevent excessive recursions without throwing exceptions
and just kills the message loop by returning false. Removing them could
regress some misbehaving applications. Only one comes to mind, java
installer.
Thanks,
James