wrk icon indicating copy to clipboard operation
wrk copied to clipboard

wrk 4.2.0 regression test failed with luajit 2.1.0-beta3-20230416.4

Open chenrui333 opened this issue 1 year ago • 4 comments

👋 while trying to upgrade luajit to the latest, 2.1.0-beta3-20230416.4 , we found out some regression test failure with wrk 4.2.0

  ==> Testing wrk
  ==> /home/linuxbrew/.linuxbrew/Cellar/wrk/4.2.0/bin/wrk -c 1 -t 1 -d 1 https://example.com/
  PANIC: unprotected error in call to Lua API ([string "wrk"]:0: attempt to call field 'lookup' (a nil value))

relates to https://github.com/Homebrew/homebrew-core/pull/128536

chenrui333 avatar Apr 17 '23 23:04 chenrui333

For reference, this is LuaJIT built from commit LuaJIT/LuaJIT@1c279127050e86e99970100e9c42e0f09cd54ab7.

We didn’t see this error with LuaJIT/LuaJIT@505e2c03de35e2718eef0d2d3660712e06dadf1f.

carlocab avatar Apr 18 '23 02:04 carlocab

I'm getting the same error on MacOS

JekRock avatar Apr 23 '23 14:04 JekRock

Any progress? same problem

wjiec avatar Apr 27 '23 05:04 wjiec

FWIW, brew reinstall luajit fixed it for me.

gerhard avatar Apr 30 '23 16:04 gerhard