home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / superview-lib-9.12.lha / SuperView-Lib / Programmers / Example_Tools / MicroView / READ_ME!! < prev    next >
Text File  |  1994-12-28  |  926b  |  24 lines

  1. Bugs (V5.2, 21.5.94)
  2. ~~~~
  3. The first versions of MicroView had a very mysterious bug :
  4. They crashed when opening superview.library, but not always.
  5. They only crashed (with GURU of type 3 or 4), when they were the
  6. first program, which actually opened superview.library since startup,
  7. so that the initialization procedure of superview.library had to be
  8. called.
  9. I searched for bugs in superview.library, but there were none.
  10.  
  11. So I changed MicroView, to use standard startup-code ("LIB:c.o") now.
  12. To disable this, #define NO_STARTUP in MicroView.c and change
  13. the smakefile not to link with "LIB:c.o".
  14.  
  15. - Andreas
  16.  
  17.  
  18. P.S.:
  19. The above bug might result of out a lack of stack-space or uninitialized
  20. entries in any (more or less) "hidden" structures (e.g. process-structure),
  21. but superview.library does not seem to be liable for this.
  22. Why ? Because programs with usual startup-code and other libraries
  23. do not have any problems with this.
  24.