Summary: | x11-misc/lavaps-2.7-r1 crashes with failed assertion | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Barnett <daviebdawg> |
Component: | Current packages | Assignee: | Desktop Misc. Team <desktop-misc> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | coldwind, daviebdawg |
Priority: | High | ||
Version: | 2007.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
David Barnett
2008-02-09 23:42:35 UTC
I don't think gtk has anything to do with this one. The relevant section has a comment "// hack around integer overflow", and seems to be manipulating time values. (In reply to comment #1) > I don't think gtk has anything to do with this one. The relevant section has a > comment "// hack around integer overflow", and seems to be manipulating time > values. > I agree, it happens on my build (hacked to compile as explained in bug #211193) which is built with USE="-gtk". I suppose lavaps is intimate with internal kernel structures, maybe we should ping upstream? It looks like upstream is a guy named John Heidemann. Should we email him directly? I haven't looked it deeply, but try with x11-misc/lavaps-2.7-r2 which includes some fixes. I can't be sure because the crashes are intermittent, but 2.7-r2 seems to have taken care of my problem. I'll post back in the next few days if I get more crashes, but otherwise consider it taken care of. Oops, I had another crash with the same symptoms. I noticed this time it happened at the same time as my music player (media-sound/exaile) switching songs, which causes a popup notification, but I'm probably just grasping at straws... After some observation time I can confirm that when it crashes, it almost always coincides with an OSD popup from media-sound/exaile switching songs. Once I noticed it happened the same time as something like sending an email, which might have popped up a little status window too. Anyway, it seems to have a lot to do with what else the computer's doing at the time. Just thought I'd pass that along in case someone else has the same problem and is looking into it. Another little piece of the puzzle: the changes are small negative numbers (-19, -24, -27, -24...). This doesn't look like a case of integer overflow. For anyone interested, I found out for sure that it's not only triggered by displaying new popup windows. Emerge seemed to kill lavaps when finishing the installation of one package and moving on to another. lavaps was removed from portage wrt bug 227743, so closing this too |