Your message dated Tue, 27 Dec 2022 23:25:10 +0000
with message-id <e1pajjm-00cclq...@fasolo.debian.org>
and subject line Bug#1027108: Removed package(s) from unstable
has caused the Debian Bug report #651557,
regarding python2.7: python segfaults when reading very long oneliner
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 ow...@bugs.debian.org
immediately.)


-- 
651557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python2.7
Version: 2.7.2-8
Severity: normal

% (echo -n 'print '; /usr/games/primes 2 2000000 | sed 's/$/+\\/g'; echo 0) > 
out.py
% ls -l out.py
-rw-r--r-- 1 adl adl 1399822 Dec  9 22:38 out.py
% wc -l out.py
148934 out.py
% python out.py
zsh: segmentation fault  python out.py


The above is a (lame) attempt to sum all primes below 2000000.  It
constructs a large file "out.py" of the form

print 2+\
3+\
5+\
...
1999979+\
1999993+\
0

and Python segfaults when reading that.
Maybe some stack overflow in a recursive evaluation?


Anyway it would be nice to diagnose the error with something else than a 
segfault.

For instance running ruby on the same input fails with a meaningful error 
message:

% ruby out.py
out.py:140429: stack level too deep (SystemStackError)



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-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/dash

Versions of packages python2.7 depends on:
ii  libbz2-1.0         1.0.6-1
ii  libc6              2.13-21
ii  libdb4.8           4.8.30-11
ii  libexpat1          2.0.1-7.2
ii  libncursesw5       5.9-4
ii  libreadline6       6.2-8
ii  libsqlite3-0       3.7.9-2
ii  libtinfo5          5.9-4
ii  mime-support       3.51-1
ii  python2.7-minimal  2.7.2-8

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
ii  binutils       2.22-1
ii  python2.7-doc  2.7.2-8

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2.7.18-13.2+rm

Dear submitter,

as the package python2.7 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1027108

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to