Unsafe module unloading

User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: Unsafe module unloading

Post by Josef Templ »

Robert wrote:"ad =" occurs many times in the code, so changing it to "adr =" is probably not worth the effort.

I think we are talking about error # 205, which is recognised in Kernel.TrapHandler. I guess that to confirm that the error is due to module unloading it is necessary scan the list of unloaded modules (if such a list exists ?).

Again; probably not worth the effort.
I meant the "ad" in the generated Trap viewer text.
When I looked at it I didn't know what it means.
After a while I got the association with "address",
which I could have earlier if it were written as "adr", or PC,
or something more familiar. I don't know in detail what it is.
It can be the PC of the calling instruction or the target PC.

There is no list of unloaded modules in the system.

- Josef
Post Reply