home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20520 < prev    next >
Encoding:
Text File  |  1992-12-15  |  2.3 KB  |  58 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!ramesh
  3. From: ramesh@utdallas.edu (R. Ramesh)
  4. Subject: 0.99 kernel crash with Named etc.
  5. Message-ID: <BzB82F.F91@utdallas.edu>
  6. Sender: usenet@utdallas.edu
  7. Nntp-Posting-Host: ramesh.utdallas.edu
  8. Organization: Univ. of Texas at Dallas
  9. Date: Tue, 15 Dec 1992 16:49:27 GMT
  10. Lines: 46
  11.  
  12. Hi:
  13.  
  14.    I would like to report kernel crash and related info to help to hunt bugs,
  15. if any, in the kernel. First a small prolog.
  16.  
  17. I got hold of the named, rshd and inetd binaries from tsx-11. I have only gcc
  18. 222d7 but jump4.2 as realeased by hlu (Nov 30, I think). I got the rsh source
  19. and compiled my self as the binary is out of date (lloks for libc.so.2.2)
  20. I have 0.99 kernel compiled
  21. by myself without SCSI, sound, special serial card support. Yes, the kernel
  22. is standard 0.99 with the inode.c and fs.h patches reported by Linus. I do not
  23. have ethernet card of any kind. This test is only for loopback stuff. 
  24.  
  25. I set up all the necessary files for named in /usr/etc/inet (named.boot,
  26. named.ca, named.hosts, named.local). config loopback to address 129.110.21.2
  27. and 127.0.0.1. started inetd and named. 
  28.  
  29. Now the bug report:
  30.  
  31. I did a "rsh lata ls" (lata is my host name). I get Permission denied. But
  32. that is not the real problem. Now the kernel compalins "OOPS: 0000 ... etc
  33. at address EIP: 0008:0001EAE1 and kernel unable to handle paging request
  34. at C000000C". The EIP looks like it is around kfree_skb routine (System.map ->
  35. kfree_skb = 0x1eab..). I ignore it and do another "rsh lata ls". This time
  36. I bring the system down to grinding halt. This is the error report:
  37.  
  38.  
  39. Unable to handle paging request at C0000018
  40. OOPS: 0000
  41. EIP: 0008:0001F0055 (destroy_sock = 0x1efac and destroy sock calls kfree_skb)
  42. ....
  43. ....
  44. PID : 0 process:0
  45. task[0] swapper killed: unable to recover
  46. Kernel panic: Trying to free swapper memory space
  47. In swapper task not syncing
  48. <grinding halt>
  49.  
  50. BTW, the named also complains (just once) "No root name server for class 1"
  51. when rsh is invoked the first time. Further, I am able to repeat this kernel
  52. crashing doing exactly what I said above (i.e., config loopback, start named,
  53. inetd, rsh first to get OOPS and second time to OOPS and crash)
  54.  
  55. Hope I did not waste bandwidth reporting silly thing.
  56.  
  57. Ramesh
  58.