-
Notifications
You must be signed in to change notification settings - Fork 157
(master) Crash when deleting atoms with bond dialog open #554
Comments
Cannot reproduce in 1.0.x Original comment by: @annulen |
Works fine - I remove atoms, and bonds disappear in the dialog. I will check master later Original comment by: @annulen |
Cannot reproduce for master Original comment by: @annulen |
I'm still seeing it on master -- I've included a backtrace. This is with Qt 4.7.1. #0 0xb7fe1424 in __kernel_vsyscall () Original comment by: @dlonie |
Is "Adjust Hydrogens" enabled or disabled? I'm using Qt 4.6.2, can test 4.7.1 if it matters Original comment by: @annulen |
Enabled, but I get the crash either way. Original comment by: @dlonie |
Cannot reproduce with master and Qt 4.7.1. I also can trigger known bug related to undo, but I delete atoms without any problems, and they disappaer from table Original comment by: @annulen |
Maybe you have checked out "change 257 " (Fix the setOB* functions to call update()) in your master? Original comment by: @annulen |
Nope, this is on gerrit/master. I thought it might have been a qt problem (I was running 4.7-stable from gitorious, but I'm seeing the same behavior with 4.7.1). I can't reproduce this on my coworker's box either. Leave this open until I have a chance to figure out what's wrong on my machine, and if it's not an Avogadro problem I'll close it. Dave Original comment by: @dlonie |
Just want to separate this from 1.0 bugs. Original comment by: @ghutchis |
Just a quick update -- I can still reproduce this consistently on master, even though I've reinstalled my OS since reporting this. Compiler is gcc 4.5.2 on arch linux x86_64. My guess is a missing blockSignals somewhere...I don't know when I'll find time to dig around on this, so if anyone else is interested, feel free :-) Original comment by: *anonymous |
This may be a problem with other property dialogs, too. It seems to only crash when an atom is deleted, e.g. adding new atoms works fine.
To reproduce:
Reported by: @dlonie
The text was updated successfully, but these errors were encountered: