Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
process
Commits
757e8b2b
Unverified
Commit
757e8b2b
authored
Mar 20, 2020
by
Michael Snoyman
Committed by
GitHub
Mar 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #174 from bgamari/master
Revert "Check return value of QueryInformationJobObject"
parents
e9b950c2
758d2f79
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
cbits/runProcess.c
cbits/runProcess.c
+0
-5
changelog.md
changelog.md
+4
-0
process.cabal
process.cabal
+1
-1
No files found.
cbits/runProcess.c
View file @
757e8b2b
...
...
@@ -875,11 +875,6 @@ waitForJobCompletion ( HANDLE hJob )
sizeof
(
JOBOBJECT_BASIC_PROCESS_ID_LIST
),
NULL
);
if
(
!
success
)
{
maperrno
();
return
false
;
}
if
(
!
success
&&
GetLastError
()
==
ERROR_MORE_DATA
)
{
process_count
*=
2
;
free
(
pid_list
);
...
...
changelog.md
View file @
757e8b2b
...
...
@@ -2,6 +2,10 @@
## Unreleased changes
## 1.6.8.2 *March 2020*
*
Fix another process wait bug on Windows.
## 1.6.8.1 *March 2020*
*
Fix a few warnings on Windows.
...
...
process.cabal
View file @
757e8b2b
name: process
version: 1.6.8.
1
version: 1.6.8.
2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment