Project

General

Profile

Actions

Bug #11070

closed

Can't launch rails after upgrading to v.2.2.0

Added by scrollins (Chris Rollins) about 9 years ago. Updated about 9 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
[ruby-core:<unknown>]

Description

After upgrading ruby to v 2.2.0, rails server no longer will launch. I've created other rails application with the same error. I also run rake commands and get the same error.


Files

stack_trace.txt (108 KB) stack_trace.txt scrollins (Chris Rollins), 04/15/2015 02:35 AM
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 9 years ago

  • Status changed from Open to Rejected
2   libruby.2.2.0.dylib                 0x000000010057f2a3 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff8f6daf1a _sigtramp + 26
4   libruby.2.1.0.dylib                 0x00000001023e7781 ruby_xmalloc + 17

An extension library for 2.1.0.

Actions #2

Updated by scrollins (Chris Rollins) about 9 years ago

Nobuyoshi Nakada wrote:

2   libruby.2.2.0.dylib                 0x000000010057f2a3 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff8f6daf1a _sigtramp + 26
4   libruby.2.1.0.dylib                 0x00000001023e7781 ruby_xmalloc + 17

An extension library for 2.1.0.

Sorry, I'm a newbie to Ruby. What is the issue here? I uninstalled/reinstalled ruby and I'm getting the same issue. Looks like a lib is from 2.1 and not compatible with 2.2? How do I resolve?

Actions #3

Updated by scrollins (Chris Rollins) about 9 years ago

Chris Rollins wrote:

Nobuyoshi Nakada wrote:

2   libruby.2.2.0.dylib                 0x000000010057f2a3 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff8f6daf1a _sigtramp + 26
4   libruby.2.1.0.dylib                 0x00000001023e7781 ruby_xmalloc + 17

An extension library for 2.1.0.

Sorry, I'm a newbie to Ruby. What is the issue here? I uninstalled/reinstalled ruby and I'm getting the same issue. Looks like a lib is from 2.1 and not compatible with 2.2? How do I resolve?

Ignore my previous post. Seems there were still some artifacts leftover from 2.1. I removed them and reinstalled and all is well now. Regards,Chris

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0