ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

Fix Java process reaper stack size #180

Closed bemoody closed 2 years ago

bemoody commented 3 years ago

glibc's handling of pthread_attr_setstacksize and thread-local storage is wacky, and Java is, you know, Java, and between the two of them they manage to crash in fun ways, at least in certain versions of Octave. This fixes that.