Bug #14188
closedWith install Ruby 2.4.3 and Passenger 5.1.12 ALL sites will fail to open
Description
With install Ruby 2.4.3 and Passenger 5.1.12 ALL sites will fail to open
https://github.com/phusion/passenger/issues/2010
Answer:
Hi, this doesn't look like an issue with Passenger, but instead with Ruby, see the error message:
App 21106 stderr:
/home/ruby/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.3/lib/v8/context.rb:99: [BUG] Segmentation fault at 0x0000000000000000
App 21106 stderr: ruby 2.4.3p205 (2017-12-14 revision 61247)
...
App 21106 stderr: [NOTE]
App 21106 stderr: You may have encountered a bug in the Ruby interpreter or extension libraries.
App 21106 stderr: Bug reports are welcome.
App 21106 stderr: For details: http://www.ruby-lang.org/bugreport.html
Files
Updated by Sega100500 (Сергей Е) almost 7 years ago
- Tracker changed from Bug to Feature
- Project changed from Ruby master to 14
- ruby -v deleted (
2.4.3) - Backport deleted (
2.3: UNKNOWN, 2.4: UNKNOWN)
Updated by Sega100500 (Сергей Е) almost 7 years ago
- Tracker changed from Feature to Bug
- Project changed from 14 to Ruby master
- ruby -v set to 2.4.3
- Backport set to 2.3: UNKNOWN, 2.4: UNKNOWN
Updated by shevegen (Robert A. Heiler) almost 7 years ago
I have difficulty opening the zip files on my linux box.
It tells me:
warning [/Depot/jjjj/passenger-log.zip]: zipfile claims to be last disk of a multi-part archive;
attempting to process anyway, assuming all parts have been concatenated
together in order. Expect "errors" and warnings...true multi-part support
doesn't exist yet (coming soon).
file #1: bad zipfile offset (local header sig): 4
Updated by usa (Usaku NAKAMURA) almost 7 years ago
- Status changed from Open to Third Party's Issue
The SEGV point is therubyracer's script.Run()
at https://github.com/cowboyd/therubyracer/blob/master/lib/v8/context.rb#L99 , furthermore, in V8 engine of therubyracer.
Sorry to send you around, but please report this issue to therubyracer.
Updated by hsbt (Hiroshi SHIBATA) almost 7 years ago
- Related to Bug #14238: With install Ruby 2.5.0 and Passenger 5.1.12 ALL sites will fail to open added