[ python-Bugs-887946 ] segfault if redirecting directory
SourceForge.net
noreply at sourceforge.net
Thu Nov 4 20:10:28 CET 2004
Bugs item #887946, was opened at 2004-01-31 00:42
Message generated for change (Comment added) made by inyeol
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=887946&group_id=5470
Category: Python Interpreter Core
>Group: Python 2.4
Status: Open
Resolution: None
>Priority: 6
Submitted By: Inyeol Lee (inyeol)
Assigned to: Nobody/Anonymous (nobody)
Summary: segfault if redirecting directory
Initial Comment:
If redirecting directory, python crashes.
$ uname -a
SunOS xxxxx 5.8 Generic_108528-18 sun4u sparc
SUNW,Sun-Blade-1000
$ python
Python 2.3.2 (#1, Oct 9 2003, 18:59:04)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for
more information.
>>> ^D
$ mkdir foo
$ ls -F
foo/
$ python < foo
Segmentation Fault
-Inyeol Lee
----------------------------------------------------------------------
>Comment By: Inyeol Lee (inyeol)
Date: 2004-11-04 19:10
Message:
Logged In: YES
user_id=595280
I did some more test among different versions;
2.4b1/Solaris - segfault
2.3.3/Linux - segfault
2.3.2/Solaris - segfault
2.1.1/Linux - OK
1.5.2/Linux - OK
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=887946&group_id=5470
More information about the Python-bugs-list
mailing list