python.sugar icon indicating copy to clipboard operation
python.sugar copied to clipboard

crash when typing

Open poswald opened this issue 14 years ago • 2 comments

When typing the following line of code, I would get a repeatable crash from Espresso:

from durationfield.db.models.field

Machine would slow down as I typed and beach-ball as I got to the db.models part. One CPU would go to 100% and stay there until I force quit.

This was while working with my django-durationfield project. Not sure what was happening so I sent an Apple stack trace to Espresso. I can post it for you as well if you're interested. Disabling the python sugar made it stop happening. I also had the following installed at the time:

chrisdrackett-django dc-markdown derekr-jquery mthjones-python Splenda

I figure I'll open an issue here for you if you have any ideas.

poswald avatar Mar 14 '10 13:03 poswald

If you add "import ..." at the end of from, it will not crash. But I don't find out the reason.

baotuo avatar Apr 16 '10 12:04 baotuo

Same problem here. Occurs when typing imports (as far as I know).

eaigner avatar Apr 23 '10 12:04 eaigner