[ python-Bugs-983311 ] simple attribute access causing segfault in
certain cases
SourceForge.net
noreply at sourceforge.net
Thu Jul 1 05:42:27 EDT 2004
Bugs item #983311, was opened at 2004-07-01 02:42
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=983311&group_id=5470
Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Simon Michael (simon)
Assigned to: Nobody/Anonymous (nobody)
Summary: simple attribute access causing segfault in certain cases
Initial Comment:
Reproduce:
zopectl debug (done in zope debugger to get necessary
imports)
>>> from AccessControl.tests.testSecurity import
SecurityTests
>>> SecurityTests.doc_class
Python 2.3.4 crashes silently. Python 2.3.3 works
normally on the same machine. This is some virtual
server variant of debian gnu/linux on intel
(aktiom.net. On another machine (standard debian i386)
Python 2.3.3 shows the same crash.
That attr in
zope/lib/python/AccessControl/tests/testSecurity.py
looks like:
class SecurityTests (DTMLTests):
doc_class = UnownedDTML # another class
Cf http://zwiki.org/IssueNo0860 .
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=983311&group_id=5470
More information about the Python-bugs-list
mailing list