[ python-Bugs-1094960 ] marshal.dumps('hello', 0) "Access violation"
SourceForge.net
noreply at sourceforge.net
Mon Jan 3 14:09:17 CET 2005
Bugs item #1094960, was opened at 2005-01-03 14:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1094960&group_id=5470
Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Brophy (mbrophy)
Assigned to: Nobody/Anonymous (nobody)
Summary: marshal.dumps('hello',0) "Access violation"
Initial Comment:
When attempting to generated marshaled data in <2.4 format,
I get a crash in python.exe.
With a windows XP installation of Python2.4 from
"http://www.python.org/ftp/python/2.4/python-2.4.msi"
C:\Python24>python
Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32
bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for
more information.
>>> import marshal
>>> marshal.dumps('hello',0)
Windows popup:
"""
python.exe has encountered a problem and needs to
close. We are sorry for the inconvenience.
"""
'Debug' shows:
"Unhandled exception in python.exe (PYTHON24.DLL):
0xC0000005: Access Violation"
C:\Python24>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1094960&group_id=5470
More information about the Python-bugs-list
mailing list