-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed deadlock caused by too many error messages
- Loading branch information
Showing
3 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Houdini add-on for Sublime Text: | ||
https://github.com/teared/VEX | ||
|
||
|
||
Release 7.1.6 | ||
|
||
|
||
1. Fixed internal deadlock caused by too many error messages: | ||
|
||
VCC process waits for the OS pipe buffer to accept more data, | ||
which caused the add-on stuck in the "VCC is currently running..." state. | ||
|
||
The deadlock may have caused files to get stuck in the temp folder. | ||
Temporary filename pattern: tmpxxxxxx | ||
|
||
2. Added compilation timeout of 30 seconds. |