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

Summary: drkonqi: support the built-in crashtest
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Enable the crashtest binary to build

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!