[Bug 858499] New: Command "yast2 bootloader" shows segmentation fault
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c0 Summary: Command "yast2 bootloader" shows segmentation fault Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: x86-64 OS/Version: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: freek@opensuse.org QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 I installed openSUSE Factory in a VM first using the openSUSE 13.1 DVD and upgrading to Factory using repository download.opensuse.org/factory/repo/oss After reboot the system comes up with a very small window, so I tried in Yast to start bootloader, which failed. Then I started as root in a konsole the command "yast2 bootloader", which shows the error message: /sbin/yast2: line 392: 3565 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS P.S. The suggested way to use NET install with the factory repository did not work. It was too slow during downloading/installation. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c1 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |freek@opensuse.org AssignedTo|yast2-maintainers@suse.de |snwint@suse.com --- Comment #1 from Arvin Schnell <aschnell@suse.com> 2014-01-13 12:48:05 UTC --- Please provide YaST logs, see http://en.opensuse.org/openSUSE:Bugreport_YaST. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c2 Freek de Kruijf <freek@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|freek@opensuse.org | --- Comment #2 from Freek de Kruijf <freek@opensuse.org> 2014-01-13 22:09:05 UTC --- Created an attachment (id=574238) --> (http://bugzilla.novell.com/attachment.cgi?id=574238) The requested y2logs file -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c3 Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|snwint@suse.com |mvidner@suse.com --- Comment #3 from Steffen Winterfeldt <snwint@suse.com> 2014-01-14 08:23:25 CET --- It doesn't seem to find libyui-qt. Looks more like a packaging issue to me. -- 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.
From RPM dependency point of view, all is fine, since libyui6 does have a compatible backend, GTK. But YaST, when choosing the UI backend, ignores the version and prefers Qt (finding libyui-qt5), but later loading the matching
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c4 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED Summary|Command "yast2 bootloader" |[yast+libyui] after |shows segmentation fault |upgrading to factory it | |leaves old backends and | |crashes on using them --- Comment #4 from Martin Vidner <mvidner@suse.com> 2014-01-14 09:42:04 CET --- The workaround for the situation is to use only libyui6 and none of libyui5: sudo zypper install "libyui*6" "-libyui*5" In part it is a dependency problem. The resulting set of libyui packages is: libyui-gtk-pkg6-2.43.0-1.1 openSUSE Factory libyui-gtk6-2.44.0-1.1 openSUSE Factory libyui-ncurses5-2.44.1-2.1.4 openSUSE 13.1 libyui-ncurses6-2.46.0-1.1 openSUSE Factory libyui-qt-graph5-2.42.7-2.2.1 openSUSE 13.1 libyui-qt5-2.43.5-2.1.4 openSUSE 13.1 libyui5-3.0.10-2.1.4 openSUSE 13.1 libyui6-3.0.12-1.1 openSUSE Factory libyui-qt6 fails. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c5 --- Comment #5 from Freek de Kruijf <freek@opensuse.org> 2014-01-14 09:44:01 UTC --- Workaround worked. Found another bug in bootloader, already reported. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[yast+libyui] after |[yast+libyui] after |upgrading to factory it |upgrading to factory it |leaves old backends and |leaves old backends and |crashes on using them |crashes on using them | |(Couldn't load plug-in qt, | |libyui-qt.so.6) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[yast+libyui] after |[libyui][yast] after |upgrading to factory it |upgrading to factory it |leaves old backends and |leaves old backends and |crashes on using them |crashes on using them |(Couldn't load plug-in qt, |(Couldn't load plug-in qt, |libyui-qt.so.6) |libyui-qt.so.6) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858499 https://bugzilla.novell.com/show_bug.cgi?id=858499#c6 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |A.M.Iwi@rl.ac.uk --- Comment #6 from Martin Vidner <mvidner@suse.com> 2014-07-11 17:56:05 CEST --- *** Bug 850729 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=850729 -- 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.
participants (1)
-
bugzilla_noreply@novell.com