rascol / PPS-Client

GNU General Public License v2.0
38 stars 9 forks source link

Fix for IA64, increased PTHREAD_STACK_REQUIRED to 196608 #5

Open puchol opened 2 years ago

puchol commented 2 years ago

On a Raspberry Pi 4, running Ubuntu 20.04, the pthread allocation failed, as the size was below the minimum defined for the architecture. Refer to last comment of https://bugzilla.redhat.com/show_bug.cgi?id=111920

With the increased size definition, the client runs, it would previously fail as reported in issue https://github.com/rascol/PPS-Client/issues/4#issue-1121083936