[Bug 224944] New: yast2-vm: Interface freezes after aborting install source setup
https://bugzilla.novell.com/show_bug.cgi?id=224944 Summary: yast2-vm: Interface freezes after aborting install source setup Product: openSUSE 10.2 Version: RC 4 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Xen AssignedTo: cgriffin@novell.com ReportedBy: lbendixs@novell.com QAContact: jdouglas@novell.com CC: carnold@novell.com, jdouglas@novell.com Aborting after starting to add an install source in yast2-vm causes freeze of yast2-vm interface. To duplicate: 1: start yast2-vm on oS 10.2 (probably occurs on SLES 10 too) 2. select add -> "run an ..." -> Operating system installation" -> "Network Install Source" -> "Configure" 3. Select "back" then "abort" then "Yes" to abort catalog configuration. 4. On the yast2-vm setup screen all options are grayed out and nothing is selectable. 5. Shutting down yast2-vm yeilds an Error Window: "No Dialog existing during UserInput(). Please check the log file!" Log files attached. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 ------- Comment #1 from lbendixs@novell.com 2006-11-30 09:32 MST ------- Created an attachment (id=107676) --> (https://bugzilla.novell.com/attachment.cgi?id=107676&action=view) yast logs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 lbendixs@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cgriffin@novell.com |carnold@novell.com Severity|Major |Critical ------- Comment #2 from lbendixs@novell.com 2006-11-30 09:34 MST ------- This is more serious than first realized. Adding an install source causes a similar problem and brings down yast2-vm. Increasing severity. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 carnold@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|yast2-vm: Interface freezes |Yast2-vm: Interface freezes after aborting |after aborting install |install source setup |source setup | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 ------- Comment #3 from carnold@novell.com 2006-12-01 16:30 MST ------- This problem has shown up in 10.2 because of a change in packager/src/client/inst_source.ycp. An additional UI::CloseDialog was added at the bottom of the file to handle a problem with SLP (#219759). This actually generates a mismatched set of open/closes and the extra close causes our dialog to get closed. By removing the UI::CloseDialog from SummaryDialog(), the problem is taken care of. --- src/clients/inst_source.ycp.orig 2006-12-01 16:20:33.000000000 -0700 +++ src/clients/inst_source.ycp 2006-12-01 16:20:40.000000000 -0700 @@ -562,8 +562,6 @@ } until ( exit ); - // UI::CloseDialog(); - y2debug( "Return: %1", input ); return input; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 carnold@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|carnold@novell.com |locilka@novell.com Status|ASSIGNED |NEW Component|Xen |YaST2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 locilka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |lslezak@novell.com ------- Comment #4 from locilka@novell.com 2006-12-02 13:22 MST ------- Lslezak: it seems there is problem with some Open/Close_Dialog calls when adding an installation source, they do not match. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 lslezak@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224944 lslezak@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #5 from lslezak@novell.com 2006-12-06 07:35 MST ------- Charles, thanks for the patch! Fixed in yast2-packager-2.15.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com