From: nobu@... Date: 2014-06-19T03:14:31+00:00 Subject: [ruby-core:63231] [ruby-trunk - Bug #9956] [Third Party's Issue] sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000418 Issue #9956 has been updated by Nobuyoshi Nakada. Status changed from Open to Third Party's Issue You use a shared object linked against 2.0.0. This happens with RVM very often. ~~~ -- C level backtrace information ------------------------------------------- 0 ruby 0x00000001033ceec6 rb_vm_bugreport + 134 1 ruby 0x0000000103285383 report_bug + 307 2 ruby 0x0000000103285244 rb_bug + 180 3 ruby 0x0000000103352119 sigsegv + 153 4 libsystem_platform.dylib 0x00007fff965945aa _sigtramp + 26 5 libruby.2.0.0.dylib 0x0000000103c78568 ruby_xmalloc + 17 ~~~ ---------------------------------------- Bug #9956: sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000418 https://bugs.ruby-lang.org/issues/9956#change-47275 * Author: Ryan Grow * Status: Third Party's Issue * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I am attempting to create a new rails project using rails 4.1.1 and ruby-2.1.2 [ x86_64 ], I am also seeing the same error with ruby-2.0.0. When I attempt to either run the server or generate a scaffold immediately after creating the new project, I get this error message wrapped in the error output file that I have attached. I am able to use ruby-1.9.3 and rails 4.0 to create and run rails projects on this host. Client Environment: Darwin My-MacBook-Pro.local 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64 The error segmentation fault is: sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000418 ---Files-------------------------------- error.output (63.4 KB) -- https://bugs.ruby-lang.org/