Project

General

Profile

Actions

Backport #4807

closed

gems/activesupport-3.0.7/lib/active_support/multibyte/unicode.rb:343: [BUG] Segmentation fault

Added by kimptoc (Chris Kimpton) almost 13 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
[ruby-core:36640]

Description

Hi,

I know this is incomplete in terms of a reproducible problem, but I want to put down what I have now and add to it as I get more info (and/or get told to go raise it as a rails issue...)

/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1/gems/activesupport-3.0.7/lib/active_support/multibyte/unicode.rb:343: [BUG] Segmentation fault
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0]

I get the same error when using latest REE too. Dev machine is OSX, but also get it on a Centos Linux VM.

Works ok with latest jruby...

The app is using the parallel gem and making some http/db calls in parallel - some via the soap library savon.

Will try and produce a sample app that reproduces the problem.

Regards,
Chris

gem installed/rvm info:

Chris-Kimptons-MacBook-Air:ecom1 kimptoc$ gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.7)
actionpack (3.0.7)
activemodel (3.0.7)
activerecord (3.0.7)
activeresource (3.0.7)
activesupport (3.0.7)
arel (2.0.9)
builder (2.1.2)
bundler (1.0.14)
crack (0.1.8)
erubis (2.6.6)
fastercsv (1.5.4)
i18n (0.5.0)
mail (2.2.19)
mechanize (1.0.0)
mime-types (1.16)
mysql (2.8.1)
nokogiri (1.4.4)
parallel (0.5.3)
polyglot (0.3.1)
rabl (0.2.7)
rack (1.2.2)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.7)
railties (3.0.7)
rake (0.8.7)
rcov (0.9.9)
savon (0.7.9)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.27)
xml-simple (1.0.16)
Chris-Kimptons-MacBook-Air:ecom1 kimptoc$ rvm info

ruby-1.8.7-p334@p-ecom1:

system:
uname: "Darwin Chris-Kimptons-MacBook-Air.local 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386"
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)"
zsh: "/bin/zsh => zsh 4.3.9 (i386-apple-darwin10.0)"

rvm:
version: "rvm 1.6.17 by Wayne E. Seguin () [https://rvm.beginrescueend.com/]"

ruby:
interpreter: "ruby"
version: "1.8.7"
date: "2011-02-18"
platform: "i686-darwin10.7.0"
patchlevel: "2011-02-18 patchlevel 334"
full_version: "ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0]"

homes:
gem: "/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1"
ruby: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334"

binaries:
ruby: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/bin/ruby"
irb: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/bin/irb"
gem: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/bin/gem"
rake: "/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1/bin/rake"

environment:
PATH: "/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1/bin:/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@global/bin:/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/bin:/Users/kimptoc/.rvm/bin:/Users/kimptoc/Documents/java/libs/torquebox-current/jruby/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/kimptoc/bin:/usr/local/mysql/bin"
GEM_HOME: "/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1"
GEM_PATH: "/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1:/Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@global"
MY_RUBY_HOME: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334"
IRBRC: "/Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/.irbrc"
RUBYOPT: ""
gemset: "p-ecom1"

Chris-Kimptons-MacBook-Air:ecom1 kimptoc$ gem env
RubyGems Environment:

  • RUBYGEMS VERSION: 1.6.2
  • RUBY VERSION: 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0]
  • INSTALLATION DIRECTORY: /Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1
  • RUBY EXECUTABLE: /Users/kimptoc/.rvm/rubies/ruby-1.8.7-p334/bin/ruby
  • EXECUTABLE DIRECTORY: /Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1/bin
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86-darwin-10
  • GEM PATHS:
    • /Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@p-ecom1
    • /Users/kimptoc/.rvm/gems/ruby-1.8.7-p334@global
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :benchmark => false
    • :backtrace => false
    • :bulk_threshold => 1000
  • REMOTE SOURCES:

Files

Actions #1

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby 1.8 to Backport187
  • Status changed from Open to Closed
  • ruby -v deleted (ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0] )
Actions

Also available in: Atom PDF

Like0
Like0