[Bug 440101] New: yast2 Qt UI generates 2 events on a single click
https://bugzilla.novell.com/show_bug.cgi?id=440101 Summary: yast2 Qt UI generates 2 events on a single click Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: YaST2 AssignedTo: sh@novell.com ReportedBy: lslezak@novell.com QAContact: jsrain@novell.com Found By: --- There is a table with `notify and `immediate options in repositories.ycp. The table generates two events on a single click in Qt UI: 2008-10-30 08:39:59 <5> muffin(25780) [YCP] clients/repositories.ycp:837 Input: $["EventReason":"SelectionChanged", "EventSerialNo":22, "EventType":"WidgetEvent", "ID":`table, "WidgetClass":`Table, "WidgetID":`table] 2008-10-30 08:39:59 <5> muffin(25780) [YCP] clients/repositories.ycp:837 Input: $["EventReason":"Activated", "EventSerialNo":23, "EventType":"WidgetEvent", "ID":`table, "WidgetClass":`Table, "WidgetID":`table] The second event ("Activated") should be generated only on double click. The result is that a single click in the table enables/disables the selected repository instead of just selecting it. Tested in Beta3 + Yast from SVN. The bug may also cause problems in other Yast modules => Critical -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c1 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Stefan Hundhammer <sh@novell.com> 2008-10-30 05:09:47 MDT --- It's defined like that, and it's always been like that. Try the Events.ycp UI example. If you need fine-grained event control like that, you need to check more fields of the event map, not just the "widget" field. -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c2 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Ladislav Slezak <lslezak@novell.com> 2008-10-30 06:41:42 MDT --- No, it has been changed, single click emitted only "SelectionChanged" event in 11.0. The current version emits "SelectionChanged" and "Activated" events. I just have checked that in 11.0 - start the Events.ycp example and do a single click in the table widget, you'll see only "SelectionChanged" events. In the current yast from SVN you'll see "Activated" events. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c3 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tgoettlicher@novell.com Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #3 from Stefan Hundhammer <sh@novell.com> 2008-10-30 07:30:10 MDT --- Not true. I just double-checked, and I have an eyewittnes (tgoettlicher) who watched it: On 11.0 (mandelbrot.suse.de) just like in the latest 11.1 SVN (snells.suse.de) you get a SelectionChanged event and then an Activated event if you double-click on a list item that was not selected before. If you double-click on the same item again, you only get an Activated event - on 11.0 like in 11.1 SVN trunk. The behaviour makes sense, if you think about it: The first thing the first of the double-clicks does is to select that item - if it wasn't selected before anyway. This is a chance for the application to update any other widget that might contain additional information about that item. The second click of the double-click is what should be sent to the application to perform any special action - like edit that item or whatever. Try for yourself with the Events.ycp example on a plain 11.0 machine and on a machine with 11.1 SVN trunk. Bottom line: Behaviour as desired, and unchanged since the last release (or older releases, don't have one available to check). -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c4 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Ladislav Slezak <lslezak@novell.com> 2008-10-30 07:36:10 MDT --- Sorry, I'm talking about SINGLE click! -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c5 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |lslezak@novell.com --- Comment #5 from Stefan Hundhammer <sh@novell.com> 2008-10-30 07:44:31 MDT --- Try as I might, I only get ONE event per single click - like it should be. Are you sure you have the latest version of all the libs? Did you compile everything from source, or is it really some FACTORY snapshot on that machine? -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c6 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|lslezak@novell.com | --- Comment #6 from Ladislav Slezak <lslezak@novell.com> 2008-10-30 07:46:59 MDT --- It's Beta3 + factory (because of missing some -devel packages) + yast from SVN. I'll try to reproduce it in Beta4 when it's out. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c7 --- Comment #7 from Stefan Hundhammer <sh@novell.com> 2008-10-30 07:50:23 MDT --- Please also check if your mouse doesn't send multiple click events when it should send only one. "xev" is a good tool to test that. -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c8 --- Comment #8 from Ladislav Slezak <lslezak@novell.com> 2008-10-30 08:11:43 MDT --- The mouse is definitely OK (xev confirms that), I did the 11.0 test over ssh using the same mouse. I just have completely removed Yast from the machine and reinstalled from SVN - with the same result :-( Let's wait for Beta4... -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c9 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmueller@novell.com Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #9 from Stefan Hundhammer <sh@novell.com> 2008-10-30 08:13:21 MDT --- We just tried on tgoettlicher's VMWare Beta3 installation, and I can reproduce the problem there (only with the mouse, not when using the keyboard). But on Adrian's FACTORY, it's gone again. Without any change in yast2-qt anywhere near that code (and no problem with the Qt4-lib from Beta2 + latest SVN trunk), I can only conclude that the Qt4 lib on Beta3 had a problem with that event delivery. For the time being, this problem seems to have been fixed somewhere else. But let's be watchful for it; it might reappear just as suddenly as it came and then disappeared. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c10 --- Comment #10 from Stefan Hundhammer <sh@novell.com> 2008-10-30 08:16:32 MDT --- Tested on garbarek.suse.de with current FACTORY - works as expected. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c11 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from Stefan Hundhammer <sh@novell.com> 2008-12-10 09:05:05 MST --- Reopening - it's back -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c12 --- Comment #12 from Stefan Hundhammer <sh@novell.com> 2008-12-10 09:06:28 MST --- Looks like this is an issue of the "Oxygen" widget theme - see bug #456925. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c13 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmccarthy@lojack.com --- Comment #13 from Stefan Hundhammer <sh@novell.com> 2008-12-10 09:06:35 MST --- *** Bug 456925 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=456925 -- 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=440101 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|yast2 Qt UI generates 2 events on a single click|Oxygen widget theme makes yast2 Qt UI generate | |double click events on single click -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c14 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #14 from Stefan Hundhammer <sh@novell.com> 2008-12-10 09:12:42 MST --- Test case: /usr/lib/YaST2/bin/y2base ./Events.ycp qt with http://svn.opensuse.org/svn/yast/trunk/ycp-ui-bindings/examples/Events.ycp A single click into the "Drink" table should result in a "SelectionChanged" event in the "Event" subwindow. A double click should send an "Activated" event (it will send a "SelectionChanged" event upon the first click, immediately followed by the "Activated" event). With the "Oxygen" theme, it sends an "Activated" event already upon the first click. -- 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=440101 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c15 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sh@novell.com |kde-maintainers@suse.de Status|ASSIGNED |NEW Component|YaST2 |KDE4 Workspace QAContact|jsrain@novell.com |qa@suse.de Summary|Oxygen widget theme makes yast2 Qt UI generate |Oxygen widget theme sends double clicks on |double click events on single click |single clicks in QTreeWidget --- Comment #15 from Stefan Hundhammer <sh@novell.com> 2008-12-10 09:37:39 MST --- I just found a pure Qt4 example that shows the exact same problem: /usr/lib/qt4/examples/assistant/simpletextviewer/simpletextviewer from the libqt4-devel-doc package: - Start the program - From the "File" menu, pick "Open" - In the file selection box that opens (a QTreeWidget), a single click should select an item, and a double click should open the corresponding file. With the "Oxygen" widget theme, the first click already opens the file. With the standard Qt4 widget themes, it simply selects the item. -- 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=440101 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sh@novell.com Summary|Oxygen widget theme sends double clicks on |Oxygen widget theme sends double clicks instead |single clicks in QTreeWidget |of single clicks in QTreeWidget -- 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=440101 User christoph@maxiom.de added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c18 Christoph Feck <christoph@maxiom.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christoph@maxiom.de --- Comment #18 from Christoph Feck <christoph@maxiom.de> 2008-12-18 18:37:30 MST --- Applications need to check the QStyle::SH_ItemView_ActivateItemOnSingleClick property using QStyle::styleHint() if they use the activated() signal. Depending on the style, that may be a single click, or a double click. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c19 --- Comment #19 from Stefan Hundhammer <sh@novell.com> 2009-01-07 05:18:42 MST --- (In reply to comment #18 from Christoph Feck)
Applications need to check the QStyle::SH_ItemView_ActivateItemOnSingleClick property using QStyle::styleHint() if they use the activated() signal. Depending on the style, that may be a single click, or a double click.
Ugh? You can't be serious. This is broken by design. This invalidates the whole idea of widget styles. If applications have to do arcane things like that, we'd better drop that widget style immediately. There is no reasonable way for this to be handled in all the Qt applications that are out there. -- 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=440101 User christoph@maxiom.de added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c20 --- Comment #20 from Christoph Feck <christoph@maxiom.de> 2009-01-07 14:19:13 MST --- You should really read Qt docs before you are going to state this. The style hint is required because on many platforms it is a _users_ choice wether items should be activated using single or double click. Applications should respect that choice. And they do automatically, i.e. without any additional code, if they use the activated() signal. However, if there is a difference between selecting an item, and activating it, you should be aware of the platform differences. Solution: Simply use the doubleClicked() signal instead of the activated() signal, if your item view needs to distinguish between selection and activation. Please see the documentation about QAbstractItemView::activated(), ::clicked() and ::doubleClicked() signals. -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c21 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #21 from Stefan Hundhammer <sh@novell.com> 2009-01-09 09:01:44 MST --- *** Bug 462973 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=462973 -- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c22 --- Comment #22 from Stefan Hundhammer <sh@novell.com> 2009-01-15 07:28:36 MST --- As broken as that concept of activated vs. double click is, I simply threw out all the itemActivated signals of the YaST2 Qt UI, relying only on itemDoubleClicked instead. It's a workaround, not a solution, of course.
From my side this is issue is done with that workaround. Fixed in SVN trunk.
-- 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=440101 User sh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c23 --- Comment #23 from Stefan Hundhammer <sh@novell.com> 2009-01-15 07:30:31 MST --- Created an attachment (id=265357) --> (https://bugzilla.novell.com/attachment.cgi?id=265357) Workaround for yast2-qt -- 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=440101 User stbinner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c24 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Normal --- Comment #24 from Stephan Binner <stbinner@novell.com> 2009-02-04 03:42:54 MST ---
The bug may also cause problems in other Yast modules => Critical
That's no criteria for "Critical" 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.
https://bugzilla.novell.com/show_bug.cgi?id=440101 User remur@gmx.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c25 Karsten König <remur@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |remur@gmx.net --- Comment #25 from Karsten König <remur@gmx.net> 2009-02-04 03:48:42 MST --- *** Bug 465106 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=465106 -- 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=440101 User sven.burmeister@gmx.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c26 Sven Burmeister <sven.burmeister@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sven.burmeister@gmx.net --- Comment #26 from Sven Burmeister <sven.burmeister@gmx.net> 2009-02-20 15:04:53 MST --- Should this bug not be assigned to 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=440101 User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c27 --- Comment #27 from Thomas Göttlicher <tgoettlicher@novell.com> 2009-02-23 06:44:22 MST --- (In reply to comment #26)
Should this bug not be assigned to YaST? In yast it's fixed with a workaround (see comment #22).
As the use of the various signals (activated, clicked, doubleClicked) might cause confusions in all qt application with certain widget styles this bug isn't yast specific. -- 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=440101 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c28 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #28 from Dirk Mueller <dmueller@novell.com> 2009-02-23 12:33:08 MST --- what should we do with this bug? The style of single/double click is a *user's choice*. by default the KDE4 style is single click. you can *configure it*. The whole thing is a *feature*. if you want to disrespect the user, then do your own sh*t. otherwise, adapt to the feature and make sure that your UI works with single-click behavior (macosx like) and with double-click behavior (windows-like) resolving as invalid because the whole discussion is just pointless. -- 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=440101 User remur@gmx.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c29 --- Comment #29 from Karsten König <remur@gmx.net> 2009-02-24 11:04:32 MST --- Uh, just as a heads up VirtualBox is also affected, so looks like it is not that obvious to a lot of people. (this is no bugreport, just an info) -- 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=440101 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c30 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #30 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-08 14:13:00 MST --- Hey, using KDE 4.2.1 (not sure if this is important or not) I still have the problem with yast2 repository editor. I don't understand why this is marked as invalid. It's a problem. Other users are encountering the problem. Since all apps appear to use the same theme and only yast2 is effected (affected?), it would appear to be a yast QT issue. Since the behavior is still present I'm reopening. -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c31 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #31 from Ladislav Slezak <lslezak@novell.com> 2009-03-09 04:45:17 MST --- yast2-qt package has been fixed since version 2.18.5 (not in 11.1, you have to install it from FACTORY). Which version do you have installed? Could you try the latest version from factory? -- 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=440101 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c32 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|jnelson-suse@jamponi.net | --- Comment #32 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-09 06:36:45 MST --- After installing from factory: rpm -Uvh libzypp-6.2.2-1.1.x86_64.rpm yast2-qt-pkg-2.18.4-1.7.x86_64.rpm satsolver-tools-0.14.0-1.1.x86_64.rpm yast2-pkg-bindings-2.18.2-1.11.x86_64.rpm libqdialogsolver1-1.2.6-1.38.x86_64.rpm zypper-1.1.0-2.1.x86_64.rpm yast2-ncurses-pkg-2.18.1-1.4.x86_64.rpm zypper-1.1.0-2.1.x86_64.rpm aria2-1.2.0-2.1.x86_64.rpm yast2-ncurses-2.18.5-1.1.x86_64.rpm aria2-1.2.0-2.1.x86_64.rpm yast2-libyui-2.18.6-2.1.x86_64.rpm libboost_signals1_38_0-1.38.0-4.1.x86_64.rpm libreadline6-6.0-4.1.x86_64.rpm boost-license1_38_0-1.38.0-4.1.x86_64.rpm and running yast2 sw_single and then switching to repositories: YaST got signal 11 at YCP file /usr/share/YaST2/clients/repositories.ycp:245 /sbin/yast2: line 437: 7636 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS -- 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=440101 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c33 --- Comment #33 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-09 07:29:23 MST --- (gdb) run repositories -S qt Starting program: /usr/lib/YaST2/bin/y2base repositories -S qt [Thread debugging using libthread_db enabled] [New Thread 0x7fffeafdf950 (LWP 8585)] terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fffeafdf950 (LWP 8585)] 0x00007ffff4ce2645 in raise () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff4ce2645 in raise () from /lib64/libc.so.6 #1 0x00007ffff4ce3c33 in abort () from /lib64/libc.so.6 #2 0x00007ffff553f644 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6 #3 0x00007ffff553da46 in ?? () from /usr/lib64/libstdc++.so.6 #4 0x00007ffff553da73 in std::terminate() () from /usr/lib64/libstdc++.so.6 #5 0x00007ffff553db5a in __cxa_throw () from /usr/lib64/libstdc++.so.6 #6 0x00007ffff553dfb1 in operator new(unsigned long) () from /usr/lib64/libstdc++.so.6 #7 0x00007ffff551b7d1 in std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) () from /usr/lib64/libstdc++.so.6 #8 0x00007ffff551c07b in std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) () from /usr/lib64/libstdc++.so.6 #9 0x00007ffff551caac in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /usr/lib64/libstdc++.so.6 #10 0x00007fffee4114f4 in YQTableListViewItem::updateCell(YTableCell const*) () from /usr/lib64/YaST2/plugin/libpy2qt.so.2 #11 0x00007fffee411aab in YQTableListViewItem::YQTableListViewItem(YQTable*, QY2ListView*, YTableItem*) () from /usr/lib64/YaST2/plugin/libpy2qt.so.2 #12 0x00007fffee413434 in YQTable::addItem(YItem*, bool) () from /usr/lib64/YaST2/plugin/libpy2qt.so.2 #13 0x00007fffee413a20 in YQTable::addItems(std::vector<YItem*, std::allocator<YItem*> > const&) () from /usr/lib64/YaST2/plugin/libpy2qt.so.2 #14 0x00007ffff2e227a2 in YCPPropertyHandler::trySetTableItems(YWidget*, YCPValue const&) () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 ---Type <return> to continue, or q <return> to quit--- #15 0x00007ffff2e25608 in YCPPropertyHandler::setComplexProperty(YWidget*, std::string const&, YCPValue const&) () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 #16 0x00007ffff2ddc3d1 in YCP_UI::ChangeWidget(YCPValue const&, YCPValue const&, YCPValue const&) () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 #17 0x00007ffff2dbed1c in YUINamespace::ChangeWidget(YCPTerm const&, YCPSymbol const&, YCPValue const&) () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 #18 0x00007ffff2dc4538 in YUIFunction::evaluateCall_int() () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 #19 0x00007ffff2de00d2 in YCPBuiltinCaller::call() () from /usr/lib64/YaST2/plugin/libpy2UI.so.2 #20 0x00007ffff2b2f4d3 in YUI::uiThreadMainLoop() () from /usr/lib64/libyui.so.3 #21 0x00007ffff2b2f6fe in start_ui_thread(void*) () from /usr/lib64/libyui.so.3 #22 0x00007ffff6759070 in start_thread () from /lib64/libpthread.so.0 #23 0x00007ffff4d8310d in clone () from /lib64/libc.so.6 #24 0x0000000000000000 in ?? () -- 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=440101 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440101#c34 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #34 from Ladislav Slezak <lslezak@novell.com> 2009-03-09 07:36:38 MST --- Did you also update yast2-qt package? It looks like a version mismatch... -- 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