util  View Ticket

Ticket UUID: bccc3874206e2c77e6a378e62345b92ae99d1e3e
Title: nkvd optimisation bug
Status: Open Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2019-08-16 02:35:50
Version Found In: Assigned: pending
User Comments:
lexi added on 2019-07-26 06:08:06:

nkvd works fine when compiled with optimization off. however, at any -O level (NOT with individual optimization flags) gcc and clang both optimize out the parameters for nearly every exported function. likely a linker problem; currently hacked around with a #pragma GCC optimize 0 blast shield over the affected functions but needs a real fix