Project

General

Profile

Actions

Bug #9843

closed

curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]

Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]

Added by shivanibhanwal (shivani thakur) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
2.0.0
Backport:
[ruby-core:62608]

Description

I am using Mavericks OS and project was working fine earlier and then I decided to change the
Ruby 2.0.0 to ruby 2.0.0-p451
and Rails from 4.0.0 to 4.0.5
And when I did bundle install everything worked well
But as soon as I tried "rails s"

i got this big error trace which I have attached as .txt below.

vendor/ruby/2.0.0/gems/curb-0.8.5/lib/curb_core.bundle: [BUG] Segmentation fault
ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]

-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
the more detail of.

-- Control frame information -----------------------------------------------


Files

error_trace.txt (109 KB) error_trace.txt shivanibhanwal (shivani thakur), 05/15/2014 04:33 PM

Updated by hsbt (Hiroshi SHIBATA) over 11 years ago Actions #1 [ruby-core:62609]

  • Tracker changed from Backport to Bug
  • Project changed from 15 to Ruby
  • Priority changed from 5 to Normal
  • ruby -v set to 2.0.0

Updated by usa (Usaku NAKAMURA) over 11 years ago Actions #2 [ruby-core:62610]

  • Status changed from Open to Feedback

As the message shows, please give us the Crash Report log file.

BTW, as a general rule, when SEGV is occured in curbcore.bundle, you should ask it to the author of curbcore.
Even then, the Crash Report log file would be necessary.

Updated by shivanibhanwal (shivani thakur) over 11 years ago Actions #3 [ruby-core:62613]

I have attached the crash log file in the message.. that is "error_trace.txt"
This error is not only coming for the curbcore but also for therubyracer
it is changing with the ruby patch versions.
You can check the latest error log here:

  1. https://gist.github.com/shivanibhanwal/b2d17ff137eadeacc921
  2. https://gist.github.com/shivanibhanwal/18505bd879c8d30a2e3b

Thanks
Shivani
Usaku NAKAMURA wrote:

As the message shows, please give us the Crash Report log file.

BTW, as a general rule, when SEGV is occured in curbcore.bundle, you should ask it to the author of curbcore.
Even then, the Crash Report log file would be necessary.

Updated by nobu (Nobuyoshi Nakada) over 11 years ago Actions #4 [ruby-core:62614]

shivani thakur wrote:

I have attached the crash log file in the message.. that is "error_trace.txt"

No.

He meant these:

-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:

  • ~/Library/Logs/CrashReporter
  • /Library/Logs/CrashReporter
  • ~/Library/Logs/DiagnosticReports
  • /Library/Logs/DiagnosticReports
    the more detail of.

Updated by shivanibhanwal (shivani thakur) over 11 years ago Actions #5 [ruby-core:62617]

Here is the Crash Report

https://gist.github.com/shivanibhanwal/2cb79ed2d59e6fda87c2
https://gist.github.com/shivanibhanwal/38c00ede00c10391f75a

I hope this will help

Nobuyoshi Nakada wrote:

shivani thakur wrote:

I have attached the crash log file in the message.. that is "error_trace.txt"

No.

He meant these:

-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:

  • ~/Library/Logs/CrashReporter
  • /Library/Logs/CrashReporter
  • ~/Library/Logs/DiagnosticReports
  • /Library/Logs/DiagnosticReports
    the more detail of.

Updated by nobu (Nobuyoshi Nakada) over 11 years ago Actions #6 [ruby-core:62619]

  • Status changed from Feedback to Rejected

You load an extension library for shared libruby from static-linked ruby.

Updated by shivanibhanwal (shivani thakur) over 11 years ago Actions #7 [ruby-core:62621]

Nobuyoshi Nakada wrote:

You load an extension library for shared libruby from static-linked ruby.

could you please elaborate?

Actions

Also available in: PDF Atom