Project

General

Profile

Actions

Bug #11062

closed

Bug when creating a scaffold

Added by sstrnad (Stephen Strnad) about 9 years ago. Updated about 9 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
rails generate scaffold post title:string body:text
[ruby-core:<unknown>]

Description

[BUG] Segmentation fault at 0x00000000000418
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14

*Full error lot attached


Files

Error log 4-12-15.docx (153 KB) Error log 4-12-15.docx Crash Report log file sstrnad (Stephen Strnad), 04/12/2015 06:01 PM
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 9 years ago

  • Status changed from Open to Third Party's Issue

First, please attach a plain text.

2   ruby                                0x00000001014100e3 sigsegv + 83
3   libsystem_platform.dylib            0x00007fff84d25f1a _sigtramp + 26
4   libruby.2.0.0.dylib                 0x000000010237549f ruby_xmalloc + 17

You mix static ruby and an extension library linked against 2.0.0 shared library.

Actions

Also available in: Atom PDF

Like0
Like0