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 776 - drkonqi: support the built-in crashtest
Summary: drkonqi: support the built-in crashtest
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P1 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-12-31 23:04 CST by Darrell
Modified: 2012-10-19 15:44 CDT (History)
2 users (show)

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


Attachments
Enable the crashtest binary to build (927 bytes, patch)
2011-12-31 23:04 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2011-12-31 23:04:53 CST
Created attachment 245 [details]
Enable the crashtest binary to build

There is a built-in crash test executable for drkonqi but the executable is not built. The attached patch allows that binary to build.

The crashtest binary is a command line tool that allows testing drkonqi.
Comment 1 Timothy Pearson 2012-01-11 13:02:35 CST
Fixed in GIT hash 9cf4f4b.

Note that you can control the building of this program by passing the -DBUILD_CRASHTEST="on" flag to CMake.  For obvious reasons it is not enabled in the default tdebase build, unless -DBUILD_ALL was set.

Thanks for reporting, and for the patch!