-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug] Crash when a new notification is sent #445
Comments
Seems like a GTK 3 issue? I'm running a later version on my machine, and it runs just fine. Try rebuilding? |
Still happening after recompiling latest git commit. My installed versions of GTK (all installed through pacman)
Which GTK3 version are you using? |
Hmm, the same versions… It segfaults when constructing the notification for some reason... |
Yeah, seems to happen somewhere in the HdyCarousel object deep in GTK, where at some point the widget is a nullptr. I'm not familiar with Vala or GTK so I haven't really been able to figure out where exactly it goes wrong. |
When you run
|
This is still happening btw 😢 |
Describe the bug
Segfaults when a notification is sent.
To Reproduce
Steps to reproduce the behavior:
I also managed to reproduce it by simply running
notify-send hello
, but the below logs and backtraces are created with a spotify notification.Expected behavior
It shows the notification without crashing.
Please provide logs if you're experiencing notification errors / bugs
gdb backtrace when built from source with
G_MESSAGES_DEBUG=all
: https://gist.github.com/zjeffer/45bc48dd7c7e5550655f18b2e9d82f84,Desktop (please complete the following information):
Arch Linux
(Kernel6.9.5-arch1-1
)4168b8c17b12b90873fab1ca73c2981b53f48bf5
)2.80.3-2
0.8.3-1
It happens with both the swaync-git AUR package and building from source.
The text was updated successfully, but these errors were encountered: