Re: segfault

  • From: Mike Pall <mike-1208@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 3 Aug 2012 10:28:42 +0200

Justin Cormack wrote:
> I seem to get an occasional segfault in git head
> [...]
> It happens where I compare a (struct) ctype to a string (fixed if I
> check the type first). Wondering if it could be related to the enum
> changes as I never saw it before updating luajit recently.

Well, the backtrace shows it assumes some type is an enum there.
But that doesn't match your description. Can you try to recompile
with assertions turned on and derive a minimal test case?

--Mike

  • References:

Other related posts: