linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: VM: Bad swap entry 0044cb00
@ 2001-08-29 13:14 Christian Borntraeger
  0 siblings, 0 replies; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-29 13:14 UTC (permalink / raw)
  To: Hugh Dickins, linux-kernel; +Cc: Martin Schwidefsky



After some debug if think that the function which was called is:

zap_page_range

which inlines: zap_pmd_range
which inlines: zap_pte_range
which inlines: free_pte
which calls: swap_free
Adress 30d00 is part of the call to swap_free.



--
Mit freundlichen Grüßen / Best Regards

Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW  System Evaluation + Test
email: CBORNTRA@de.ibm.com
Tel +49 7031-16-3507



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: VM: Bad swap entry 0044cb00
@ 2001-08-29 15:20 Christian Borntraeger
  0 siblings, 0 replies; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-29 15:20 UTC (permalink / raw)
  To: Hugh Dickins, linux-kernel; +Cc: Martin Schwidefsky, Ulrich Weigand



> But keep yesterday's testing patch in too, in case you find
> problems still (as Adrian Bunk reported on 2.4.9-ac2).

Hi Hugh,

as we still have to stuck with 2.4.7 I applied your patch, but the problem
isn´t fully solved. The error message still appears.
In some minutes I am going to vacation so for further questions, write to
Martin Schwidefsky. (schwidefsky@de.ibm.com) and cc Ulrich Weigand
(Ulrich.Weigand@de.ibm.com).

Sorry.

Bytheway now the messages were:

Out of Memory: Killed process 7090 (_18411Y45_s).
swap_free from 80030d04: Bad swap entry 0a9ca600
Out of Memory: Killed process 7841 (_18411Y46_s).
Out of Memory: Killed process 7861 (_18411Y47_s).
Out of Memory: Killed process 7993 (_18411Y48_s).
Out of Memory: Killed process 8020 (_18411Y47_s).
Out of Memory: Killed process 8153 (_18411Y48_s).
Out of Memory: Killed process 8260 (_18411Y85_s).
Out of Memory: Killed process 8345 (_18411Y86_s).
Out of Memory: Killed process 8355 (_18411Y85_s).
Out of Memory: Killed process 8414 (_18411Y87_s).
Out of Memory: Killed process 8453 (_18411Y86_s).
Out of Memory: Killed process 8478 (_18411Y8_10_s).
Out of Memory: Killed process 8480 (_18411Y45_s).
Out of Memory: Killed process 8545 (_18411Y87_s).
Out of Memory: Killed process 8586 (_18411Y46_s).
Out of Memory: Killed process 8645 (_18423Y11_s).

30d04 seems to be the same call to swap_free as before.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: VM: Bad swap entry 0044cb00
@ 2001-08-29 10:47 Christian Borntraeger
  2001-08-29 14:07 ` Hugh Dickins
  0 siblings, 1 reply; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-29 10:47 UTC (permalink / raw)
  To: Hugh Dickins, linux-kernel; +Cc: Martin Schwidefsky



Hi Hugh,

System.map:

000307c0 T copy_page_range
00030a9c T zap_page_range
00030da4 t follow_page
00030e70 T map_user_kiobuf

dmesg:

Out of Memory: Killed process 6667 (_18411Y45_s).
swap_free from 80030d00: Bad swap entry 0a2c2600
Out of Memory: Killed process 7374 (_18411Y46_s).
Out of Memory: Killed process 7401 (_18411Y85_s).
swap_free from 80030d00: Bad swap entry 0a0b0600
Out of Memory: Killed process 7589 (_18411Y86_s).
Out of Memory: Killed process 7611 (_18411Y47_s).
Out of Memory: Killed process 7778 (_18411Y48_s).
Out of Memory: Killed process 7791 (_18411Y87_s).
Out of Memory: Killed process 7804 (_18411Y45_s).
Out of Memory: Killed process 7935 (_18411Y8_10_s).
Out of Memory: Killed process 7957 (_18411Y46_s).
Out of Memory: Killed process 8077 (_18411Y85_s).
Out of Memory: Killed process 8154 (_18411Y47_s).
Out of Memory: Killed process 8154 (_18411Y47_s).

I will make do a listing of the kernel (S/390-assembler) of zap_page_range
and of possible find out the line of the C-Code.


Note: Don´t care about the 8 in front of the adress. That is
S/390-specific.

Thanks

--
Mit freundlichen Grüßen / Best Regards

Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW  System Evaluation + Test
email: CBORNTRA@de.ibm.com
Tel +49 7031-16-3507



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: VM: Bad swap entry 0044cb00
@ 2001-08-28 14:01 Christian Borntraeger
  2001-08-28 15:02 ` Hugh Dickins
  0 siblings, 1 reply; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-28 14:01 UTC (permalink / raw)
  To: hugh, linux-kernel; +Cc: Martin Schwidefsky


>If you're still getting such messages, please let me know and
>I'll send a test patch to make the message more informative.
>
>Is this an SMP machine?
>
>Hugh

I am also interested in getting this patch as I face the same problem on an
S/390, but with Kernel 2.4.7
It is a SMP machine.
I don´t know, if you can get informations about this issue from non-intel
platforms, but we should try.

--
Mit freundlichen Grüßen / Best Regards

Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW  System Evaluation + Test
email: CBORNTRA@de.ibm.com
Tel +49 7031-16-3507



^ permalink raw reply	[flat|nested] 18+ messages in thread
* re: VM: Bad swap entry 0044cb00
@ 2001-08-28 12:15 Christian Borntraeger
  0 siblings, 0 replies; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-28 12:15 UTC (permalink / raw)
  To: linux-kernel

Hello,

I faced the same problem with the VM System on an S/390-System and Kernel
2.4.7 + S/390 patches. As there is hardware ECC-checking it is not a memory
problem.
I can reproduce the problem If I put load on the system (256 MB RAM, 512 MB
SWAP on a file, 3CPUs).

To reproduce this behaviour I run a lot of programs which consume all the
heap memory.
The C++ program uses the new function until the OOM killer is activated.

I start several of this programs with nohup prog &

This behaviour startet with 2.4.7.
With all previous Kernel versions since 2.4.0 there were a kernel BUG
messages during this test. The messages changed regularly with every new
kernel version, unfortunately we were not able to track this problem down.
Kernel 2.2 runs fine.

--
Mit freundlichen Grüßen / Best Regards

Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW  System Evaluation + Test
email: CBORNTRA@de.ibm.com
Tel +49 7031-16-3507



^ permalink raw reply	[flat|nested] 18+ messages in thread
* re: VM: Bad swap entry 0044cb00
@ 2001-08-28  8:25 Christian Borntraeger
  0 siblings, 0 replies; 18+ messages in thread
From: Christian Borntraeger @ 2001-08-28  8:25 UTC (permalink / raw)
  To: linux-kernel


Hello,

I faced the same problem with the VM System on an S/390-System and Kernel
2.4.7 + S/390 patches. As there is hardware ECC-checking it is
__definitely__ not a memory problem.
I can reproduce the problem If I put load on the system (256 MB RAM, 512 MB
SWAP on a file, 3CPUs).

To reproduce this behaviour I run a lot of programs which consume all the
heap memory.
The C++ program uses the new function until the OOM killer is activated.

I start several of this programs with nohup prog &

This behaviour startet with 2.4.7.
With all previous Kernel versions since 2.4.0 there were a kernel BUG
messages during this test. The messages changed regularly with every new
kernel version, unfortunately we were not able to track this problem down.
Kernel 2.2 runs fine.

--
Mit freundlichen Grüßen / Best Regards

Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW  System Evaluation + Test
email: CBORNTRA@de.ibm.com
Tel +49 7031-16-3507



^ permalink raw reply	[flat|nested] 18+ messages in thread
* VM: Bad swap entry 0044cb00
@ 2001-08-28  0:07 Adrian Bunk
  2001-08-27 22:46 ` Marcelo Tosatti
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Adrian Bunk @ 2001-08-28  0:07 UTC (permalink / raw)
  To: linux-kernel

Hi,

I upgraded my kernel from 2.4.8ac10 to 2.4.9ac2 some hours ago and I found
the following message in my syslog file (I've never seen something like
this before):

Aug 27 22:40:46 r063144 kernel: VM: Bad swap entry 0044cb00


What does this mean (my machine seems to run fine)?


TIA
Adrian



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

end of thread, other threads:[~2001-08-29 15:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 13:14 VM: Bad swap entry 0044cb00 Christian Borntraeger
  -- strict thread matches above, loose matches on Subject: below --
2001-08-29 15:20 Christian Borntraeger
2001-08-29 10:47 Christian Borntraeger
2001-08-29 14:07 ` Hugh Dickins
2001-08-28 14:01 Christian Borntraeger
2001-08-28 15:02 ` Hugh Dickins
2001-08-28 12:15 Christian Borntraeger
2001-08-28  8:25 Christian Borntraeger
2001-08-28  0:07 Adrian Bunk
2001-08-27 22:46 ` Marcelo Tosatti
2001-08-28  0:20   ` Adrian Bunk
2001-08-28  0:23   ` John Levon
2001-08-27 23:03     ` Marcelo Tosatti
2001-08-28  0:32     ` Alan Cox
2001-08-29 15:30     ` Adrian Bunk
2001-08-28  0:31 ` Alan Cox
2001-08-28 12:59 ` Hugh Dickins
2001-08-29 15:30   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).