[ros-bugs] [Bug 1255] msvcrt 's _CIfmod crashes python 2.3.5 and ReactOS
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Fri Jul 25 15:11:34 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=1255
--- Comment #19 from jeanmichel.123 <jeanmichel.123 at free.Fr> 2008-07-25 15:11:32 CET ---
I have looked at the python code to know which line of python makes reactOS
crashes.
When test_pow fails, it raise a python exception. This exception is catched,
and then displayed using traceback.py features.
For the first exception of the python exception stack, filename is
test_builtin.py, and line is searched based on filename and line number.
This is done calling to linecche.py, which do:
fp = open(fullname, 'rU')
lines = fp.readlines()
It looks like fp.readlines() (in python 2.3.5) crashed ReactOS.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list