home *** CD-ROM | disk | FTP | other *** search
- Bugs (V5.2, 21.5.94)
- ~~~~
- The first versions of MicroView had a very mysterious bug :
- They crashed when opening superview.library, but not always.
- They only crashed (with GURU of type 3 or 4), when they were the
- first program, which actually opened superview.library since startup,
- so that the initialization procedure of superview.library had to be
- called.
- I searched for bugs in superview.library, but there were none.
-
- So I changed MicroView, to use standard startup-code ("LIB:c.o") now.
- To disable this, #define NO_STARTUP in MicroView.c and change
- the smakefile not to link with "LIB:c.o".
-
- - Andreas
-
-
- P.S.:
- The above bug might result of out a lack of stack-space or uninitialized
- entries in any (more or less) "hidden" structures (e.g. process-structure),
- but superview.library does not seem to be liable for this.
- Why ? Because programs with usual startup-code and other libraries
- do not have any problems with this.
-