Version: (using KDE 4.3.1) Compiler: gcc 4.4.1 OS: Linux Installed from: Ubuntu Packages When I try to process something like 'man:/(9)' in konqueror it says, that slave terminated unexpectly. 'man:/(X)' construction gives list of manpages in category X. When I try to get list of non-existing category, it crashes. However it should give an error message, that user tried to access wrong category. The example in the first line is from khelpcenter. There is a hard-coded list of manpages categories, from 1 to 9 and (n), but on my kubuntu system there are only 1 to 8 categories.
SVN commit 1211341 by mkoller: BUG: 207164 do not crash when no single man page for a section index is found M +11 -0 kio_man.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1211341
SVN commit 1211343 by mkoller: Backport r1211341 by mkoller from trunk to the 4.6 branch: CCBUG: 207164 do not crash when no single man page for a section index is found M +11 -0 kio_man.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1211343