> 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
Pythonwin. If the number of displayed characters is 4000 or more, it
crashes Pythonwin.

A quick look at the source of Scintilla 1.3.7 shows definition of
LineLayout::maxLineLength, set to 4000 in Editor.h. (Is this the version of
Scintilla used in Pythonwin 2.1.0.137?) I guess maxLineLength isn't being
checked somewhere that it should.

Meanwhile I'll be careful not to output very long lines.

-- 
Michael Strasser
Brisbane, Australia
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to