* lp oops with kernel 2.4.15-pre2
@ 2001-11-12 23:57 Lee Howard
2001-11-13 11:30 ` Tim Waugh
2001-11-13 17:24 ` Lee Howard
0 siblings, 2 replies; 4+ messages in thread
From: Lee Howard @ 2001-11-12 23:57 UTC (permalink / raw)
To: linux-kernel
Nov 12 12:01:44 zelda kernel: parport0: PC-style at 0x378 (0x778)
[PCSPP,TRISTATE]
Nov 12 12:01:44 zelda kernel: parport0: Printer, Hewlett-Packard HP
LaserJet 1200
Nov 12 12:01:44 zelda kernel: parport_pc: Via 686A parallel port: io=0x378
Nov 12 12:01:44 zelda kernel: lp0: using parport0 (polling).
Nov 12 12:01:44 zelda kernel: lp0: console ready
Nov 12 12:01:44 zelda kernel: lp0: compatibility mode
Nov 12 12:02:44 zelda kernel: Unable to handle kernel paging request at
virtual address f9c4bc58
Nov 12 12:02:44 zelda kernel: printing eip:
Nov 12 12:02:44 zelda kernel: c0127264
Nov 12 12:02:44 zelda kernel: *pde = 00000000
Nov 12 12:02:44 zelda kernel: Oops: 0000
Nov 12 12:02:44 zelda kernel: CPU: 0
Nov 12 12:02:44 zelda kernel: EIP: 0010:[kmem_cache_alloc+100/176]
Not tainted
Nov 12 12:02:44 zelda kernel: EFLAGS: 00010807
Nov 12 12:02:44 zelda kernel: eax: 0bf02310 ebx: cffea0c0 ecx: ca043000
edx: c1a322a0
Nov 12 12:02:44 zelda kernel: esi: 00000246 edi: f8118800 ebp: 000001f0
esp: c6623ed4
Nov 12 12:02:44 zelda kernel: ds: 0018 es: 0018 ss: 0018
Nov 12 12:02:44 zelda kernel: Process lpd (pid: 8470, stackpage=c6623000)
Nov 12 12:02:44 zelda kernel: Stack: 00000004 00000000 00000000 ffffffff
00000000 c320bdc0 c6623f44 00000005
Nov 12 12:02:44 zelda kernel: c013df77 cffea0c0 000001f0 399dc0c4
c02378a5 c6623f28 c020bd42 00000000
Nov 12 12:02:44 zelda kernel: c320bdc0 c6623f44 00000005 c01cbf49
c1404240 c6623f5c c01fddcc c1a322a0
Nov 12 12:02:44 zelda kernel: Call Trace: [d_alloc+23/368] [sprintf+18/32]
[sock_map_fd+153/352] [unix_create+92/112] [sock_create+214/256]
Nov 12 12:02:44 zelda kernel: [dentry_open+346/384] [sys_socket+41/80]
[sys_socketcall+96/464] [do_page_fault+0/1200] [error_code+52/60]
[system_call+51/56]
Nov 12 12:02:44 zelda kernel:
Nov 12 12:02:44 zelda kernel: Code: 8b 44 81 18 89 41 14 03 79 0c 40 75 16
8b 41 04 8b 11 89 42
Nov 12 12:02:47 zelda kernel: <1>Unable to handle kernel paging request at
virtual address f9c4bc58
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: lp oops with kernel 2.4.15-pre2
2001-11-12 23:57 lp oops with kernel 2.4.15-pre2 Lee Howard
@ 2001-11-13 11:30 ` Tim Waugh
2001-11-13 17:03 ` Randy.Dunlap
2001-11-13 17:24 ` Lee Howard
1 sibling, 1 reply; 4+ messages in thread
From: Tim Waugh @ 2001-11-13 11:30 UTC (permalink / raw)
To: Lee Howard; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
On Mon, Nov 12, 2001 at 04:57:57PM -0700, Lee Howard wrote:
> Nov 12 12:02:44 zelda kernel: EIP: 0010:[kmem_cache_alloc+100/176]
[...]
> Nov 12 12:02:44 zelda kernel: Call Trace: [d_alloc+23/368] [sprintf+18/32]
> [sock_map_fd+153/352] [unix_create+92/112] [sock_create+214/256]
> Nov 12 12:02:44 zelda kernel: [dentry_open+346/384] [sys_socket+41/80]
> [sys_socketcall+96/464] [do_page_fault+0/1200] [error_code+52/60]
> [system_call+51/56]
This doesn't seem to be lp- or parport-related. What else was the
machine doing at the time?
Tim.
*/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: lp oops with kernel 2.4.15-pre2
2001-11-13 11:30 ` Tim Waugh
@ 2001-11-13 17:03 ` Randy.Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2001-11-13 17:03 UTC (permalink / raw)
To: Tim Waugh; +Cc: Lee Howard, linux-kernel
Tim Waugh wrote:
>
> On Mon, Nov 12, 2001 at 04:57:57PM -0700, Lee Howard wrote:
>
> > Nov 12 12:02:44 zelda kernel: EIP: 0010:[kmem_cache_alloc+100/176]
> [...]
> > Nov 12 12:02:44 zelda kernel: Call Trace: [d_alloc+23/368] [sprintf+18/32]
> > [sock_map_fd+153/352] [unix_create+92/112] [sock_create+214/256]
> > Nov 12 12:02:44 zelda kernel: [dentry_open+346/384] [sys_socket+41/80]
> > [sys_socketcall+96/464] [do_page_fault+0/1200] [error_code+52/60]
> > [system_call+51/56]
>
> This doesn't seem to be lp- or parport-related. What else was the
> machine doing at the time?
Running the oops thru ksymoops would be helpful also.
See linux/REPORTING-BUGS file.
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: lp oops with kernel 2.4.15-pre2
2001-11-12 23:57 lp oops with kernel 2.4.15-pre2 Lee Howard
2001-11-13 11:30 ` Tim Waugh
@ 2001-11-13 17:24 ` Lee Howard
1 sibling, 0 replies; 4+ messages in thread
From: Lee Howard @ 2001-11-13 17:24 UTC (permalink / raw)
To: Tim Waugh; +Cc: linux-kernel
At 11:30 AM 11/13/01 +0000, Tim Waugh wrote:
>On Mon, Nov 12, 2001 at 04:57:57PM -0700, Lee Howard wrote:
>
>> Nov 12 12:02:44 zelda kernel: EIP: 0010:[kmem_cache_alloc+100/176]
>[...]
>> Nov 12 12:02:44 zelda kernel: Call Trace: [d_alloc+23/368] [sprintf+18/32]
>> [sock_map_fd+153/352] [unix_create+92/112] [sock_create+214/256]
>> Nov 12 12:02:44 zelda kernel: [dentry_open+346/384] [sys_socket+41/80]
>> [sys_socketcall+96/464] [do_page_fault+0/1200] [error_code+52/60]
>> [system_call+51/56]
>
>This doesn't seem to be lp- or parport-related. What else was the
>machine doing at the time?
This oops occurred at the moment of processing/handling a print job. The
print jobs are processed via a Samba printer share. The system is also
constantly running a MySQL database that is accessed via Apache+PHP.
So, the system is running MySQL, Samba, Apache, PHP, sendmail, lpd, and
various other things standard on an updated RedHat 7.0 system (I'm
upgrading kernels via tarball).
Lee.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-11-13 17:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-12 23:57 lp oops with kernel 2.4.15-pre2 Lee Howard
2001-11-13 11:30 ` Tim Waugh
2001-11-13 17:03 ` Randy.Dunlap
2001-11-13 17:24 ` Lee Howard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox