home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2706 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: jeack.apana.org.au!not-for-mail
  2. From: brett@jeack.apana.org.au (Brett Eden)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: BUG IN "STATUS" COMMAND FOUND
  5. Date: 4 Feb 1996 22:12:35 -0600
  6. Organization: I need to put my ORGANIZATION here.
  7. Message-ID: <4f403j$qpm@jeack.apana.org.au>
  8. NNTP-Posting-Host: jeack.apana.org.au
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi All,
  12.  
  13. I have located a bug in the status command, under workbench 3, and it goes like this:
  14.  
  15. 7. System:> Status 2147483647
  16.  
  17. Causes the shell from which the command was initiated, to freeze, until a ^C is issued.
  18.  
  19. 7. System:> Status 2147483648
  20.  
  21. Returns an error "Process -2147483648 does not exist" - which, obviously, is true, but where did it 
  22. get the negative sign from?
  23.  
  24. 7. System:> Status 2147483649
  25.  
  26. Returns an error "Process -2147483647 does not exist" - which again is true, but -2147483647 wasn't 
  27. the number I entered, was it?
  28.  
  29. 7. System:> Status 2147483650
  30.  
  31. Returns an error "Bad number" which indicates to us that 2147483649 is the ceiling value.
  32.  
  33. I know this bug plays no trouble in the workings of the system, but it's a bug nonetheless, and will 
  34. give Escom/AmiTech something to do =)
  35.  
  36. Brett (brett@jeack.apana.org.au)
  37. Amiga - where do you want to be tomorrow?
  38.