-
Notifications
You must be signed in to change notification settings - Fork 49
coredump: ya_draw_pango_text #213
Comments
stderr during a crash:
|
So far, running under valgrind memcheck has not revealed where the memory corruption is occurring. However, running under helgrind pretty quickly honed on some potential data races around
|
For reference, I'm running |
Any news on this issue? As @mwberry points out that there is a data race, I just tried to use a spinlock to protect
Although this seems an incorrect or partial fix, it works fine for a while. I like this project so I hope it keeps alive. Is there anybody listening to this issue? |
After I had fun with cairo things, I figure out that |
I've been using
yabar
for a few days and I like it a lot, however it quite frequently crashes on my system. I've installed it via the AUR package, but I removed-O2
and added-g
for the sake of getting core dumps. So far I've seen it crash about 7 times in the last week-ish. The last two times I had debug info and the crashes came fromya_int_date
andya_int_memory
, but I suspect all calls toya_draw_pango_text
are susceptible.Originally I thought it might have had to do with waking up from suspend, but I've now seen it occur while the machine was idle running
xscreensaver
.I'll see how much effort it will be to compile cairo with debug information, to get a better understanding of what invariant is being violated.
The text was updated successfully, but these errors were encountered: