Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

marshal.dumps('hello',0) "Access violation" #41390

Closed
mbrophy mannequin opened this issue Jan 3, 2005 · 3 comments
Closed

marshal.dumps('hello',0) "Access violation" #41390

mbrophy mannequin opened this issue Jan 3, 2005 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@mbrophy
Copy link
Mannequin

mbrophy mannequin commented Jan 3, 2005

BPO 1094960
Nosy @rhettinger

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-01-03.14:45:27.000>
created_at = <Date 2005-01-03.13:09:17.000>
labels = ['library']
title = 'marshal.dumps(\'hello\',0) "Access violation"'
updated_at = <Date 2005-01-03.14:45:27.000>
user = 'https://bugs.python.org/mbrophy'

bugs.python.org fields:

activity = <Date 2005-01-03.14:45:27.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-03.13:09:17.000>
creator = 'mbrophy'
dependencies = []
files = []
hgrepos = []
issue_num = 1094960
keywords = []
message_count = 3.0
messages = ['23855', '23856', '23857']
nosy_count = 3.0
nosy_names = ['rhettinger', 'quiver', 'mbrophy']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094960'
versions = ['Python 2.4']

@mbrophy
Copy link
Mannequin Author

mbrophy mannequin commented Jan 3, 2005

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>

@mbrophy mbrophy mannequin closed this as completed Jan 3, 2005
@mbrophy mbrophy mannequin added the stdlib Python modules in the Lib dir label Jan 3, 2005
@mbrophy mbrophy mannequin closed this as completed Jan 3, 2005
@mbrophy mbrophy mannequin added the stdlib Python modules in the Lib dir label Jan 3, 2005
@quiver
Copy link
Mannequin

quiver mannequin commented Jan 3, 2005

Logged In: YES
user_id=671362

I think this has been fixed in CVS.

See:

@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

This was reported once already and fixed for Py2.4.1.

Thanks.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant