-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting feeds in a Folder, "Program received signal SIGSEGV, Segmentation fault" #83
Comments
Cannot reproduce the crash. Which version are you running (please always tell in bug reports!). |
I'm using Fedora 20 X86_64, but I compile liferea from the source, the version is 1.10.11 (the last), but I have this bug in previous versions as well. Sorry about the missing information :( |
I am also getting a segfault when sorting feeds in folders. It doesn't happen all the time but I think its deterministic in that the same configuration of subscriptions always yields a crash. It doesn't seem to be specific to a single folder or folders containing some particular subscription. It also depends on the order of things on the folder: sometimes a folder that successfully sorted can crash if I rearrange some items and tell it to sort again. I am using version 1.10.9, which I got from the Debian repos. My architecture is also X86_64 bits. I tried to get a stack trace but I think I need to download debugging symbols for gtk...
|
I too get a crash when sorting feeds, even with the latest code from git:
Here is the full log with debug symbols (also at http://ao2.it/tmp/LIFEREA_Sort-Feeds_SIGSEGV.log):
|
@ndias your first post is also incorrectly referencing other issues (see the links on the Please consider editing your post: make the gdb output pre-formatted. See the markdown documentation to see how. |
Reproduced |
Fixes #83 segfault when sorting feeds in folder
Unsets the model from the treeview while it is being cleared and rebuilt, and so avoids the selection "changed" signal from being emitted in the middle of gtk_tree_store_clear.
…feeds in folder (patch by Leiaz)
Liferea crashes when sorting feeds in a Folder, with "Program received signal SIGSEGV, Segmentation fault"
The gdb output
Edited by GreenLunar on October 17th, 2016 (insert code)
The text was updated successfully, but these errors were encountered: