* [parisc-linux] A400-6X always crashes after a while
@ 2002-05-29 22:00 Duraid Madina
2002-05-30 0:16 ` Grant Grundler
0 siblings, 1 reply; 2+ messages in thread
From: Duraid Madina @ 2002-05-29 22:00 UTC (permalink / raw)
To: parisc-linux
Using the 2.4.18-pa26 kernel on my A400-6X, the machine doesn't want to
stay alive for more than about a day. The console log shows this:
~~~
Kernel panic: sba_iommu.c: I/O MMU @ fffffffffed22000 is out of mapping
resources
<6>sym53c896-3-<15,0>: extraneous data discarded.
sym53c896-3-<15,0>: COMMAND FAILED (89 0) @0000000016c95800.
Kernel panic: sba_iommu.c: I/O MMU @ fffffffffed22000 is out of mapping
resources
In interrupt handler - not syncing
~~~
Does anyone know what might be causing this?
tia,
Duraid
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [parisc-linux] A400-6X always crashes after a while
2002-05-29 22:00 [parisc-linux] A400-6X always crashes after a while Duraid Madina
@ 2002-05-30 0:16 ` Grant Grundler
0 siblings, 0 replies; 2+ messages in thread
From: Grant Grundler @ 2002-05-30 0:16 UTC (permalink / raw)
To: Duraid Madina; +Cc: parisc-linux
Duraid Madina wrote:
> <6>sym53c896-3-<15,0>: extraneous data discarded.
> sym53c896-3-<15,0>: COMMAND FAILED (89 0) @0000000016c95800.
> Kernel panic: sba_iommu.c: I/O MMU @ fffffffffed22000 is out of mapping
> resources
That's my code.
It's possible the sym53c896 driver isn't releasing mapping resources
in the above error path.
Under workload, can you
1) run the following shell script:
while :
do
date >> ~/Astro.out
cat /proc/bus/runway/Astro | fgrep PDIR >> ~/Astro.out
sleep 10
done
2) provide matching /var/log/syslog for the same timeframe.
3) explain briefly what the workload is.
The idea here is to monitor PDIR resource over time as whatever workload
you are running exercises the system. In the meantime, I'll look
at sym53c8xx driver and see if it's obviously not releasing the
mapping resource.
grant
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-30 0:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 22:00 [parisc-linux] A400-6X always crashes after a while Duraid Madina
2002-05-30 0:16 ` Grant Grundler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox