[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:67216] [ruby-trunk - Bug #10676] [Closed] segmentation fault when compiling Ruby
From:
duerst@...
Date:
2014-12-30 02:35:08 UTC
List:
ruby-core #67216
Issue #10676 has been updated by Martin D=C3=BCrst.
Status changed from Feedback to Closed
Nobuyoshi Nakada wrote:
> try `make clean-enc`.
Thanks, this worked. It produced another error, which I will report separat=
ely.
----------------------------------------
Bug #10676: segmentation fault when compiling Ruby
https://bugs.ruby-lang.org/issues/10676#change-50692
* Author: Martin D=C3=BCrst
* Status: Closed
* Priority: Normal
* Assignee:=20
* Category: core
* Target version:=20
* ruby -v: ruby 2.2.0dev (2014-12-29 trunk 49057) [x86_64-cygwin]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
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] Segment=
ation 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 librari=
es.
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)
--=20
https://bugs.ruby-lang.org/