Re: First-Chance Exception in luajit

  • From: Mike Pall <mike-1406@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 12 Jun 2014 22:46:04 +0200

azhwkd wrote:
> First-chance exception at 0x00007FF9D0F25BF8 (KernelBase.dll) in
> Application.exe: 0xE24C4A02.
> at uneven intervals. Sometimes it's happening constantly, sometimes it's
> silent for a few seconds and then starts spitting this again.

That's the JIT compiler doing it's work. It throws (and catches)
Lua errors (i.e. exceptions on x64) to back off on uncompileable
or unprofitable traces. That's completely normal.

> Now the question is if I can ignore this happening or if there is something
> borked.

I suggest to instruct your debugger to ignore exceptions and let
them be caught by the application.

--Mike

Other related posts: