Skip Menu |

This queue is for tickets about the Graphics-Plotter CPAN distribution.

Report information
The Basics
Id: 117732
Status: new
Priority: 0/
Queue: Graphics-Plotter

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.0.2
Fixed in: (no value)



Subject: Segmentation faults while running test suite
On a smoker system running debian/jessie I observe the following test failure (various perl versions): "/bbbike/perl-5.16.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Plotter.bs blib/arch/auto/Graphics/Plotter/Plotter.bs 644 PERL_DL_NONLAZY=1 "/bbbike/perl-5.16.3/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 ok 3 Segmentation fault Makefile:1010: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 139 The error differs, sometimes it is: ... ok 3 Aborted or: ... ok 3 libplot error: the output stream is jammed Aborted But it does not happen always, I can generate also pass reports on this system.
On 2016-09-10 05:15:07, SREZIC wrote: Show quoted text
> On a smoker system running debian/jessie I observe the following test > failure (various perl versions): > > "/bbbike/perl-5.16.3/bin/perl" -MExtUtils::Command::MM -e > 'cp_nonempty' -- Plotter.bs blib/arch/auto/Graphics/Plotter/Plotter.bs > 644 > PERL_DL_NONLAZY=1 "/bbbike/perl-5.16.3/bin/perl" "-Iblib/lib" "- > Iblib/arch" test.pl > 1..2 > ok 1 > ok 2 > ok 3 > Segmentation fault > Makefile:1010: recipe for target 'test_dynamic' failed > make: *** [test_dynamic] Error 139 > > > The error differs, sometimes it is: > > ... > ok 3 > Aborted > > > or: > > ... > ok 3 > libplot error: the output stream is jammed > Aborted > > > But it does not happen always, I can generate also pass reports on > this system.
Maybe a related problem on a fedora28 system: ... "/opt/perl-5.28.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Plotter.bs blib/arch/auto/Graphics/Plotter/Plotter.bs 644 PERL_DL_NONLAZY=1 "/opt/perl-5.28.0/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 ok 2 ok 2 (a couple of these ...) ok 2 ok 2 ok 2 Out of memory! make: *** [Makefile:1022: test_dynamic] Error 1 (/usr/bin/make test exited with 512) ...
On 2019-05-04 05:01:22, SREZIC wrote: Show quoted text
> On 2016-09-10 05:15:07, SREZIC wrote:
> > On a smoker system running debian/jessie I observe the following test > > failure (various perl versions): > > > > "/bbbike/perl-5.16.3/bin/perl" -MExtUtils::Command::MM -e > > 'cp_nonempty' -- Plotter.bs > > blib/arch/auto/Graphics/Plotter/Plotter.bs > > 644 > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.16.3/bin/perl" "-Iblib/lib" "- > > Iblib/arch" test.pl > > 1..2 > > ok 1 > > ok 2 > > ok 3 > > Segmentation fault > > Makefile:1010: recipe for target 'test_dynamic' failed > > make: *** [test_dynamic] Error 139 > > > > > > The error differs, sometimes it is: > > > > ... > > ok 3 > > Aborted > > > > > > or: > > > > ... > > ok 3 > > libplot error: the output stream is jammed > > Aborted > > > > > > But it does not happen always, I can generate also pass reports on > > this system.
> > Maybe a related problem on a fedora28 system: > > ... > "/opt/perl-5.28.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' > -- Plotter.bs blib/arch/auto/Graphics/Plotter/Plotter.bs 644 > PERL_DL_NONLAZY=1 "/opt/perl-5.28.0/bin/perl" "-Iblib/lib" "- > Iblib/arch" test.pl > 1..2 > ok 1 > ok 2 > ok 2 > ok 2 > (a couple of these ...) > ok 2 > ok 2 > ok 2 > Out of memory! > make: *** [Makefile:1022: test_dynamic] Error 1 > (/usr/bin/make test exited with 512) > ...
And on a centos7 system: ... PERL_DL_NONLAZY=1 "/opt/perl-5.29.10/bin/perl5.29.10" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 *** Error in `/opt/perl-5.29.10/bin/perl5.29.10': corrupted double-linked list: 0x0000000002624ea0 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7f5d4)[0x7f930b14f5d4] /lib64/libc.so.6(+0x81752)[0x7f930b151752] /lib64/libc.so.6(fclose+0x177)[0x7f930b13e037] /opt/perl-5.29.10/bin/perl5.29.10(PerlIOStdio_close+0x6c)[0x5474dc] /opt/perl-5.29.10/bin/perl5.29.10(PerlIO__close+0x28)[0x546a88] /opt/perl-5.29.10/bin/perl5.29.10(Perl_PerlIO_close+0xe)[0x546ace] /opt/perl-5.29.10/bin/perl5.29.10(PerlIO_cleantable+0x3e)[0x546b4e] /opt/perl-5.29.10/bin/perl5.29.10(PerlIO_cleanup+0x29)[0x5479e9] /opt/perl-5.29.10/bin/perl5.29.10(perl_destruct+0xc05)[0x443c05] /opt/perl-5.29.10/bin/perl5.29.10(main+0xd4)[0x423134] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f930b0f23d5] /opt/perl-5.29.10/bin/perl5.29.10[0x42319d] ...