Bug 798250 - Gnucash permanent hang on save while loading report

Prevent WebKit's fork from getting a copy of the pipe's file descriptors
and so keeping the pipe from closing.

Thanks to Simon Arlott for recognizing the FD duplication.
This commit is contained in:
John Ralls
2021-09-13 13:15:50 -07:00
parent c1525f78bc
commit c3f8daaf7d
2 changed files with 18 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()
project (gnucash
VERSION 4.6
VERSION 4.7
)
enable_testing()