GNOME Bugzilla – Bug 321758
[PATCH] Atomix crashes on startup if ~/.atomix does not exist
Last modified: 2005-11-18 12:48:14 UTC
Steps to reproduce: 1. Delete ~/.atomix 2. Start atomix 3. Stack trace: Here's one trace. Both theme-manager and level-manager have the same bug:
+ Trace 64114
Thread 134610944 (LWP 100244)
Other information:
Created attachment 54892 [details] [review] Fix crash in level-manager
Created attachment 54893 [details] [review] Fix crash in theme-manager
Fixed in CVS HEAD. Thanks a lot for your report and patch! However, it seems to me this would only happen on somewhat broken installations, I suggest you take a look at yours =)
I disagree. How does a normal from-source installation create ~/.atomix for each user? Basically, if I start atomix for the first time on a new account, I will have no ~/.atomix directory, and this crash will be triggered. The only proper fix is to free and close resources that we know to have been properly opened.
For some mysterious reason, I've never had ~/.atomix on my machine, and it simply works. Anyway, forget it, I've considered it a bug and fixed it anyway =)