Skip to content

debian BullEye perl v5.32.1 segfault even with one line print #446

Open
@AnatoliChe

Description

@AnatoliChe

Hi!
I upgraded to Debian 11 (perl v5.32.1)
and found:
cat test.pl
#!/usr/bin/perl

print "test";

perlcc test.pl
./test
testSegmentation fault

strace ./test

write(1, "test", 4test) = 4
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x559de3610171} ---
+++ killed by SIGSEGV +++
Segmentation fault

Could you help with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions