TabControl 32/64

Started by Pierre Bellisle, December 30, 2022, 08:01:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pierre Bellisle

Thank Aurel,

GPF may happen or not, depending on memory organisation and a lot of factors.
One thing sure is a bad nemory access have been done.
It is easier when everybody see the same problem.
On my side, I can reproduce the issue on differents computers and Windows versions with no exception.
Maybe other will try and report some comments.

A GPF is a General Protection Fault. I'm quite sure you know what it is.
Excerpt from What is a General Protection Fault Error?
General Protection Fault errors are specific to Windows computers.
They usually occur when a program is trying to access
and use a memory portion that's being used by another process or program.
In other words, the error indicates that a specific portion of memory is not available.

GPF errors may also indicate that a program is trying to access memory
that is not authorized to access. Simply put, you're dealing with a memory violation problem.

To get a GPF run this
string gpf = nuls(1024)
sys IdoNotHaveAccessToThisMemory = 12345
copyn strptr gpf, IdoNotHaveAccessToThisMemory, 1024
  •  

Zlatko Vid

Thank you Pierre

QuoteSimply put, you're dealing with a memory violation problem.

oh i get this error few times especially when i work with tokens,files etc
  •