Opened 6 years ago

Closed 3 years ago

#56235 closed defect (wontfix)

ruby 2.5.1 update crashes rails

Reported by: eiked Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ruby25

Description

I updated to ruby 2.5.1 now my rails crashes

I have not yet investigated the cause, but this looks quite serious to me, so I'd like to report it immediately.

This did run succesfully with ruby 2.5.0 some days ago but then on the latest macports updates, many other ports were updated as well.

Please see the attached log files. I'll update this if I find out more.

Attachments (2)

ruby-2.5.1-crash.txt (277.3 KB) - added by eiked 6 years ago.
crash log when starting rails after upgrade to ruby 2.5.1
macos-crash-report.txt (42.2 KB) - added by eiked 6 years ago.
macos crash report

Download all attachments as: .zip

Change History (9)

Changed 6 years ago by eiked

Attachment: ruby-2.5.1-crash.txt added

crash log when starting rails after upgrade to ruby 2.5.1

Changed 6 years ago by eiked

Attachment: macos-crash-report.txt added

macos crash report

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Priority: HighNormal

The Priority field is for use by Macports team members only.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Keywords: ruby rails crash removed
Owner: set to kimuraw
Port: ruby25 added
Status: newassigned

In the future, please fill in the Port field and Cc the port maintainer(s) (port info --maintainers ruby25), if any.

comment:3 Changed 6 years ago by eiked

But inbetween there also was another change: I installed MacOS Security Update 2018-002 for MacOS 10.12.6

Let's try to find out who is to blame for this. BTW: Big thanks to thesuperb ruby maintainers, it's probably not you ~eike

comment:4 Changed 6 years ago by eiked

$ port info --maintainers ruby25
maintainers: kimuraw@macports.org, openmaintainer
Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:5 Changed 6 years ago by mf2k (Frank Schima)

I have already added the port maintainer. Posting the output as a comment does not help. You have to add the maintainer to the Cc field when you file the ticket.

comment:6 Changed 6 years ago by eiked

recompiling all native extensions might help:

gem pristine --all

and for your rails environment:

bundle update

(while this did not yet fix all troubles for me, yet)

Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:7 Changed 3 years ago by kimuraw (kimura wataru)

Resolution: wontfix
Status: assignedclosed

I close this ticket. If your problem is not solved, you can reopen this ticket.

I need more informaiton to survey the problem, like this:

  • reproduce step
  • expected result
  • actual result you got
Note: See TracTickets for help on using tickets.