Bug 111085 - Netdump fails around twice every 3 times
Summary: Netdump fails around twice every 3 times
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-27 10:34 UTC by Kawasaki Project
Modified: 2007-04-18 16:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-30 15:41:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Kawasaki Project 2003-11-27 10:34:12 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
Netdump times out immediately and fails around twice every 3 times.

-Environment
 Server: Red Hat Linux 9 (kernel-2.4.20-20.9).
 Client: Red Hat Linux 9 (kernel-2.4.20-20.9).

-Investigated information
 We think this occurs when cpu-counter wraps around and (t1 - t0) 
becomes minus at the following steps of timeout-judgement. At this 
time, it actually has not timed out. 

drivers/net/netconsole.c
line 171
---------------------------------------------------------- 
if (t0) {
ãif (((t1 - t0) >> 20) > mhz_cycles * (unsigned long long)
idle_timeout) {
----------------------------------------------------------

We are waiting for your investigation and measures. 
I'm sorry for my poor English.


Version-Release number of selected component (if applicable):
kernel-2.4.20-20.9

How reproducible:
Sometimes

Steps to Reproduce:
1.Make panic on Red Hat Linux 9.
2.
3.
    

Actual Results:  System reboots without making crashdump-file.

Expected Results:  System leaves crashdump-file on panic for 
investigation.

Additional info:

Comment 1 Bugzilla owner 2004-09-30 15:41:43 UTC
Thanks for the bug report. However, Red Hat no longer maintains this version of
the product. Please upgrade to the latest version and open a new bug if the problem
persists.

The Fedora Legacy project (http://fedoralegacy.org/) maintains some older releases, 
and if you believe this bug is interesting to them, please report the problem in
the bug tracker at: http://bugzilla.fedora.us/



Note You need to log in before you can comment on or make changes to this bug.