public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms
@ 2006-06-08  4:16 Kevin O'Gorman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin O'Gorman @ 2006-06-08  4:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

It doesn't die.  And it usually doesn't do it when I'm around, but when I
come
back to my system in the morning there are usually 200 or so crash dialogs
waiting for me, all indicating the application suffered a SIGFPE (floating
point error?).  But it keeps on working anyway.

Am I alone with this?

++ kevin

-- 
Kevin O'Gorman, PhD

[-- Attachment #2: Type: text/html, Size: 398 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms
@ 2006-06-08 19:55 Jesse Hannah
  2006-06-09  5:57 ` Kevin O'Gorman
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Hannah @ 2006-06-08 19:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1169 bytes --]

Kevin O'Gorman wrote:

> It doesn't die.  And it usually doesn't do it when I'm around, but when I
> come
> back to my system in the morning there are usually 200 or so crash dialogs
> waiting for me, all indicating the application suffered a SIGFPE (floating
> point error?).  But it keeps on working anyway.
> 
> Am I alone with this?
> 
> ++ kevin
> 

Probably not, depends on the version of KAlarm that you're using. But more 
likely than anything else is that something didn't quite compile right when 
you were emerging whatever KAlarm's parent package (kdepim?) is. I've had 
that happen with other things such as xine-lib, and I've discovered that if 
something keeps crashing re-emerging it (or its parent package, in KAlarm's 
case) usually fixes the problem. And, a SIGFPE is the sort of thing that a 
build problem would be the cause of.

General rule of thumb: If it crashes, rebuild it. :D

-- 
Jesse Hannah

Homepage: <http://everstar.hostultra.com/>
IRC Nick: FlakPenguin@Freenode
GPG Key: 0x78F156E7
Available on the keyservers (search the key or for "Jedi Web-Penguin")
or from <http://everstar.hostultra.com/jesse.asc>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms
  2006-06-08 19:55 [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms Jesse Hannah
@ 2006-06-09  5:57 ` Kevin O'Gorman
  2006-06-10  2:11   ` Kevin O'Gorman
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin O'Gorman @ 2006-06-09  5:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]

On 6/8/06, Jesse Hannah <jesse.hannah@gmail.com> wrote:
>
> Kevin O'Gorman wrote:
>
> > It doesn't die.  And it usually doesn't do it when I'm around, but when
> I
> > come
> > back to my system in the morning there are usually 200 or so crash
> dialogs
> > waiting for me, all indicating the application suffered a SIGFPE
> (floating
> > point error?).  But it keeps on working anyway.
> >
> > Am I alone with this?
> >
> > ++ kevin
> >
>
> Probably not, depends on the version of KAlarm that you're using. But more
> likely than anything else is that something didn't quite compile right
> when
> you were emerging whatever KAlarm's parent package (kdepim?) is. I've had
> that happen with other things such as xine-lib, and I've discovered that
> if
> something keeps crashing re-emerging it (or its parent package, in
> KAlarm's
> case) usually fixes the problem. And, a SIGFPE is the sort of thing that a
> build problem would be the cause of.
>
> General rule of thumb: If it crashes, rebuild it. :D
>
> --
> Jesse Hannah


That sounds like really good advice, so I investigated a bit.  There indeed
seems some sort of conflict between kdepim and kalarm.  There's something
familiar about the pattern of "blocking" I saw with "emerge -pe kalarm
kdepim"
that made me try unmerging both of them first .  I'm doing a new emerge
--oneshot now.   Wish me luck.  Maybe my list of alarms will survive?

-- 
Kevin O'Gorman, PhD

[-- Attachment #2: Type: text/html, Size: 1861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms
  2006-06-09  5:57 ` Kevin O'Gorman
@ 2006-06-10  2:11   ` Kevin O'Gorman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin O'Gorman @ 2006-06-10  2:11 UTC (permalink / raw
  To: gentoo-user, jesse.hannah

[-- Attachment #1: Type: text/plain, Size: 1697 bytes --]

Yep, that did it.  Kalarm is now happy and behaving itself.

Thanks, Jesse.

++ kevin

On 6/8/06, Kevin O'Gorman <kogorman@gmail.com> wrote:
>
>
>
> On 6/8/06, Jesse Hannah <jesse.hannah@gmail.com> wrote:
> >
> > Kevin O'Gorman wrote:
> >
> > > It doesn't die.  And it usually doesn't do it when I'm around, but
> > when I
> > > come
> > > back to my system in the morning there are usually 200 or so crash
> > dialogs
> > > waiting for me, all indicating the application suffered a SIGFPE
> > (floating
> > > point error?).  But it keeps on working anyway.
> > >
> > > Am I alone with this?
> > >
> > > ++ kevin
> > >
> >
> > Probably not, depends on the version of KAlarm that you're using. But
> > more
> > likely than anything else is that something didn't quite compile right
> > when
> > you were emerging whatever KAlarm's parent package (kdepim?) is. I've
> > had
> > that happen with other things such as xine-lib, and I've discovered that
> > if
> > something keeps crashing re-emerging it (or its parent package, in
> > KAlarm's
> > case) usually fixes the problem. And, a SIGFPE is the sort of thing that
> > a
> > build problem would be the cause of.
> >
> > General rule of thumb: If it crashes, rebuild it. :D
> >
> > --
> > Jesse Hannah
>
>
> That sounds like really good advice, so I investigated a bit.  There
> indeed
> seems some sort of conflict between kdepim and kalarm.  There's something
> familiar about the pattern of "blocking" I saw with "emerge -pe kalarmkdepim"
> that made me try unmerging both of them first .  I'm doing a new emerge
> --oneshot now.   Wish me luck.  Maybe my list of alarms will survive?
>
> --
> Kevin O'Gorman, PhD
>



-- 
Kevin O'Gorman, PhD

[-- Attachment #2: Type: text/html, Size: 2687 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-10  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-08 19:55 [gentoo-user] KAlarm now broken -- suffers many SIGFPE alarms Jesse Hannah
2006-06-09  5:57 ` Kevin O'Gorman
2006-06-10  2:11   ` Kevin O'Gorman
  -- strict thread matches above, loose matches on Subject: below --
2006-06-08  4:16 Kevin O'Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox