public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem?
@ 2005-07-24  8:52 Fabrizio Prosperi
  2005-07-24  9:23 ` Fabrizio Prosperi
  2005-07-24 10:09 ` Hans-Werner Hilse
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrizio Prosperi @ 2005-07-24  8:52 UTC (permalink / raw
  To: gentoo-user

Hi all, I am experiencing this strange problem.
Doing a long emerge -up world aterm kept crashing and I thought it was
an emerge problem, but then I focused on a particular emerge
(mozilla-firefox) and I realised it was it. 

Just doing cat /var/log/portage/<that-log>.log
is making aterm crash again, but not konsole.

I guess I something with swappiness settings, but how to fix it? 
And why konsole is not affected by it?

Any help appreciated.
Fabrizio


-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem?
  2005-07-24  8:52 [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem? Fabrizio Prosperi
@ 2005-07-24  9:23 ` Fabrizio Prosperi
  2005-07-24 10:09 ` Hans-Werner Hilse
  1 sibling, 0 replies; 5+ messages in thread
From: Fabrizio Prosperi @ 2005-07-24  9:23 UTC (permalink / raw
  To: gentoo-user

Me again, of course it wasnt't emerge --pretend, it was emerge --update
world :)
Fabrizio

On Sun, Jul 24, 2005 at 10:52:06AM +0200, Fabrizio Prosperi wrote:
> Hi all, I am experiencing this strange problem.
> Doing a long emerge -up world aterm kept crashing and I thought it was
> an emerge problem, but then I focused on a particular emerge
> (mozilla-firefox) and I realised it was it. 
> 
> Just doing cat /var/log/portage/<that-log>.log
> is making aterm crash again, but not konsole.
> 
> I guess I something with swappiness settings, but how to fix it? 
> And why konsole is not affected by it?
> 
> Any help appreciated.
> Fabrizio
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem?
  2005-07-24  8:52 [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem? Fabrizio Prosperi
  2005-07-24  9:23 ` Fabrizio Prosperi
@ 2005-07-24 10:09 ` Hans-Werner Hilse
  2005-07-24 10:24   ` Richard Fish
  1 sibling, 1 reply; 5+ messages in thread
From: Hans-Werner Hilse @ 2005-07-24 10:09 UTC (permalink / raw
  To: gentoo-user

Hi,

On Sun, 24 Jul 2005 10:52:06 +0200
Fabrizio Prosperi <fprosper@interfree.it> wrote:

> Doing a long emerge -up world aterm kept crashing and I thought it was
> an emerge problem, but then I focused on a particular emerge
> (mozilla-firefox) and I realised it was it. 
> 
> Just doing cat /var/log/portage/<that-log>.log
> is making aterm crash again, but not konsole.
> 
> I guess I something with swappiness settings, but how to fix it? 

Hm, don't know about aterm and its memory management, but that's for
sure: _swappiness_ should have absolutely nothing to do with this. The
swap management isn't up to userspace applications, that's kernel's
matter. Well, there might be some small probability left that your swap
management is somewhat hosed due to bugs in the kernel but that is very
unlikely and wouldn't explain why these conditions only occur with
aterm and only affect aterm.

-hwh
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem?
  2005-07-24 10:09 ` Hans-Werner Hilse
@ 2005-07-24 10:24   ` Richard Fish
  2005-07-24 11:33     ` Fabrizio Prosperi
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Fish @ 2005-07-24 10:24 UTC (permalink / raw
  To: gentoo-user

Hans-Werner Hilse wrote:

>Hi,
>
>On Sun, 24 Jul 2005 10:52:06 +0200
>Fabrizio Prosperi <fprosper@interfree.it> wrote:
>
>  
>
>>Doing a long emerge -up world aterm kept crashing and I thought it was
>>an emerge problem, but then I focused on a particular emerge
>>(mozilla-firefox) and I realised it was it. 
>>
>>Just doing cat /var/log/portage/<that-log>.log
>>is making aterm crash again, but not konsole.
>>
>>I guess I something with swappiness settings, but how to fix it? 
>>    
>>
>
>Hm, don't know about aterm and its memory management, but that's for
>sure: _swappiness_ should have absolutely nothing to do with this. The
>swap management isn't up to userspace applications, that's kernel's
>matter. Well, there might be some small probability left that your swap
>management is somewhat hosed due to bugs in the kernel but that is very
>unlikely and wouldn't explain why these conditions only occur with
>aterm and only affect aterm.
>
>-hwh
>  
>

This may be a shot in the dark, since I don't use aterm, but can you 
check /var/log/messages and see if maybe the kernel is killing aterm due 
to excessive memory usage?  The search string is "oom" for "out-of-memory".

-Richard

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem?
  2005-07-24 10:24   ` Richard Fish
@ 2005-07-24 11:33     ` Fabrizio Prosperi
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrizio Prosperi @ 2005-07-24 11:33 UTC (permalink / raw
  To: gentoo-user

Thank you guys for the replies, I don't have access to the machine right
now but I'll check /var/log/messages for oom messages and get back to
you ASAP.

Fabrizio

On Sun, Jul 24, 2005 at 12:24:19PM +0200, Richard Fish wrote:
> Hans-Werner Hilse wrote:
> 
> >Hi,
> >
> >On Sun, 24 Jul 2005 10:52:06 +0200
> >Fabrizio Prosperi <fprosper@interfree.it> wrote:
> >
> > 
> >
> >>Doing a long emerge -up world aterm kept crashing and I thought it was
> >>an emerge problem, but then I focused on a particular emerge
> >>(mozilla-firefox) and I realised it was it. 
> >>
> >>Just doing cat /var/log/portage/<that-log>.log
> >>is making aterm crash again, but not konsole.
> >>
> >>I guess I something with swappiness settings, but how to fix it? 
> >>   
> >>
> >
> >Hm, don't know about aterm and its memory management, but that's for
> >sure: _swappiness_ should have absolutely nothing to do with this. The
> >swap management isn't up to userspace applications, that's kernel's
> >matter. Well, there might be some small probability left that your swap
> >management is somewhat hosed due to bugs in the kernel but that is very
> >unlikely and wouldn't explain why these conditions only occur with
> >aterm and only affect aterm.
> >
> >-hwh
> > 
> >
> 
> This may be a shot in the dark, since I don't use aterm, but can you 
> check /var/log/messages and see if maybe the kernel is killing aterm due 
> to excessive memory usage?  The search string is "oom" for "out-of-memory".
> 
> -Richard
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-07-24 11:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-24  8:52 [gentoo-user] aterm do crash displaying long files, konsole don't: swappiness problem? Fabrizio Prosperi
2005-07-24  9:23 ` Fabrizio Prosperi
2005-07-24 10:09 ` Hans-Werner Hilse
2005-07-24 10:24   ` Richard Fish
2005-07-24 11:33     ` Fabrizio Prosperi

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