Your message dated Mon, 26 Apr 2010 01:32:27 +0000
with message-id <[email protected]>
and subject line Bug#577815: fixed in pgplot5 5.2.2-17
has caused the Debian Bug report #577815,
regarding pgplot5: segfaults on amd64 when calling cpglab
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
577815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577815
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpgplot-perl
Version: 1:2.20-1
Severity: normal

Hi,

I build the libpgplot-perl package on Lenny. It works fine on i386,
but segfaults on amd64 with the following little test script:

---snip---
#!/usr/bin/perl

use PGPLOT;

$|=1;

pgbegin(0,"pgplot.gif/gif",1,1);
print "Debug: A\n";
pglabel("foo, z",'bar Mpc','Some Distances');
print "Debug: B\n";
pgend;
---snap---

Example Lenny amd64:

!534 Z42 ?139 L1 a...@zwoelfi:pts/7 (-zsh) 22:00:59 [~/tmp] > ./pgplot.pl
Debug: A
 %PGPLOT, Writing new GIF image as: pgplot.gif_32566
[1]    10689 segmentation fault (core dumped)  ./pgplot.pl
!534 Z43 ?139 L1 a...@zwoelfi:pts/7 (-zsh) 22:10:45 [~/tmp] > 

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f42a39cb6e0 (LWP 11029)]
0x00007f42a20380e4 in grgi01_ () from /usr/lib/libpgplot.so.5
(gdb) bt
#0  0x00007f42a20380e4 in grgi01_ () from /usr/lib/libpgplot.so.5
#1  0x00007f42a20387d7 in gidriv_ () from /usr/lib/libpgplot.so.5
#2  0x00007f42a203b759 in grexec_ () from /usr/lib/libpgplot.so.5
#3  0x00007f42a203ee16 in grlin2_ () from /usr/lib/libpgplot.so.5
#4  0x00007f42a203eab3 in grlin0_ () from /usr/lib/libpgplot.so.5
#5  0x00007f42a2045991 in grtext_ () from /usr/lib/libpgplot.so.5
#6  0x00007f42a2058816 in pgmtxt_ () from /usr/lib/libpgplot.so.5
#7  0x00007f42a20578e6 in pglab_ () from /usr/lib/libpgplot.so.5
#8  0x00007f42a22c9b94 in XS_PGPLOT_pglabel ()
   from /usr/lib/perl5/auto/PGPLOT/PGPLOT.so
#9  0x00007f42a34fdeb0 in Perl_pp_entersub () from /usr/lib/libperl.so.5.10
#10 0x00007f42a34fc392 in Perl_runops_standard () from /usr/lib/libperl.so.5.10
#11 0x00007f42a34f75df in perl_run () from /usr/lib/libperl.so.5.10
#12 0x0000000000400d0c in main ()
#13 0x00007f42a2a791a6 in __libc_start_main () from /lib/libc.so.6
#14 0x0000000000400b69 in _start ()

Example Lenny i386:

!531 Z19 ?0 L1 a...@kneazle:pts/25 (-zsh) 22:03:35 [~/tmp] > ./pgplot.pl
Debug: A
Debug: B
!532 Z20 ?0 L1 a...@kneazle:pts/25 (-zsh) 22:11:09 [~/tmp] > 

I haven't tested if it works on Sid i386, but at least on Sid amd64
(with pgplot5 5.2.2-15), it segfaults, too:

!814 Z326 ?1 L1 a...@kiva6:pts/10 (-zsh) 22:09:49 [~/tmp] > ./pgplot.pl
Debug: A
 %PGPLOT, Writing new GIF image as: pgplot.gif_32601
Debug: B
[6]    23752 segmentation fault (core dumped)  ./pgplot.pl
!815 Z327 ?139 L1 a...@kiva6:pts/10 (-zsh) 22:11:32 [~/tmp] > 

Interestingly "Debug: B" gets printed on Sid, but not on Lenny amd64.

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff10cb0f1 in grgi06_ () from /usr/lib/libpgplot.so.5
(gdb) bt
#0  0x00007ffff10cb0f1 in grgi06_ () from /usr/lib/libpgplot.so.5
#1  0x00007ffff10cc132 in gidriv_ () from /usr/lib/libpgplot.so.5
#2  0x00007ffff10ceca9 in grexec_ () from /usr/lib/libpgplot.so.5
#3  0x00007ffff10ce78d in grepic_ () from /usr/lib/libpgplot.so.5
#4  0x00007ffff10cd8be in grclos_ () from /usr/lib/libpgplot.so.5
#5  0x00007ffff10e3329 in pgclos_ () from /usr/lib/libpgplot.so.5
#6  0x00007ffff10e781a in pgend_ () from /usr/lib/libpgplot.so.5
#7  0x00007ffff135eb91 in XS_PGPLOT_pgend ()
   from /usr/lib/perl5/auto/PGPLOT/PGPLOT.so
#8  0x00007ffff7b204a5 in Perl_pp_entersub () from /usr/lib/libperl.so.5.10
#9  0x00007ffff7b1e9e6 in Perl_runops_standard () from /usr/lib/libperl.so.5.10
#10 0x00007ffff7ac361c in perl_run () from /usr/lib/libperl.so.5.10
#11 0x0000000000400d3c in main ()
#12 0x00007ffff709dabd in __libc_start_main () from /lib/libc.so.6
#13 0x0000000000400b89 in _start ()

Feel free to reassign it to the pgplot5 package if you suspect the bug
in there.

If you also need the following information for the Sid box I tested it
on, please tell me.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpgplot-perl depends on:
ii  libc6                    2.7-18lenny2    GNU C Library: Shared libraries
ii  libgfortran3             4.3.2-1.1       Runtime library for GNU Fortran ap
ii  libpng12-0               1.2.27-2+lenny3 PNG library - runtime
ii  libx11-6                 2:1.1.5-2       X11 client-side library
ii  perl                     5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10. 5.10.0-19lenny2 minimal Perl system
ii  pgplot5                  5.2.2-14        large subroutine library for plott

libpgplot-perl recommends no packages.

libpgplot-perl suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: pgplot5
Source-Version: 5.2.2-17

We believe that the bug you reported is fixed in the latest version of
pgplot5, which is due to be installed in the Debian FTP archive:

pgplot5_5.2.2-17.diff.gz
  to non-free/p/pgplot5/pgplot5_5.2.2-17.diff.gz
pgplot5_5.2.2-17.dsc
  to non-free/p/pgplot5/pgplot5_5.2.2-17.dsc
pgplot5_5.2.2-17_alpha.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_alpha.deb
pgplot5_5.2.2-17_amd64.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_amd64.deb
pgplot5_5.2.2-17_armel.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_armel.deb
pgplot5_5.2.2-17_hppa.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_hppa.deb
pgplot5_5.2.2-17_hurd-i386.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_hurd-i386.deb
pgplot5_5.2.2-17_i386.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_i386.deb
pgplot5_5.2.2-17_ia64.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_ia64.deb
pgplot5_5.2.2-17_kfreebsd-amd64.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_kfreebsd-amd64.deb
pgplot5_5.2.2-17_kfreebsd-i386.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_kfreebsd-i386.deb
pgplot5_5.2.2-17_mips.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_mips.deb
pgplot5_5.2.2-17_mipsel.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_mipsel.deb
pgplot5_5.2.2-17_powerpc.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_powerpc.deb
pgplot5_5.2.2-17_s390.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_s390.deb
pgplot5_5.2.2-17_sparc.deb
  to non-free/p/pgplot5/pgplot5_5.2.2-17_sparc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlo Segre <[email protected]> (supplier of updated pgplot5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Apr 2010 10:34:46 -0500
Source: pgplot5
Binary: pgplot5
Architecture: alpha amd64 armel hppa hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 source sparc
Version: 5.2.2-17
Distribution: unstable
Urgency: low
Maintainer: Carlo Segre <[email protected]>
Changed-By: Carlo Segre <[email protected]>
Closes: 577815
Description: 
 pgplot5    - large subroutine library for plotting scientific data
Changes: 
 pgplot5 (5.2.2-17) unstable; urgency=low
 .
   * Apply patches when building on 64-bit systems (Closes: #577815)
Checksums-Sha1: 
 f6b7a477b3e3e6fa95a1f6581cfa9297c455a79b 1067 pgplot5_5.2.2-17.dsc
 c43fe8632c6c0f87ffbc85dcf769c249786c97a6 24479 pgplot5_5.2.2-17.diff.gz
 2d8480a339fd5685992664beb94998f76245660b 633160 pgplot5_5.2.2-17_i386.deb
 cc875bda28d7ff1bf1d87449729c3b12215e5300 831502 pgplot5_5.2.2-17_alpha.deb
 231131880b1f1c17339eb9fbb5dfd321b24c65f1 694468 pgplot5_5.2.2-17_amd64.deb
 71f1b5fe0083629449a2cd8692fe5259d7273601 651098 pgplot5_5.2.2-17_armel.deb
 539a7e7d502b6334553c48de4e75edf61e03df3b 721964 pgplot5_5.2.2-17_hppa.deb
 417e1aba93af1a8de6d1576bf6e78b63a0ac0315 633384 pgplot5_5.2.2-17_hurd-i386.deb
 2e04cac755be50f4adbc731ff0861aad344b0991 913248 pgplot5_5.2.2-17_ia64.deb
 d008d280d551550a6ba027dc3f95268af1db6030 693598 
pgplot5_5.2.2-17_kfreebsd-amd64.deb
 a7ad6de25394d8e7e773a004f4351fe2984fa3c8 632692 
pgplot5_5.2.2-17_kfreebsd-i386.deb
 49eeac79f4b370695989e3327fc650fa600fa5ca 715474 pgplot5_5.2.2-17_mips.deb
 27358d40612bce45b8ef7eb037c7dc65bd3f8b69 710540 pgplot5_5.2.2-17_mipsel.deb
 b74dcacdaedc26d296849f71ebb15d346d1dec63 703022 pgplot5_5.2.2-17_powerpc.deb
 6cdd4309c62071278d0bbf049f36a1b3db0a8182 663318 pgplot5_5.2.2-17_s390.deb
 a2b495d3ba930e67d9ae50508dda06cbc05a8f4a 670426 pgplot5_5.2.2-17_sparc.deb
Checksums-Sha256: 
 f32e671461f85512b865f0fc4ca9adbb3a501087c3e26ead70137a861ced903a 1067 
pgplot5_5.2.2-17.dsc
 8511980f6f1bf1abea21c49f28091825862f952aebee3141d7822ca18081138a 24479 
pgplot5_5.2.2-17.diff.gz
 84bf02a2cb89c062048462701d6256c211b9eab44dc154003683ff29927c4fe0 633160 
pgplot5_5.2.2-17_i386.deb
 6586d76768f0dad854d654b8b2a75edb3d65853d680d3ec11dbfd6f589f8cab3 831502 
pgplot5_5.2.2-17_alpha.deb
 961f4c3e92cf4d3f5b5b7d5777483a309d9c05278821addd8fc980f8ae91dcc9 694468 
pgplot5_5.2.2-17_amd64.deb
 5a0b627e654ef682be78b72eb11e8eaff7aa6cffdea56a3fe29534c097b8cada 651098 
pgplot5_5.2.2-17_armel.deb
 10e6a47b10ba657baf67c3d47f0e2c97ef404ce04169e4711a4666f854cb038a 721964 
pgplot5_5.2.2-17_hppa.deb
 3a40fdd8aafaaaf07547b291ebe01a09e21efa0c6f13c89f1bf800604937d328 633384 
pgplot5_5.2.2-17_hurd-i386.deb
 3489bfc2a7e7e08cf45a84296a9786cbe46f9d8c0c3ba040fea6b0e29c0f54d6 913248 
pgplot5_5.2.2-17_ia64.deb
 a595adbd7317dc9b313e8cba0f4f1b0e65f91d1c363a3f51de2c57f8eb9f72ed 693598 
pgplot5_5.2.2-17_kfreebsd-amd64.deb
 4ffaa5a34d8a0a7c1624a3ead18ab6581da22c5f680029a1aa01d3f3c321c6d9 632692 
pgplot5_5.2.2-17_kfreebsd-i386.deb
 c336cb71889d3bc178cd4ce44c86dcd48261664a7b4f756c27e30a85a41c21ea 715474 
pgplot5_5.2.2-17_mips.deb
 c76cc75ce4768ad5d3fcbd8837ee7f21910047b5c712bca561ff07877e6bd860 710540 
pgplot5_5.2.2-17_mipsel.deb
 a2d1a8c392791f3c30506091ada92173158bb98c5dd021854761cf4dfceee415 703022 
pgplot5_5.2.2-17_powerpc.deb
 1a363f397b8e7edadd4d4c242f81d63e0af8e38c43651e583c5d4c0f74437c88 663318 
pgplot5_5.2.2-17_s390.deb
 30dbfc0ecd863356e1e2dc74655e82cc16d1b6a6403907fca9f0a1f902cac6eb 670426 
pgplot5_5.2.2-17_sparc.deb
Files: 
 3dbe1b3622d6a262e95702722f64ba85 1067 non-free/math optional 
pgplot5_5.2.2-17.dsc
 5d46cd69184db9c9c9273bd025316a7d 24479 non-free/math optional 
pgplot5_5.2.2-17.diff.gz
 92d760e1a1183e63e6c2d6114f6bfc6d 633160 non-free/math optional 
pgplot5_5.2.2-17_i386.deb
 1b09f2ca3362c4c5d5d3c07deffb3081 831502 non-free/math optional 
pgplot5_5.2.2-17_alpha.deb
 797eaf1457a7671937c16f591ac8fd26 694468 non-free/math optional 
pgplot5_5.2.2-17_amd64.deb
 19bd965e752b0cc7ce24200bd5b531cf 651098 non-free/math optional 
pgplot5_5.2.2-17_armel.deb
 35563ca270510ecda98e06fea26c9132 721964 non-free/math optional 
pgplot5_5.2.2-17_hppa.deb
 ce6adba142de33d39e8a4208de3d8d8c 633384 non-free/math optional 
pgplot5_5.2.2-17_hurd-i386.deb
 b38d7b74facb62ab0a8ef87547c0805a 913248 non-free/math optional 
pgplot5_5.2.2-17_ia64.deb
 9da64dba190dc80a24b1841f76212665 693598 non-free/math optional 
pgplot5_5.2.2-17_kfreebsd-amd64.deb
 d44bdec969cc814a81e6ca08e95628ff 632692 non-free/math optional 
pgplot5_5.2.2-17_kfreebsd-i386.deb
 186064e667d49d08650c506c4bd9252b 715474 non-free/math optional 
pgplot5_5.2.2-17_mips.deb
 07d8463445c5c92cb9f79aeb891b53d1 710540 non-free/math optional 
pgplot5_5.2.2-17_mipsel.deb
 9d8f1c49fda3b1c463542ea6217812fd 703022 non-free/math optional 
pgplot5_5.2.2-17_powerpc.deb
 f9adee8ce39d1029d2bd4987946c9e2e 663318 non-free/math optional 
pgplot5_5.2.2-17_s390.deb
 dbd2c48dc2a03124ba134e22fcc22abd 670426 non-free/math optional 
pgplot5_5.2.2-17_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFL1OvtebASZpNwHu8RAjTvAJwPK6bUiOiASbANSMxHiZAiA0NrcwCfW1dm
vzvhmrB2jbZRP84iPgJvBAc=
=VHh4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to