home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / misc / 40674 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!cs.utexas.edu!milano!cactus.org!wixer!johnw
  3. From: johnw@wixer.cactus.org (john winthrop)
  4. Subject: Re: Did microsoft really write an OS/2 "Terminator" crash prog?
  5. Message-ID: <1992Dec30.060352.14067@wixer.cactus.org>
  6. Keywords: terminator microsoft crash
  7. Organization: Real/Time Communications
  8. References: <gershon.725175162@husc.harvard.edu> <Bzs05v.6ME@unx.sas.com> <1992Dec29.052115.27441@cbnews.cb.att.com>
  9. Date: Wed, 30 Dec 92 06:03:52 GMT
  10. Lines: 17
  11.  
  12. a simple well-known "trick" to crash os/2 is to enter debug in a dos
  13. session, and assemble something like:
  14.     100   cli
  15.     101   jmp 100
  16. It has to do with the fact that most systems don't have a "watchdog
  17. timer" to sense if interrupts have been disabled for too long.
  18.  
  19. Many,many short programs will do similar things, and it would be fairly
  20. easy to write a program that would be trapped under windows, but would
  21. crash os/2... Most of the programs, however, are due to flaws in PC
  22. architecture, NOT the OS.
  23.  
  24. -- 
  25. John Winthrop                    | "The only solution is:
  26. johnw@wixer.cactus.org           |  cd /
  27. cactus.org!wixer!johnw           |  rm -rf ."
  28. =================================================================
  29.