Project

General

Profile

Actions

Bug #9956

closed

sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000418

Added by rdgco (Ryan Grow) almost 10 years ago. Updated almost 10 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
[ruby-core:63226]

Description

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) error.output rdgco (Ryan Grow), 06/18/2014 09:44 PM

Updated by nobu (Nobuyoshi Nakada) almost 10 years ago

  • 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

Updated by rdgco (Ryan Grow) almost 10 years ago

thanks! I did an rvm implode, as well as brought the system ruby under rvm control ( which may not have been a good idea, i don't know ), and reinstalled rvm and the latest rails and it works now.

Actions

Also available in: Atom PDF

Like0
Like0Like0