PanelView.cpp:370: Conditional jump or move depends on uninitialised value(s)

Bug #901602 reported by Daniel van Vugt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Unity
Fix Released
Medium
Daniel van Vugt
unity (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

The bug is pretty obvious...

==32310== Conditional jump or move depends on uninitialised value(s)
==32310== at 0x18AACA63: unity::PanelView::UpdateBackground() (PanelView.cpp:370)
==32310== by 0x18AACD8F: unity::PanelView::ForceUpdateBackground() (PanelView.cpp:420)
==32310== by 0x18AAD4CD: unity::PanelView::SetOpacity(float) (PanelView.cpp:610)
==32310== by 0x18A8BFE8: PanelController::SetOpacity(float) (PanelController.cpp:115)
==32310== by 0x18A6E176: UnityScreen::optionChanged(CompOption*, UnityshellOptions::Options) (unityshell.cpp:2011)
==32310== by 0x18B6F4E7: UnityshellOptions::setOption(std::string const&, CompOption::Value&) (function_template.hpp:1013)
==32310== by 0x427FD3: CompScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (in /usr/bin/compiz)
==32310== by 0x1056FE2D: CcpScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (in /usr/lib/compiz/libccp.so)
==32310== by 0x428022: CompScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (in /usr/bin/compiz)
==32310== by 0x162D1D4B: WallScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (in /usr/lib/compiz/libwall.so)
==32310== by 0x428022: CompScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (in /usr/bin/compiz)
==32310== by 0x18A61BCD: UnityScreen::setOptionForPlugin(char const*, char const*, CompOption::Value&) (unityshell.cpp:2151)

Related branches

Changed in unity (Ubuntu):
assignee: nobody → Daniel van Vugt (vanvugt)
status: New → In Progress
Changed in unity:
status: New → In Progress
assignee: nobody → Daniel van Vugt (vanvugt)
Changed in unity (Ubuntu):
assignee: Daniel van Vugt (vanvugt) → nobody
status: In Progress → Confirmed
Revision history for this message
Omer Akram (om26er) wrote :

inprogress would have been the right status here ;-) (thats the way unity bugs are handled i.e. upstream and dowstream tasks synced, see: https://wiki.ubuntu.com/Unity/FilingBugs#Keeping_Upstream_and_Downstream_statuses_in_sync )

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Sorry. My list of bugs in progress was getting too long, filled with incorrect entries like this. But if that's Unity policy then OK.

Omer Akram (om26er)
Changed in unity (Ubuntu):
importance: Undecided → Medium
status: Confirmed → In Progress
Changed in unity:
importance: Undecided → Medium
Tim Penhey (thumper)
Changed in unity:
milestone: none → 5.0.0
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Fix committed to lp:unity r1787.

Changed in unity:
status: In Progress → Fix Committed
Changed in unity:
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (6.0 KiB)

This bug was fixed in the package unity - 5.0.0-0ubuntu1

---------------
unity (5.0.0-0ubuntu1) precise; urgency=low

  [ Didier Roche ]
  * New upstream release.
    - compiz crashed with SIGSEGV in __dynamic_cast() (LP: #853038)
    - unity-panel-service crashed with SIGSEGV in panel_service_show_entry()
      (LP: #861144)
    - unity-panel-service crashed with SIGSEGV in
      panel_indicator_entry_accessible_get_n_children() (LP: #869816)
    - Launcher - Launcher icon for Dash does not highlight when the Alt+F1 key
      shortcut is pressed (LP: #849561)
    - compiz crashed with SIGSEGV in unity::PanelTray::FilterTrayCallback()
      (LP: #868868)
    - [regression] Compiz: Visible tearing is worse in 11.10 than 11.04, even
      when "Sync To VBlank" is enabled, but only when Unity is active.
      (LP: #880707)
    - [regression] All apps have a lower frame rate under Unity. (LP: #861061)
    - compiz crashed with SIGSEGV in
      nux::Property<nux::color::Color>::operator=() from
      unity::switcher::SwitcherController::OnBackgroundUpdate() (LP: #887465)
    - DashSearchBarSpinner.cpp:56: Conditional jump or move depends on
      uninitialised value(s) (LP: #901610)
    - quicklist shows in incorrect position when launched from workspace
      switcher (LP: #914251)
    - Build "show me the desktop" mini-app that adds a show desktop button to
      Launcher (LP: #681348)
    - Select quicklist items with just one right click (LP: #688830)
    - cannot change volume by scrolling on the icon when the SoundMenu is
      opened (LP: #722082)
    - [a11y] Unity launcher buttons are not Actionable (LP: #772573)
    - Ubuntu Start launcher item doesn't start dash with keyboard navigation
      (LP: #825037)
    - multimonitor , window management - Multi-Monitor Maximized Difficulty
      (LP: #843958)
    - [regression] Drag and drop inside dash is very slow with Active Blur
      activated (LP: #851172)
    - Activating an alt-tab icon that holds initially unminimized windows
      should unminimize all windows (LP: #854595)
    - Dash - The Dash category headers are positioned incorrectly
      (LP: #839467)
    - Missing global menu with a semi-maximized window dragged to the right.
      (LP: #861279)
    - Launcher - Dragging and dropping a running application in to the Trash
      should quit the application and (if the app is pinned to the Launcher)
      un-pin the application from the Launcher (LP: #870143)
    - top bar, integrated menu - when a application is first launched, the
      integrated menu should be displayed for 2 seconds before fading out of
      view (LP: #874254)
    - Window control buttons are not shown when an indicator is opened and the
      pointer is over the top-left corner (LP: #890970)
    - Quicklist item using some special chars doesn't show at all
      (LP: #899677)
    - PanelView.cpp:370: Conditional jump or move depends on uninitialised
      value(s) (LP: #901602)
    - unityshell.cpp:1982,1984: Conditional jump or move depends on
      uninitialised value(s) (LP: #901603)
    - Dash Search spinner sometimes doesn't spin at all (LP: #903090)
    - Point of tooltip is misaligned to focused ap...

Read more...

Changed in unity (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.