Wed, 18 Jun 1902 08:00:00 GMT
symbol table error ?
greetings all; i have compiled a 20000+ line bp7 program, the program gives an GPF indicating that there is an error within an ExitProc (which is not being called!). When I try to Browse a local symbol of one unit (the LocalExitProc procedure), the Browser finds that it is 'coupled' to the LocalExitProc of another, unrelated unit. Obviously, i have not exported these procedures, as they are used in the exit chain mechanism of BP7. When i rename the two procedures to be unique, all is well, the program runs, and the Browser correctly identifies the two exit procedures to be unique. THis behaviour is odd to say the least! Increasing the stack size does not help. Is this an overflow/bug in the symbol table managment, or do I have another more profound problem hiding in my code? TIA -- p. rowntree Departement de chimie, Universite de Sherbrooke, Sherbrooke, Quebec, Canada
|