home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / lm20bfix.arj / PATCH2.DOC < prev   
Text File  |  1991-02-12  |  4KB  |  119 lines

  1.  
  2.  
  3.            LAN Manager 2.0 Patch 2 Update
  4.              Bug Fixes
  5.  
  6.  
  7. [This document describes the bugs that were fixed for the Patch 2 update
  8. to Lan Manager 2.0B]
  9.  
  10.  
  11. #1)
  12. Bug #: 729  Title: DOS TREE on net drives
  13.  
  14. Under DOS, on remote drives, TREE recursed down the first
  15. branch of the tree and then terminated, never popping back up,
  16. whether it was used with the /f switch or not.
  17.  
  18. The problem was the inability of LM (2.0b) to recycle
  19. DOS file search handles if it ran out of them.  (They would
  20. only be recycled after the 10 minute expiry time had passed).
  21.  
  22.  
  23.  
  24. #2)
  25. Bug #: 831  Title: Stack switching code broken in DOS messenger
  26.  
  27. If you're in the messenger and you get another interrupt for the
  28. messenger, the messenger will switch stacks. The common example
  29. of this is getting a message larger than 128 characters in size.
  30.  
  31.  
  32.  
  33. #3)
  34. Bug #: 1038  Title: Trap 00D using Named-pipes
  35.  
  36. When sending messages various sizes from a client to a server across
  37. a single direction pipe, the server will take a Trap00D in ring 0
  38. This trap (or similar ones) occurs whether HPFS386 is being used
  39. or not.  We have recreated the problem under both HPFS386 and standard
  40. HPFS.
  41.  
  42.  
  43.  
  44. #4)
  45. Bug #: 1042  Title:  Named pipes bug
  46.  
  47. On a non blocking byte mode pipe, attempt two server side writes
  48. of size > pipe buffer size with no client side reads. The first write
  49. is correctly truncated to the pipe buffer size but the second write blocks
  50. until a write arrives. The second write should not block but return
  51. immediately with 0 bytes written.
  52.  
  53.  
  54.  
  55. #5)
  56. Bug #: 1051  Title: Incompatability between Netpopup and graphics mode apps
  57.  
  58. Getting a popup while in graphics mode in apps like Works or Word and sub-
  59. sequently clearing it, causes the palette to be changed.
  60.  
  61. Duplication scenario: send a popup to Works while in graphics mode.  Clear it.  The palette will be changed.
  62.  
  63.  
  64.  
  65. #6)
  66. Bug #: 1063  Title:  Trap 000D using pipes
  67.  
  68. Opening roughly 14 (I only needed 8) clients sending 55,000 byte
  69. messages to a server will cause the server to take a Trap 000D.
  70. Here are the registers:
  71.  
  72.    Trap 000D
  73.  
  74.    AX=2600  BX=163D  CX=0000  DX=07A0  BP=F81C
  75.    SI=0000  DI=2108  DS=0740  ES=13A0  FLG=2246
  76.    CS=0760  IP=234C  SS=0038  SP=F80A  MSW=FFFD
  77.    CSLIM=5D6E  SSLIM=F4EF  DSLIM=3497  ESLIM=101F
  78.    CSACC=98  SSACC=97  DSACC=93  ESACC=93
  79.    ERRCD=0000  ERLIM=****  ERACC=**
  80.    Internal processing error at 0220:3606
  81.  
  82.  
  83.  
  84. #7)
  85. Bug #: 1084  Title: LM 2.0 problems
  86.  
  87. Tried using edlin from DOS clients to open the same
  88. remotefile at the same time.  Make sure it's to a FAT partition
  89. and the srvheuristic 11 bit is set to 3.  After the fix
  90. was made, they can both open it, but only one can save it
  91. (this is expected behaviour due to a renaming attempt by edlin).
  92.  
  93.  
  94.  
  95. #8)
  96. Bug #: 813  Title: Local security doesn't seem to work right on LM 2.0B
  97.  
  98. You cannot successfully start the workstation under local
  99. security on LM 2.0B and OS/2 1.3.  The NET START WKSTA command (or
  100. NET START SERVER) from PRIVINIT.CMD keeps on printing out "." infinitely.
  101.  
  102. One workaround was to detach net start rdr in privinit. However,
  103. one must be careful about subsequent net commands since they need to
  104. wait for the first one to complete, and all must be detached, also,
  105. they need to change their current scripts to use detach.
  106.  
  107.  
  108.  
  109. #9)
  110. Bug #: 831  Title: NETWKSTA.EXE nmpipe (4087 byte msgmode) read hang in win/3
  111.  
  112. The Saros FileShare Windows app, when running in Windows 3.0 in 386
  113. Enhanced mode with the lm20 winnet driver, is transferring files from
  114. server to client via blocking, message-stream named pipes.  If the file to
  115. transfer is 3457 bytes in size, and the Saros message packet overhead of
  116. 630 bytes, the total message size of 4087 (a few bytes shy of 4096).  When
  117. the client app calls read to get the data from the server,
  118. control never returns to the app.  This failure only occurs when running in
  119. Enhanced mode Windows, not Real or Standard.