nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

5.18 core_swash_init (Module::Build) #343

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to rework the swash_init logic/timing with 5.18
See e.g. https://travis-ci.org/rurban/perl-compiler/jobs/26609692

*** glibc detected *** ./pccModule_Build: double free or corruption (out): 
0x0000000000dbefa0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7e626)[0x2b178657e626]
./pccModule_Build(Perl_sv_clear+0x34e)[0x6617de]
./pccModule_Build(Perl_sv_free2+0xa9)[0x661e69]
./pccModule_Build[0x64ac48]
./pccModule_Build(Perl_hv_clear+0xc5)[0x64df65]
./pccModule_Build(Perl_pp_aassign+0x4b7)[0x653937]
./pccModule_Build(Perl_runops_standard+0x13)[0x6508f3]
./pccModule_Build[0x6810f5]
./pccModule_Build(Perl_pp_require+0xf28)[0x68cc58]
./pccModule_Build(Perl_runops_standard+0x13)[0x6508f3]
./pccModule_Build(Perl_call_sv+0x147)[0x5ec117]
./pccModule_Build(Perl__core_swash_init+0x27b)[0x6b88bb]
./pccModule_Build[0x621833]
./pccModule_Build[0x625ab2]
./pccModule_Build[0x6268c0]
./pccModule_Build[0x61da4b]
./pccModule_Build(Perl_re_op_compile+0x12a6)[0x62e9b6]
./pccModule_Build(Perl_re_compile+0x30)[0x630630]
./pccModule_Build[0x53d30b]
./pccModule_Build[0x5d3289]
./pccModule_Build(main+0x28e)[0x5d60ba]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x2b178652176d]
./pccModule_Build[0x41d9f5]

Original issue reported on code.google.com by reini.urban on 2 Jun 2014 at 9:03