-
Notifications
You must be signed in to change notification settings - Fork 30
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
Random segfaults #31
Comments
I've experienced these same exact crashes while browsing booru's on both Gentoo and Windows. |
Funny enough all I could find about this issue is a stackoverflow post from three years ago with the same exact backtrace, their problem wasn't solved. Oh wait, it was. It's right there at the bottom... I guess? |
I actually just read through that, and it gave me a hint at where the problem might be.
Since it only occurs when using boorus it's either the dispatchers in my |
With valgrind I traced that down to just the Curler class.
Of course when it gets destroyed the dispatcher just goes down with it, and Glib being a complete idiot still tries to access it. |
Okay that is extremely helpful - I know where the issue is now. |
Well would you look at that, it's stable now |
Because after an average of 10 consecutive crashes while browsing every day I think it's about time I report this madness that just gets on my nerves every time.
While browsing any booru with or without any tags, sometimes the program instantly crashes, either when beginning to load posts or while scrolling. A backtrace just gives completely meaningless information to me:
The trace is always the same, so at least the crashing is somewhat consistent.
Although I haven't been able to test if this happens on other distros, all my computers with Arch suffer this same exact problem. It seems to be more frequent on my laptop than on my desktop, though.
My dmesg is flooded with "segfault at 0" and "segfault at 19" messages from all the crashing. This has been happening for months now.
The text was updated successfully, but these errors were encountered: