> I think that this is a known bug with Scintilla with long *lines*. Could
> you confirm that by checking whether you have any really long lines?
Yes. Sorry if I didn't state my conclusion clearly enough. The crash occurs
when trying to print a very long line to the Interactive Window in
Pythonwi
I think that this is a known bug with Scintilla with long *lines*. Could
you confirm that by checking whether you have any really long lines?
It may be that if we switch to a newer Scintilla, that will fix it.
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pytho
Mark (and anyone else who is In The Know),
I have been getting repeated crashes of Pythonwin trying to show very long
strings. I am using ActivePython 2.1 (210) on Windows 2000.
My conclusion is that you have a display buffer of length 4000 that is
overflowing.
My investigations
---