Bugs item #1094960, was opened at 2005-01-03 08:09 Message generated for change (Comment added) made by rhettinger 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: Closed >Resolution: Duplicate 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> ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2005-01-03 09:45 Message: Logged In: YES user_id=80475 This was reported once already and fixed for Py2.4.1. Thanks. ---------------------------------------------------------------------- Comment By: George Yoshida (quiver) Date: 2005-01-03 09:37 Message: Logged In: YES user_id=671362 I think this has been fixed in CVS. See: - http://mail.python.org/pipermail/python-dev/2004- December/050481.html - http://mail.python.org/pipermail/python-checkins/2004- December/044312.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1094960&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com