Open GoogleCodeExporter opened 9 years ago
> I would like to know if this is a known problem
I don't think so. Stack is poisoned at function prologue (via Asan
instrumentation code) and unpoisoned at epilogue. So unless your JIT does some
magic with stack frames or there are some noreturn functions this could
indicate a real bug.
Could you provide ASan error message? Also details on C/JIT interface
(especially stack handling) would help.
Original comment by tetra2...@gmail.com
on 12 Sep 2014 at 5:42
Original issue reported on code.google.com by
zeck...@googlemail.com
on 12 Sep 2014 at 1:57