Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Komodo hangs while trying to set File Template properties - sporadic issue #2924

Open mjainQA opened 7 years ago

mjainQA commented 7 years ago

Short Summary

Komodo hangs while trying to set File Template properties

Steps to Reproduce

  1. Go to Toolbox -> File Templates
  2. Right Click -> XML -> edit Tool (Advanced)
  3. set lang_default to true
  4. Click Save
  5. Right Click -> XML -> Properties
  6. Uncheck Default template for selected language
  7. Click ok and notice the hang

Please note it is not 100% reproducible.

Expected results

Actual results

Platform Information

Komodo Edit or IDE? Komodo Version? Operating System (and version)? Komodo IDE, version 11.0.0-alpha1, build 90532, platform macosx. Built on Tue Aug 22 23:38:43 2017.

Additional Information

image

Naatan commented 7 years ago

I'm able to reproduce a hang in the sense that OK does nothing, but everything is still responsive. Is that what you mean?

mjainQA commented 7 years ago

No, I have to force quit Komodo after that.

Naatan commented 7 years ago

Can you run this next time it happens (from terminal):

kill -s SIGABRT $(ps aux | grep komodo | grep -v codeintel | grep -v grep | awk '{print $2}')

You should get a crash report dialog, send in the report and enter your email and put "bug 2924" as the comment