home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8524 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!news
  2. From: fletcher@cs.utexas.edu (Fletcher Mattox)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: X11R4 hoses SS10
  5. Date: 20 Nov 1992 16:53:01 -0600
  6. Organization: CS Dept, University of Texas at Austin
  7. Lines: 51
  8. Message-ID: <lgqr2dINN4ak@ai.cs.utexas.edu>
  9. NNTP-Posting-Host: ai.cs.utexas.edu
  10.  
  11. If someone is foolish enough to start an X11R4 server on our SS10
  12. running 4.1.3, the machine hangs.  Completely.  L1-A will not recover;
  13. a power cycle is required.  I say foolish only because X11R4 is known
  14. to not work with the cgsix0 framebuffer and because X11R5 is installed
  15. on the machine, works fine, and she should be using that anyway.  But
  16. the real question is, what causes the machine to hang so badly?
  17.  
  18. When an unsolicited SS10 patch (100743_01) arrived from Sun in the
  19. mail (it must really have been important to send this to someone
  20. without a support contract), I figured this might solve the
  21. problem.  But no luck.  It still hangs.
  22.  
  23. Here's the tail of what trace(1) manages to print before it hangs.
  24. The wait4() looks suspicious.  There's no fork() in the trace.
  25.  
  26.     cascade% trace /lusr/bin/X11/X
  27.  
  28.     [ ... ]
  29.  
  30.     open ("/lusr/lib/X11/fonts/misc/6x13.sn".., 0, 0666) = 10
  31.     read (10, "".., 1024) = 1024
  32.     brk (0xd6038) = 0
  33.     read (10, "".., 1024) = 1024
  34.     read (10, "".., 1024) = 1024
  35.     read (10, "".., 1024) = 1024
  36.     read (10, "".., 1024) = 1024
  37.     read (10, "".., 1024) = 1024
  38.     read (10, "".., 1024) = 1024
  39.     read (10, "".., 1024) = 1024
  40.     read (10, "".., 1024) = 1024
  41.     read (10, "N_X\0RESOLUTION_Y\0SPACING\0C\0AVERA".., 1024) = 1024
  42.     read (10, "".., 1024) = 1024
  43.     read (10, "".., 1024) = 272
  44.     close (10) = 0
  45.     wait4 (0, 0, 0, 0) = -1 ECHILD (No children)
  46.     open ("/lusr/lib/X11/fonts/misc/cursor.".., 0, 0666) = 10
  47.     read (10, "".., 1024) = 1024
  48.     brk (0xd9038) = 0
  49.     read (10, "".., 1024) = 1024
  50.     read (10, "".., 1024) = 1024
  51.     read (10, "".., 1024) = 1024
  52.     read (10, "".., 1024) = 1024
  53.     read (10, "".., 1024) = 1024
  54.     read (10, "".., 1024) = 1024
  55.     read (10, "".., 1024) = 1024
  56.     read (10, "".., 1024) = 1024
  57.     read (10, "".., 1024) = 1024
  58.     read (10, "".., 1024) = 1024
  59.     read (10, "".., 1024) = 292
  60.     close (10) = 0
  61.     wait4 (0, 0, 0, 0) = -1 ECHILD (No children)
  62.