A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-April/063591.html below:

[Python-Dev] pdb segfaults in 2.5 trunk?

[Python-Dev] pdb segfaults in 2.5 trunk? [Python-Dev] pdb segfaults in 2.5 trunk?Phillip J. Eby pje at telecommunity.com
Mon Apr 10 21:34:45 CEST 2006
Is anybody else getting this?

Python 2.5a1 (trunk:45237, Apr 10 2006, 15:25:33)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pdb
 >>> def x():
...     if 'a' in 'b':
...             pass
...
 >>> pdb.run("x()")
 > <string>(1)<module>()
(Pdb) s
--Call--
 > <stdin>(1)x()
(Pdb) s
 > <stdin>(2)x()
(Pdb) s
Segmentation fault

It usually happens within a few 's' operations in pdb.

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4