[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile incompatibility with lisigsegv library
From: |
Алексей |
Subject: |
compile incompatibility with lisigsegv library |
Date: |
Thu, 22 Sep 2022 05:24:37 +0300 |
compilation with --with-lisigsegv flag cause error «Undefined stackoverflow_handler ...»
the reason is in function extern int stackoverflow_handler( ), which is call in m4 code like it is boolean
Example:
ret=stackoverflow_handler( … )
if (ret)
……...
I think, code in m4 should be changed to if(ret == 0); then
С уважением,
Алексей _
alexei_sylver1@mail.ru
- compile incompatibility with lisigsegv library,
Алексей <=