Project

General

Profile

Actions

Bug #10611

closed

"Abort trap: 6" when running "bundler exec jekyll serve" under OS X Mavericks.

Added by Anonymous over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin13.0]
[ruby-core:66914]

Description

This morning I received the following output:

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html

I've attached all output of the command plus the log file.

To generate the output I ran the command

bundler exec jekyll serve > 2>&1

All output was directed to the file, which is attached, except for the message

Abort trap: 6

The abort message was not directed to the file but was displayed in the terminal.

OS is OS X Mavericks, up to date. Also up to date are all brew, npm, and gem packages (I ran brew update, npm update, gem update, just before, to be on the safe side).

The Gemfile is dirt simple, just:

source 'https://rubygems.org'
gem 'github-pages'

Please note that 'jekyll serve' works just fine, and that the site displays just fine on GitHub Pages. If you are curious, the site is https://peterwhittaker.github.io/).


Files

output of _bundler exec jekyll serve_.txt (41.7 KB) output of _bundler exec jekyll serve_.txt Actual command line output, as described above. Anonymous, 12/17/2014 04:45 PM
ruby_2014-12-17-112946_Peters-MacBook-Air.crash (20.1 KB) ruby_2014-12-17-112946_Peters-MacBook-Air.crash File from ~/Library/Logs/DiagnosticReports Anonymous, 12/17/2014 04:45 PM

Updated by nobu (Nobuyoshi Nakada) over 10 years ago

  • Status changed from Open to Rejected

You load extension libraries for 2.0.0, maybe $LOAD_PATH is wrong.

Actions

Also available in: Atom PDF

Like0
Like0