Go to file
Nat Goodspeed 38e23bb0eb IQA-463: Make LLProcess call apr_procattr_inherit_set() extension.
On Windows, Bad Things happen when apr_proc_create() is allowed to pass TRUE
to CreateProcess(bInheritHandles). For instance, the open handle for a new
installer executable file being downloaded by the background updater gets
inadvertently passed to a couple slplugin.exe instances. When the viewer
finishes downloading, closes the file and tries to remove it, Windows balks
because the file is still open by another process. Require an apr_suite
package that includes the new Linden apr_procattr_inherit_set() extension, and
call it to turn off CreateProcess(bInheritHandles).
2012-04-18 15:43:34 -04:00
doc merge changes for storm-1799 2012-01-23 14:17:21 -05:00
etc Automated merge up from viewer-development 2011-01-14 14:16:07 -05:00
indra IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. 2012-04-18 15:43:34 -04:00
scripts fix typo in flag for -u option 2011-10-06 16:30:32 -04:00
.hgignore Adding *.diff to ignored files. 2011-10-19 00:35:18 +01:00
.hgtags Automated merge with http://hg.secondlife.com/viewer-release 2012-03-21 13:03:04 -04:00
BuildParams update build params for oz viewer-trial build 2011-12-19 15:25:39 -05:00
autobuild.xml IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. 2012-04-18 15:43:34 -04:00
build.sh Re-indent teamcity service messages when scanning build logs to fix incredibuild formatting. 2011-07-20 11:48:57 -07:00