[Python-bugs-list] [ python-Bugs-418977 ] Access Violation in PyCell_Set

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Apr 2001 15:22:41 -0700


Bugs item #418977, was updated on 2001-04-25 15:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418977&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Chapman (glchapman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Access Violation in PyCell_Set

Initial Comment:
While stepping through a program using the Pythonwin 
debugger, I got an access violation which appears to 
be taking place in PyCell_Set (I'm not using the debug 
libraries).  Specifically, it appears that the op 
parameter is NULL, so the PyCell_Check(op) results in 
the AV.  I believe the call stack at this point was:

  PyCell_Set
  dict_to_map
  PyFrame_LocalsToFast (line 366 of frameobject.c?)
  call_trace
  SET_LINENO (case of eval_code2)

Please let me know if it would be helpful to see the 
python file I was stepping through and I'll upload it.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418977&group_id=5470