All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Re: do_page_fault() infinite loop running 2.4.20-pa18 #9 SMP
@ 2003-01-08  9:36 Matt Foster
  2003-01-08 17:35 ` John David Anglin
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Foster @ 2003-01-08  9:36 UTC (permalink / raw)
  To: parisc-linux

My B132 seems to be having similar problems running a non SMP kernel,
don't know if this is useful information. 

saturn:/usr/local/src# dmesg | more
Linux version 2.4.20-pa18 (bame@dsl2) (gcc version 3.0.3) #1 Tue Jan 7
06:44:31
MST 2003
FP[0] enabled: Rev 1 Model 15
The 32-bit Kernel has started...
Determining PDC firmware type: System Map.
[*SNIP*]
Adding Swap: 249232k swap-space (priority -1)
eth0: link ok.

do_page_fault() pid=266 command='sendmail' type=6 address=0x00000003

     YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
PSW: 00000000000001001111111100001111 Not tainted
r00-03  00000000 400c78f0 40315e07 00000000
r04-07  40326bec 40316230 00000010 00000001
r08-11  00000000 402d3c98 0008df50 0008df54
r12-15  00000076 00000073 00000006 00000000
r16-19  000b3348 ffffffff 000bc248 40326bec
r20-23  00000000 faf02a58 00000000 00000001
r24-27  00000000 40316230 000f6dd0 000b3348
r28-31  00000016 400e19dc faf029c0 40315e07
sr0-3   00000000 0000016e 00000000 0000016e
sr4-7   0000016e 0000016e 0000016e 0000016e

IASQ: 0000016e 0000016e IAOQ: 00000003 00000007
 IIR: 081c0243    ISR: 0000016e  IOR: 000f703c
 CPU:        0   CR30: 16668000 CR31: 103b8000
 ORIG_R28: 00000000

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

* Re: [parisc-linux] Re: do_page_fault() infinite loop running 2.4.20-pa18 #9 SMP
  2003-01-08  9:36 [parisc-linux] Re: do_page_fault() infinite loop running 2.4.20-pa18 #9 SMP Matt Foster
@ 2003-01-08 17:35 ` John David Anglin
  0 siblings, 0 replies; 2+ messages in thread
From: John David Anglin @ 2003-01-08 17:35 UTC (permalink / raw)
  To: Matt.Foster; +Cc: parisc-linux

> saturn:/usr/local/src# dmesg | more
> Linux version 2.4.20-pa18 (bame@dsl2) (gcc version 3.0.3) #1 Tue Jan 7
> 06:44:31
> MST 2003
> FP[0] enabled: Rev 1 Model 15
> The 32-bit Kernel has started...
> Determining PDC firmware type: System Map.
> [*SNIP*]
> Adding Swap: 249232k swap-space (priority -1)
> eth0: link ok.
> 
> do_page_fault() pid=266 command='sendmail' type=6 address=0x00000003
> 
>      YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
> PSW: 00000000000001001111111100001111 Not tainted
> r00-03  00000000 400c78f0 40315e07 00000000
> r04-07  40326bec 40316230 00000010 00000001
> r08-11  00000000 402d3c98 0008df50 0008df54
> r12-15  00000076 00000073 00000006 00000000
> r16-19  000b3348 ffffffff 000bc248 40326bec
> r20-23  00000000 faf02a58 00000000 00000001
> r24-27  00000000 40316230 000f6dd0 000b3348
> r28-31  00000016 400e19dc faf029c0 40315e07
> sr0-3   00000000 0000016e 00000000 0000016e
> sr4-7   0000016e 0000016e 0000016e 0000016e
> 
> IASQ: 0000016e 0000016e IAOQ: 00000003 00000007

The code has branched to address 0.  If there is a core dump,
you might get some idea what happened by disassembling the
code just before and after $rp (0x40315e04).  Branches to address
0 can occur if the code tries to call an undefined weak function
or if there is a problem with function pointers.  I suspect an
indirect call since $r22 is 0 (this register contains the address
of the callee in an indireect call).

Page faults often occur when there is a problem in user code.
In the SMP case, certain page faults cause an infinite loop
in do_page_fault().  Do you see the above repeated indefinitely?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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

end of thread, other threads:[~2003-01-08 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08  9:36 [parisc-linux] Re: do_page_fault() infinite loop running 2.4.20-pa18 #9 SMP Matt Foster
2003-01-08 17:35 ` John David Anglin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.