You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion and support board for Ruby Enterprise Edition.
|
|
|
Possible GC bug w/ fork() and Queue
|
| |
We've got reports from some of our customers that they are getting
occasional segfaults when using Ruby Enterprise Edition in concert
with a library that is using threads and the Queue class. After some
research, we were able to narrow it down to what looks to be a junk
pointer in the Queue class' value_available ConditionVariable var... more »
|
|
Issue with Installing REE through RVM
|
| |
I am trying to install REE 1.8.7-2011.03 on Ubuntu 11 using RVM
$ rvm install ree
Installing Ruby Enterprise Edition from source to: /usr/share/ruby-rvm/
rubies/ree-1.8.7-2011.03
Installation fails with following error
ossl_ssl.c:104:1: error: 'SSLv2_method' undeclared here
ossl_ssl.c:105:1: error: 'SSLv2_server_method' undeclared here... more »
|
|
REE-1.8.7-2012.01 Iconv issue (OSX only?)
|
| |
Hey Guys,
Strange problem with 2012.01 and Iconv.
We're using Iconv to convert from other character codes to UTF8. We
just upgraded to 2012.01 on OSX and the following is happening:
ree-1.8.7-2012.01 :001 > Iconv.conv("UTF8//TRANSLIT", "ISO-8859-1",
"hey")
Iconv::InvalidEncoding: invalid encoding ("UTF8//TRANSLIT",... more »
|
|
REE crashes with SIGABRT or SIGSEGV on Ubuntu 8.04
|
| |
We are experiencing fairly frequent crashes of REE on Ubuntu 8.04.
Some of the time we get an error message saying the crash is a
segfault on a specific line of Ruby code which calls
IO::readpartial():
ready = IO.select(rds.keys, nil, nil, nil)
ready[0].each do |io|
begin... more »
|
|
Non-broken C compiler...
|
| |
well... your note says to tell y'all bout this... So here goes...
can't install ruby-enterprise-1.8.7-2011.12. ..
I have xcode Version 4.2.1 installed (and working in development of
several apps) ... Yet I get this:
Checking for required software...
* Non-broken C compiler... not found... more »
|
|
|