You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(travis) Add a couple AddressSANitizer-instrumented jobs
While *much* slower (~2.5x) to run, it provides invaluable insights into
various instances of memory corruption within te perl VM itself and more
importantly various XS libs. With an excellent UX to top it off.
This is especially relevant now that *BSD is cranking up its in-kernel
enabled-by-default memory checks and things that seem to work fine elsewhere
end up throwing SIGBUS/SIGSEGV left and right:
http://matrix.cpantesters.org/?dist=DBIx-Class+0.082841;os=openbsd;reports=1#sl=0,0
CHangeset based on work leading to the diagnosis of
https://metacpan.org/diff/file?source=ISHIGAKI/DBD-SQLite-1.56&target=ISHIGAKI/DBD-SQLite-1.57_01#dbdimp.c
As of this commit we still expect things to fail, as we hard-froze DBD::SQLite
at its broken state. Subsequent commits will fix this and other issues.
0 commit comments