home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0095.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.5 KB  |  41 lines

  1. On Dec  6,  5:06pm, olivier lahaye wrote:
  2. > Actualy, these beta version (no shared libs) is printing debug informations
  3. > assuming you've launched it from another console.
  4. > it seems that was this debug info which crashes #713 closed ite driver.
  5. > so ite should ignore these message when closed.
  6. > all debug info will be removed in final version.
  7. > You can ru Xbsd like this:
  8. > Xbsd >foo
  9. > or
  10. > Xbsd >/dev/null /* for normal usage */
  11.  
  12.   Is the X11R5 server using stdout or stderr?  I found that there was one
  13. line of output sent to stderr, so I had to use:
  14.   Xbsd 2>/tmp/X.err
  15. (The data printed was just something like "Size: 65???".)
  16.  
  17.   Also, I think the crashes only occur with the cc code.  When the ite
  18. device is closed, it releases some data structures that were set up when
  19. it was opened.  When the cc cursor or putc routines were called, they
  20. attempted to use those data structures and crashed.  [I'm starting to get
  21. the hang of examining MMU fault panics :-).]
  22.  
  23. > The code will of course be available when it'll be cleaned
  24. > (no debug ErroF, ...)
  25. > You shouldn't blame us for those time delays, because actualy,
  26. > we've got a huge amount of school work (X224 and X225 total rewrite,
  27. > final exams, reports for DecNet (250 pages), report for X224 ... :-((( )
  28.  
  29.   I'd say you've done a great job so far!  X11R5 is running rather nicely
  30. on my PPI 33Mz Zeus system.
  31.  
  32. Michael
  33.  
  34. -- 
  35. Michael L. Hitch            INTERNET:  osymh@montana.edu
  36. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  37. Office of Systems and Computing Services
  38. Montana State University    Bozeman, MT    USA
  39.  
  40.