CompuServe Thread

#Trashing low mem

4 messages in this thread
#114008From: Steve AhlstromMar 15, 1988 6:16 PM
I found an interesting way to get GOMF 2.0 upset. Sometimes low mem gets trashed and no real reason can be found. Well, I found 1, at least. Trying doing an OnMenu() to turn on a menuitem when the menu item is already turned on. Trashes $000000c (who counts 0's ?) everytime.
#114019From: Ben BlishMar 15, 1988 6:41 PM
YAhhhhh! System Bug! Get the raid! 0c!! that's where CoComm spits up on memory….. and I DO mess with enables for menu items…. <gadz> time to chew on the cocomm source again…. thanks, Steve! –Ben–
#114109From: Nick Sullivan/TransactorMar 16, 1988 2:45 AM
Interesting, that's also the spot the Manx assembler dumps on (with a $62), and it of course doesn't use menus. Does it always put the same value there? Nick
#114113From: Steve AhlstromMar 16, 1988 3:44 AM
Didn't notice — it happened twice. After I quickly found what was causing it and fixed it. SHould've noticed the value tho — oh well.