`
Clarion 6: Frequent GPFs in IniMgr.Kill in Clarion 6 Gold 2004-02-16 -- Kevin Erskine I frequently get GPF in the INIMgr.Kill method -- I think the coding is wrong -- Not
checking for NULLs
Current code in ABUTIL.CLW:
OK - I have found, I identified and corrected my GPFs in C6 -- Here is my solution... This has solved a GPF problem that has been plaguing me for the past month -- ARGhhhhhhh My Applications repeatedly failed until I made these changes. I hope it helps others with theirs. The problem is is a sporadic problem of .constructs and .destructs being called for a thread after it is terminated and certain classes are not checking themselves for valid pointers. I am not the only one who has spent hours trying to track down these weird C6 New threading model problems.
2 changes made
Currently Reads...
Printed November 21, 2024, 12:06 pm This article has been viewed/printed 35344 times. Google search has resulted in 112 hits on this article since January 25, 2004. |