-
Notifications
You must be signed in to change notification settings - Fork 2
Testing
Federico edited this page Jun 7, 2016
·
3 revisions
- installing packages segfaults if package is for the wrong arch, and packagekit daemon segfaults too: https://github.com/hughsie/PackageKit/issues/87.
If you're experiencing a crash (a segfault), there is one thing i'll always need: a proper backtrace.
You can get one following these easy steps:
- install gdb
- clone the repo
- cd ncursesFM
- make debug
- gdb ./ncursesFM
Then in gdb shell: - run
After it crashed issue a: - bt
And send me its output.
As this project is kept alive by your own requests, feature requests are very gratefully accepted.
Indeed it is the best part of managing a (small) project like ncursesFM: realize that people see usecases beyond my own sight. Really, i never think about lot of things people asked to implement.
And implementing them is really funny.
So, please, if you got any feature in mind, do not be afraid to request it :)