Code Monkey home page Code Monkey logo

Comments (11)

CamJN avatar CamJN commented on September 23, 2024

There's not enough info in there to go on, is there anything in /var/tmp/passenger-crash-log.1715953756.ECXdcg that's useful?

from passenger.

CamJN avatar CamJN commented on September 23, 2024

I'm guessing the problem is the change to src/ruby_supportlib/phusion_passenger/common_library.rb in 3ab8c9d can you check if the logic there detects your setup properly? ie sse2 should be disabled, but might not be if there's a problem

from passenger.

CamJN avatar CamJN commented on September 23, 2024

it might be related to the ruby you have (the RbConfig might have unexpected values), how did you install the ruby at /opt/ruby-3.3.1?

from passenger.

hknaksu avatar hknaksu commented on September 23, 2024

it might be related to the ruby you have (the RbConfig might have unexpected values), how did you install the ruby at /opt/ruby-3.3.1?

New Install from source:
./configure --prefix=/opt/ruby-3.3.1 --with-jemalloc --enable-yjit
make
make install

from passenger.

hknaksu avatar hknaksu commented on September 23, 2024

/var/tmp/passenger-crash-log

sorry, I don't see any /var/tmp/passenger-crash-log* files?

from passenger.

CamJN avatar CamJN commented on September 23, 2024

And what are the values of the checked RbConfig fields?

from passenger.

CamJN avatar CamJN commented on September 23, 2024

/var/tmp/passenger-crash-log

sorry, I don't see any /var/tmp/passenger-crash-log* files?

They might have been deleted depending how you reverted to the older passenger version.

from passenger.

hknaksu avatar hknaksu commented on September 23, 2024

I'm guessing the problem is the change to src/ruby_supportlib/phusion_passenger/common_library.rb in 3ab8c9d can you check if the logic there detects your setup properly? ie sse2 should be disabled, but might not be if there's a problem

% ruby -e "puts RbConfig::CONFIG['host_os']"
linux

makes it -mno-sse2 disabled but it is enabled on previous version.

from passenger.

CamJN avatar CamJN commented on September 23, 2024

Ok thanks, the "linux" vs "linux-gnu" distinction is the problem, I'll just check if the os contains linux instead of exact matches.

from passenger.

CamJN avatar CamJN commented on September 23, 2024

the release with the fix is out now

from passenger.

hknaksu avatar hknaksu commented on September 23, 2024

the release with the fix is out now

confirmed fix on Amzn Linux 2!

from passenger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.