ghutchis / avogadro

Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture.
http://avogadro.cc/
GNU General Public License v2.0
2 stars 0 forks source link

cannot exit correctly #737

Closed ghutchis closed 8 years ago

ghutchis commented 9 years ago

'Avogadro' is awesome. It works well but a slight bug: 'avogadro' exits with its pid alive. So everytime, after quit this program, I have to run " ps -A |awk '/avogadro/{system("kill -9 "$1)}' " to kill its pid. Here is output when I run 'avogadro' in 'terminal':


Enabling Threads OpenGL capabilities found: Double Buffering. Direct Rendering. Antialiasing. QStackedLayout::setCurrentWidget: Widget 0xa360250 not contained in stack libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area


And when 'avogadro' is running, I type 'Ctrl+c', 'avogadro' will not quit either.

PS: I build 'avogadro' in debian 6, using qt-4.7.4, openbabel-2.3.2, python2.6.6, eigen2 etc.

Reported by: *anonymous