Closed
Description
Jun 21 02:27:53 chef-server kernel: [548563.317770] traps: nginx[16830] trap invalid opcode ip:7f9957b85803 sp:7fff6f65f150 error:0 in libluajit-5.1.so.2.1.0[7f9957b7d000+9a000]
The version of openresty we're using now requires SSE4.2 support and my Xeon E5450 processors only support SSE4.1. 12.17.33 worked fine.
We can disable this with --with-luajit-xcflags='-mno-sse4.2'
, but @markan is currently investigating the repercussions of that.
See openresty/docker-openresty#39 for similar discussion.
Aha! Link: https://chef.aha.io/features/SH-3042