Project

General

Profile

Actions

Bug #10676

closed

segmentation fault when compiling Ruby

Added by duerst (Martin Dürst) over 9 years ago. Updated over 9 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0dev (2014-12-29 trunk 49057) [x86_64-cygwin]
[ruby-core:67213]

Description

When I run
make up
I get the following error:

Updating '.':
At revision 49064.
make[1]: Entering directory '/cygdrive/c/Data/ruby-public'
./revision.h unchanged
make[1]: Leaving directory '/cygdrive/c/Data/ruby-public'
make[1]: Entering directory '/cygdrive/c/Data/ruby-public'
config.guess already exists
config.sub already exists
Downloading bundled gem files...
/cygdrive/c/Data/ruby-public/.ext/x86_64-cygwin/enc/encdb.so: [BUG] Segmentation fault
ruby 2.3.0dev (2014-12-30 trunk 49064) [x86_64-cygwin]

-- Control frame information -----------------------------------------------
c:0002 p:-3221443896 s:0004 e:000003 TOP [FINISH]
c:0001 p:0000 s:0002 E:000540 TOP [FINISH]

-- Other runtime information -----------------------------------------------

  • Loaded script: ./ruby

  • Loaded features:

    0 enumerator.so
    1 rational.so
    2 complex.so

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

uncommon.mk:914: recipe for target 'update-gems' failed
make[1]: *** [update-gems] Aborted (core dumped)
make[1]: Leaving directory '/cygdrive/c/Data/ruby-public'
uncommon.mk:904: recipe for target 'up' failed
make: [up] Error 2 (ignored)

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

  • Status changed from Open to Feedback

try make clean-enc.

Updated by duerst (Martin Dürst) over 9 years ago

  • Status changed from Feedback to Closed

Nobuyoshi Nakada wrote:

try make clean-enc.

Thanks, this worked. It produced another error, which I will report separately.

Actions

Also available in: Atom PDF

Like0
Like0Like0