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 1874 - tderadio run-time bugs
Summary: tderadio run-time bugs
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2014-01-26 00:21 CST by Darrell
Modified: 2018-05-27 10:48 CDT (History)
1 user (show)

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


Attachments
krash backtrace when exiting tderadio (15.06 KB, application/octet-stream)
2014-01-26 00:21 CST, Darrell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2014-01-26 00:21:18 CST
Created attachment 1892 [details]
krash backtrace when exiting tderadio

Ensure $TDEHOME/share/apps/tderadio and $TDEHOME/share/config/tderadiorc do not exist.

* Start tderadio.
* Accept all defaults.
* Quit tderadio (Select the Exit button or use the system tray icon.).

* Open konsole.
* Start tderadio.

An error dialog appears that opening presets failed. (Why aren't the global presets being used?)

Next look at the konsole output. There is a message about failing to find:

/opt/kde3/lib/kde3/plugins/integration/liblibqtkde.so

There is a libqtkde.so installed by tdebase. I have no idea from where the hard-coded "/opt/kde3" is derived. There is nothing like that in the tderadio sources. I do not find any such reference in the configure log. My build script uses the standard configuration locations:

--with-qt-dir=${QTDIR} \
--with-qt-includes=${QT_INCLUDE_DIR} \
--with-qt-libraries=${QT_LIB_DIR} \


Next open the system tray icon popup menu. There is no Help option.

Several times while testing the app crashed when exiting. A kcrash backtrace is attached.

I do not have a radio card installed, but none of these errors should happen with or without a radio card.