home *** CD-ROM | disk | FTP | other *** search
/ Dream 47 / Amiga_Dream_47.iso / Amiga / Workbench / Patchs / StackAttack.readme < prev    next >
Encoding:
Text File  |  1997-11-24  |  1.6 KB  |  49 lines

  1. Short:    V1.2 Kills GURUs (stack problem)
  2. Author:   steger@pass.dnet.it (Georg Steger)
  3. Uploader: steger@pass.dnet.it (Georg Steger)
  4. Version:  1.2
  5. Type:     util/boot
  6. Requires: OS 2.0 (V36) 
  7.  
  8. If you are running many programs that patch system functions (such as
  9. commodities and hacks) it might happen that sometimes your machine
  10. crashes without real "motivation". This is often caused by a too low
  11. stack of many programs (because of the patched routines increasing the
  12. stack usage of the corresponding system function).
  13.  
  14. StackAttack tries to kill these GURUs by patching CreateProc(), CreateNew-
  15. Proc(), RunCommand() and SystemTagList(). It alters the stack passed to
  16. these routines depending on what parameters you supply to StackAttack.
  17.  
  18. StackAttack allows you to set a minimum stack size a new process (program)
  19. shall have and also by how much bytes you want to increase the stack further
  20.  
  21.  
  22. NOTES:
  23. ======
  24.  
  25. o StackAttack only eats some hundred bytes!
  26.  
  27. o StackAttack is also part of PowerWindows. The version in this archive
  28.   is newer than the one present in PowerWindowsUp.lha V1.1.1!
  29.  
  30.  
  31.  
  32. CHANGES IN V 1.2:
  33. =================
  34.  
  35. o CreateNewProc() and SystemTagList() patches no longer patch the original
  36.   taglist, but try to make a clone of it, first.
  37.  
  38. o Source code included
  39.  
  40.                      *** StackAttack is FREEWARE ***
  41.  
  42.  
  43. ============================================================================
  44.  
  45.                     (C) Copyright 1997 by Georg Steger.
  46.                            All rights reserved!
  47.  
  48. ============================================================================
  49.