http://qa.mandrakesoft.com/show_bug.cgi?id=5639





------- Additional Comments From [EMAIL PROTECTED]  2003-14-09 11:33 -------
I have ran a script from:
http://www.bitwizard.nl/sig11/
that compiles kernel and writes log files:

   #!/bin/sh
   #set -x
   t=1
   while [ -f log.$t ] 
     do
     t=`expr $t + 1`
   done

   while true
     do
     make clean
     make -k bzImage > log.cur 2>&1
     mv log.cur log.$t
     t=`expr $t + 1`
   done

Logs from log.1 to log.7 are identical.

But log.8 is different:
[EMAIL PROTECTED] linux]$ diff log.1 log.8
1257c1257
< Setup is 4776 bytes.
---
> Setup is 4777 bytes.

On the other hand log.9 is the same as log.8.


Could this be hardware problem?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
In MDK9.2 RC2 (also RC1) KDE is freezing on my machine at random times. 
Sometimes when I start KDE, sometimes when I navigate K-menu and sometimes 
when I try to install new software.  
  
Screen freezes, mouse doesn't move, keyboard doesn't respond (e.g. I can't 
turn on num/caps/scroll lock). Note: leds for num/caps/scroll lock are NOT 
blinking.  
  
I can't restart X with: CTRL+ALT+Backspace  
I can't log in to this machine with ssh.  
I can't reboot with: Sys Rq (ALT + PrintScreen) + B  
  
I have tried setting Bios to default settings and replacing nvidia driver with 
nv driver but it still freezes in KDE. 
 
It did not freeze in GNOME or IceWM & I CAN recompile kernel without errors. 
 
I have upgraded from MDK 9.0 to 9.2RC1 and then to 9.2RC2. 
 
I use XFS filesystem.  
 
I have AMD K6 350MHz downclocked to 266Mhz (because in MDK 9.0 I couldn't 
recompile kernel on 350Mhz - signal 11). After that MDK 9.0 worked without a 
problem.

Reply via email to