sbsdev / daisyproducer2

An integrated production management system for accessible media
GNU Affero General Public License v3.0
0 stars 0 forks source link

Crash when invoking substrings.pl #116

Closed egli closed 2 years ago

egli commented 2 years ago

The current way to shell out to substrings.pl is dangerous as it collects stdout of the subprocess in memory. Since substrings.pl is very chatty it can exhaust the available memory. Invoke it so that stdout is dropped.

egli commented 2 years ago

Fixed in 411328a02e44f48437fcef6170a60c453edc17a0