Activity log for bug #1239296

Date Who What changed Old value New value Message
2013-10-13 08:42:58 su_v bug added bug
2013-10-13 08:42:58 su_v attachment added performance-xml-and-filter-editor-1.svg https://bugs.launchpad.net/bugs/1239296/+attachment/3876418/+files/performance-xml-and-filter-editor-1.svg
2013-10-13 08:46:23 su_v description Steps to reproduce: 1) move your current preferences file aside (important) 2) launch inkscape 3) open attached file 4) open XML Editor 5) open Filter Editor --> watch and wait 6) close both dialogs 7) quit inkscape --> watch and wait (if you are lucky), or kill the process (if it hangs indefinitely with high CPU usage) Confirmed with r12679 on OS X 10.7.5 and r12678 on Ubuntu 13.04. Based on tests with archived builds (on OS X): - not reproduced with rev <= 12392 - reproduced with rev >= 12395 it seems likely that this regression was introduced in - Revision 12394: Add the ability to reorder filters using drag-drop in the gtklist <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12394> For timed tests on the command line (to verify that the problem only occurs when both dialogs are opened): # make backup of user prefs (important) mv $HOME/.config/inkscape/preferences.xml{,-bkp} # test each dialog separately inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogXMLEditor --verb=FileQuit # remove prefs file for each test (important) rm $HOME/.config/inkscape/preferences.xml inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogFilterEffects --verb=FileQuit # tests combined rm $HOME/.config/inkscape/preferences.xml inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogXMLEditor --verb=DialogFilterEffects --verb=FileQuit # when done, restore user prefs cp $HOME/.config/inkscape/preferences.xml{-bkp,} Steps to reproduce: 1) move your current preferences file aside (important) 2) launch inkscape 3) open attached file 4) open XML Editor 5) open Filter Editor --> watch and wait 6) close both dialogs 7) quit inkscape --> watch and wait (if you are lucky), or kill the process (if it hangs indefinitely with high CPU usage) Confirmed with r12679 on OS X 10.7.5 and r12678 on Ubuntu 13.04. Based on tests with archived builds (on OS X): - not reproduced with rev <= 12392 - reproduced with rev >= 12395 it seems likely that this regression was introduced in - Revision 12394: Add the ability to reorder filters using drag-drop in the gtklist   <http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12394> For timed tests on the command line (to verify that the problem only occurs when both dialogs are opened): # make backup of user prefs (important) mv $HOME/.config/inkscape/preferences.xml{,-bkp} # test each dialog separately time inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogXMLEditor --verb=FileQuit # remove prefs file for each test (important) rm $HOME/.config/inkscape/preferences.xml time inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogFilterEffects --verb=FileQuit # tests combined rm $HOME/.config/inkscape/preferences.xml time inkscape -f ./performance-xml-and-filter-editor-1.svg --verb=DialogXMLEditor --verb=DialogFilterEffects --verb=FileQuit # when done, restore user prefs cp $HOME/.config/inkscape/preferences.xml{-bkp,}
2013-10-14 14:47:28 jazzynico inkscape: status New Triaged
2013-10-15 11:29:21 su_v inkscape: importance Undecided High
2014-02-24 20:28:04 Launchpad Janitor branch linked lp:inkscape
2014-02-24 20:29:12 Johan Engelen inkscape: importance High Low
2014-02-24 20:29:12 Johan Engelen inkscape: milestone 0.91
2014-02-24 20:29:44 Johan Engelen summary trunk: interference of XML and Filter Effects Editor (hang on dialog open and app quit) (rev >= 12394) Re-ordered filter list not saved to XML
2014-02-24 20:29:56 Johan Engelen tags filters-svg regression ui filters-svg ui