(lldb) bt * thread #1: tid = 0x34de3c, 0x00007fff8c433bc0 libsystem_malloc.dylib`malloc_error_break, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 * frame #0: 0x00007fff8c433bc0 libsystem_malloc.dylib`malloc_error_break frame #1: 0x00007fff8c435028 libsystem_malloc.dylib`free + 324 frame #2: 0x000000010020b0af perl`Perl__is_cur_LC_category_utf8(category=<unavailable>) + 1839 at locale.c:3696 frame #3: 0x000000010020844f perl`S_new_ctype(newctype=0x00000001007000f0) + 95 at locale.c:619 frame #4: 0x000000010020820d perl`Perl_setlocale(category=<unavailable>, locale=<unavailable>) + 685 at locale.c:1175 frame #5: 0x0000000100386b04 POSIX.bundle`XS_POSIX_setlocale(cv=<unavailable>) + 404 at POSIX.xs:2213 frame #6: 0x00000001001114d3 perl`Perl_pp_entersub + 3923 at pp_hot.c:5249 frame #7: 0x00000001000d19b2 perl`Perl_runops_debug + 642 at dump.c:2529 frame #8: 0x000000010003695d perl`perl_run [inlined] S_run_body(oldscope=<unavailable>) + 192 at perl.c:2747 frame #9: 0x000000010003689d perl`perl_run(my_perl=<unavailable>) + 1565 at perl.c:2663 frame #10: 0x000000010000081e perl`main(argc=3, argv=0x00007fff5fbff748, env=0x00007fff5fbff768) + 142 at perlmain.c:122 frame #11: 0x00007fff936755fd libdyld.dylib`start + 1 frame #12: 0x00007fff936755fd libdyld.dylib`start + 1 (lldb) f 2 frame #2: 0x000000010020b0af perl`Perl__is_cur_LC_category_utf8(category=<unavailable>) + 1839 at locale.c:3696 3693 # endif 3694 3695 Safefree(delimited); -> 3696 Safefree(save_input_locale); 3697 return is_utf8; 3698 } 3699 --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=132792Thread Previous | Thread Next