Package: pypy
Version: 2.5.1+dfsg-1
Severity: normal

Dear Maintainer,

The following code causes pypy to segfault.

import pickle

def f():
  yield 0

x = f()
x.next()
try:
  x.next()
except StopIteration:
  y = pickle.loads(pickle.dumps(x))
  print(y)



-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pypy depends on:
ii  dpkg          1.17.25
ii  libbz2-1.0    1.0.6-7+b3
ii  libc6         2.19-18
ii  libexpat1     2.1.0-6+b3
ii  libffi6       3.1-2+b2
ii  libgdbm3      1.8.3-13.1
ii  libncurses5   5.9+20140913-1+b1
ii  libsqlite3-0  3.8.10-1
ii  libssl1.0.0   1.0.2a-1
ii  libtinfo5     5.9+20140913-1+b1
ii  pypy-lib      2.5.1+dfsg-1
ii  zlib1g        1:1.2.8.dfsg-2+b1

pypy recommends no packages.

Versions of packages pypy suggests:
pn  pypy-doc  <none>
pn  pypy-tk   <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to