crash when typing
Opened this issue · 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.
If you add "import ..." at the end of from, it will not crash. But I don't find out the reason.
Same problem here. Occurs when typing imports (as far as I know).