Em 16/04/2017 09:16, Stuart Henderson escreveu:
On 2017-04-15, Alceu Rodrigues de Freitas Junior <[email protected]>
wrote:
Hi,
I think I spotted a bug for OpenBSD 6.0:
https://github.com/perl5-dbi/DBD-mysql/issues/120
But since 6.1 is already available (and I couldn't reproduce the error
for it), I'm not sure if I should open a bug at all.
Could someone please give some hints about that?
Thanks!
Alceu
The local perl build that is showing "undefined symbol 'recallocarray'"
is broken.
How so? I mean, what can I check in the compile process to make it right?
I compiled the interpreter with perlbrew, used different versions and
the results are the same.
Should I review any specific notes about compiling perl for OpenBSD?
Please let me know if there are any references about it.
The "DBD::mysql::st DESTROY failed: \xdf\xdf\xdf[...]" suggest a use-after-free
and I do reproduce this in -current. See the explanation of 'j "Less junking"
in http://man.openbsd.org/malloc.conf.
I check this out, thanks!