By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1391 - Cannot access krandrtray icon
Summary: Cannot access krandrtray icon
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-01-15 16:39 CST by Darrell
Modified: 2013-01-29 15:11 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2013-01-15 16:39:53 CST
Latest GIT. Attempting to open the krandrtray icon in the system tray results in a crash. Backtrace:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[KCrash handler]
#5  TQGListIterator::TQGListIterator (this=0xbfbe4ce8, l=...) at tools/qglist.cpp:1102
#6  0xb76e16ca in TQPtrListIterator (l=..., this=<optimized out>) at /opt/trinity/include/ntqptrlist.h:160
#7  KRandrSimpleAPI::getDisplayConfigurationProfiles (this=0x9f861a4, kde_confdir=<error reading variable: Cannot access memory at address 0x0>) at /dev/shm/tdelibs/krandr/libkrandr.cc:436
#8  0x08055e1b in KRandRSystemTray::contextMenuAboutToShow (this=0x9f860c0, menu=0x9f94be0) at /dev/shm/tdebase/kcontrol/randr/krandrtray.cpp:278
#9  0x09f860c0 in ?? ()
#10 0x0000039c in ?? ()
#11 0x00000002 in ?? ()
#12 0x09faffe9 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Comment 1 Timothy Pearson 2013-01-15 16:50:20 CST
I ran across this just a few hours ago myself; patch was pushed to GIT in hash c1b6623.

Tim