lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The crash does not happen in 32bit Windows, 64bit Linux or 64bit macOS. Would 64bit Windows really be that different that it's exposing a flaw? I suspect something is wrong with my build rather than the code that is running, but I'll try `LUA_USE_APICHECK` anyway.

Is there nothing with the build angle that could be wrong here?

On Thu, Dec 3, 2020 at 7:15 PM Ranier Vilela <ranier.vf@gmail.com> wrote:
Em qui., 3 de dez. de 2020 às 14:42, Gisle Vanem <gisle.vanem@gmail.com> escreveu:
Ranier Vilela wrote:

> Finally, I also use WinDbg:
> https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools
>
> I believe that it can be used with MingW, if it issues or embed the pdb symbols.

That was news to me. How on earth
can MinGW generate .pdb-symbols that
PsAPI or ToolHelp32 can use?
I said *if*.

https://github.com/rainers/cv2pdb

Ranier Vilela