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 1586 - kcmautostart crashes on exit
Summary: kcmautostart crashes on exit
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: Francois Andriot
URL:
Depends on:
Blocks:
 
Reported: 2013-07-23 14:41 CDT by Francois Andriot
Modified: 2013-07-31 20:19 CDT (History)
2 users (show)

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


Attachments
kcmautostart : fix crash on exit (364 bytes, patch)
2013-07-23 14:42 CDT, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2013-07-23 14:41:17 CDT
Hello, when I have at least 1 entry of type "ENV" in kcmautostart (e.g: gtk-qt-engine.sh), every time I leave the KCM, I get a segmentation fault.
Comment 1 Francois Andriot 2013-07-23 14:42:13 CDT
Created attachment 1372 [details]
kcmautostart : fix crash on exit

The attached patch fix the crash on my computer.
Comment 2 Darrell 2013-07-30 13:26:36 CDT
I'm using R14 git. I can't replicate the crash when I change the file type to ENV. That said, I rebuilt kcmautostart in R14 with the proposed patch and am not seeing any problems.

I vote push the patch to git. :-)
Comment 3 Darrell 2013-07-31 20:19:32 CDT
Patch pushed to git in commit 9e301e05.

Thanks for the patch!