Activity
From 02/27/2009 to 03/05/2009
03/05/2009
-
08:38 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
- =begin
I'm not confortable with providing a core dump publicly, as it will leak information about the system I was u... -
07:12 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
Hi, I do not have access to a Windows machine because I do all my development using Unix environments.
-... -
06:06 PM Feature #1193: Justified Error Messages
- =begin
Hi,
In message "Re: [ruby-core:22666] [Feature #1193] Justified Error Messages"
on Thu, 5 Mar 2009 05... -
08:11 AM Feature #1193: Justified Error Messages
- =begin
Instead of relying on whitespace, I recommend a diff style of output. Kouhei implemented this in Test::Unit 2... -
05:13 AM Feature #1193: Justified Error Messages
- =begin
Mommy says no so you go ask Daddy? Nice end run. Still no.
=end
-
05:00 PM Bug #1244: Improving the error message when Ruby crashes
- =begin
Thanks for picking this up, and making a concrete proposal.
I have felt the same several times in the past, ...
03/04/2009
-
09:27 PM Bug #1245 (Closed): SizedQueue can be pushed over its limit
- =begin
Applied in changeset r22765.
=end
-
09:21 PM Bug #1245 (Closed): SizedQueue can be pushed over its limit
- =begin
遠藤です。
SizedQueue のリミットの判定が間違っています。
$ ./miniruby -rlib/thread -e 'q = SizedQueue.new(2); q << 1; q << 1;... -
08:01 PM Bug #1244 (Closed): Improving the error message when Ruby crashes
- =begin
This is a very minor translation of the error message emitted by Ruby when it crashes. Enclosing a patch that... -
05:59 PM Bug #1243: 1 is prime
- =begin
Ring theory defines "prime element" as a special case.
Someone else might request adding a "prime_element?"... -
05:18 PM Bug #1243: 1 is prime
- =begin
On 3/4/09 1:29 AM, Charles Nutter wrote:
> The number 1 is not considered prime:
Sorry, I wanted to mean ... -
05:17 PM Bug #1243: 1 is prime
- =begin
On 3/4/09 1:40 AM, Dave B wrote:
> + value = -value if value < 0 <--- NOT required ?
> + return fals... -
01:41 AM Bug #1243: 1 is prime
- =begin
+ value = -value if value < 0 <--- NOT required ?
+ return false if value < 2
I think your nega... -
01:30 AM Bug #1243: 1 is prime
- =begin
The number 1 is not considered prime:
http://en.wikipedia.org/wiki/Prime_number#Primality_of_one
=end
-
01:07 AM Bug #1243 (Closed): 1 is prime
- =begin
Applied in changeset r22741.
=end
-
12:37 AM Bug #1243 (Closed): 1 is prime
- =begin
Prime.prime? always returns true for n < 2
=end
-
01:44 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
- =begin
I do have access to a sparc and I will try your script for repro. However I was wondering if you could provid... -
07:26 AM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
- =begin
Here is the full debug output:
*** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7eeea54 ***
==... -
02:15 AM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
- =begin
Please provide a core file.
=end
-
12:03 PM Bug #1242: Segfault when requiring wxruby2.0.0
- =begin
I'm having trouble reproducing this issue can you please provide the platform i.e. "uname -a". Also it would ... -
09:08 AM Bug #1239: build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
=end
-
09:08 AM Bug #1239 (Assigned): build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
=end
-
02:50 AM Bug #1239: build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
please change status to resolved or duped if there is an associated fix for this issue
=end
-
01:03 AM Bug #1239: build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
trunk (1.9.2dev) is already fixed.
Thank you for the report.
=end
-
01:44 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
On Mon, Mar 2, 2009 at 8:07 AM, Conrad Taylor <[email protected]> wrote:
> Issue #1218 has been updated ...
03/03/2009
-
09:23 PM Bug #1242 (Rejected): Segfault when requiring wxruby2.0.0
- =begin
Ruby1.9.1p0 segfaults while requiring wxruby2.0.0
=end
-
09:06 PM Bug #1219: ostruct freeze still not stable
- =begin
Thank you, very nice solution.
On Fri, Feb 27, 2009 at 6:26 AM, Nobuyoshi Nakada <[email protected]> w... -
08:58 PM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
[ruby-core:22539]
=end
-
08:38 PM Bug #806: Net::Protocol#rbuf_fill is slow
- =begin
I can confirm that Jeremy Kemper's patch works for me and that the patch that was applied breaks IO that doe... -
08:16 PM Bug #1241 (Third Party's Issue): Segfault with Nokogiri 1.2.1 on Ruby 1.9.1p0
- =begin
nokogiri's native.so from gem seems to be for ruby 1.8.
=end
-
07:48 PM Bug #1241 (Third Party's Issue): Segfault with Nokogiri 1.2.1 on Ruby 1.9.1p0
- =begin
After installing a clean Ruby 1.9.1-p0 from Ruby-mswin32 (http://www.garbagecollect.jp/ruby/mswin32/en/), I i... -
06:38 PM Feature #1211: nested loop construct
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38094] Re: [Feature:trunk] nested loop construct"
on Thu, 26 Fe... -
11:03 AM Bug #1239 (Closed): build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
I have a computer with OpenBSD and I tried Ruby 1.9.1. So I obtained the source code, configured with "../con... -
01:20 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
I don't do much pthreads programming.
The call you want seems to be:
int pthread_attr_setstacksize(pthr... -
12:50 AM Bug #1238: invalid multibyte char (US-ASCII)
- =begin
Hi,
In message "Re: [ruby-core:22625] [Bug #1238] invalid multibyte char (US-ASCII)"
on Tue, 3 Mar 20... -
12:42 AM Bug #1238 (Rejected): invalid multibyte char (US-ASCII)
- =begin
script that working good earlier(1.8.7) breaks trying print "йцукен\n" (russian cyrillic simbols)
my OS Ubu...
03/02/2009
-
10:08 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
@Austin Ziegler - I was able to change these limits within Python using FreeBSD, Linux, and Mac OS X operatin... -
06:01 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
Hi,
At Mon, 2 Mar 2009 17:41:03 +0900,
Brent Roman wrote in [ruby-core:22619]:
> Ruby 1.9 seems complete... -
05:42 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
setrlimit(RLIMIT_STACK, size_in_bytes)
*should* do what you want under a POSIX compliant OS.
See the m... -
07:47 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
- =begin
Applied in changeset r22706.
=end
-
06:52 PM Bug #1237 (Closed): URI.decodeが期待した値を返さない
- =begin
1.9.1p0で、URI.decodeが期待した値を返しません。
$ /usr/local/bin/ruby18 -ruri -ve 'puts URI.decode("%e3%81%93%e3%81%a1%... -
02:53 PM Bug #1236 (Rejected): RUBY_VERSION not defined
- =begin
=end
-
02:52 PM Bug #1236: RUBY_VERSION not defined
- =begin
Hi,
At Mon, 2 Mar 2009 08:51:07 +0900,
Charlie Savage wrote in [ruby-core:22614]:
> ruby/config.h is gen... -
10:05 AM Bug #1236: RUBY_VERSION not defined
- =begin
Actually, the code would be more like this:
#if RUBY_VERSION_MAJOR == 1 && RUBY_VERSION_MINOR < 9
#inc... -
08:52 AM Bug #1236 (Rejected): RUBY_VERSION not defined
- =begin
Building from trunk with MSVC 2008.
ruby/config.h is generated with this line:
#define RUBY_LIB_VER... -
02:49 PM Bug #1230: ESP Stack Corruption on Windows
- =begin
Hi,
At Mon, 2 Mar 2009 03:58:32 +0900,
Charlie Savage wrote in [ruby-core:22613]:
> But looking at Win32... -
03:59 AM Bug #1230: ESP Stack Corruption on Windows
- =begin
Hi Nobu,
Thanks for applying the patch. Two comments though.
First, you changed:
SHGetFolderP... -
01:07 AM Bug #1220 (Closed): DRb::Observable notify_observers
- =begin
Applied in changeset r22699.
=end
03/01/2009
-
11:23 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
On Sat, Feb 28, 2009 at 7:26 AM, Conrad Taylor <[email protected]> wrote:
> Issue #1218 has been updated... -
09:03 PM Bug #1234 (Closed): RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
- =begin
Making documents fails with the following error:
% ./miniruby -I./lib -I.ext/common -I./- -r./ext/pureli... -
07:47 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
- =begin
Applied in changeset r22693.
=end
-
07:17 PM Bug #1233 (Closed): Zlib - Run Time Check Failure #3 (unitialized variable)
- =begin
Build and install Ruby 1.9.1 with -RTC1 with VC2008.
Then at the command prompt:
gem install libxml... -
07:17 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
- =begin
Applied in changeset r22691.
=end
-
05:21 PM Bug #1231 (Closed): YACC Make Rule Fails when building from source with nmake
- =begin
Check out Ruby from svn. Build it using VC2008 and nmake.
nmake will try to compile .y files to .c file... -
07:07 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
- =begin
Applied in changeset r22690.
=end
-
05:17 PM Bug #1230 (Closed): ESP Stack Corruption on Windows
- =begin
Build Ruby with -RTC1 flag on Windows with VC2008 (same issues will also apply with Mingw).
You'll almos... -
05:37 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
- =begin
Applied in changeset r22689.
=end
-
05:15 PM Bug #1229 (Closed): Bigdecimal extension does not compile with debug build
- =begin
Building bigdecimal with _DEBUG set fails because gfDebug is commented out (this is with VC2008).
This p... -
02:01 AM Bug #1227 (Third Party's Issue): [BUG] object allocation during garbage collection phase
- =begin
I'm trying to profile sections of a large application (taskjuggler) with ruby-prof. As soon as I hit the Ruby... -
12:54 AM Bug #1225: Curses::getmouse
- =begin
Sandor Szücs schrieb:
> Bug #1225: Curses::getmouse
> http://redmine.ruby-lang.org/issues/show/1225
>
> ...
02/28/2009
-
10:06 PM Bug #1225 (Closed): Curses::getmouse
- =begin
Hi Core!
To reproduce, try:
$ ruby19 -rcurses -e 'Curses::getmouse'
Command output is attached.
... -
09:27 PM Feature #1218: New method needed to set and get the current recursion limit
- =begin
Hi Dave, thanks for responding to the post. However, this doesn't resolve the issue that I'm seeing after in... -
06:38 PM Bug #1162: Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
Hi Nobu,
Sorry, I've been out the last few days.
> You are wrong about -RTC1. It does emit checkin... -
06:27 PM Bug #1224 (Assigned): Can't install 1.9.1-p0
- =begin
Already fixed in the trunk. Thank you.
=end
-
05:33 PM Bug #1224 (Closed): Can't install 1.9.1-p0
- =begin
I am trying to install 1.9.1-p0 on CENTOS Linux 5.2.
I get the following error during "make".
I looked in... -
02:58 PM Bug #1142: /opt/ruby19/lib/ruby19/1.9.1/openssl/ssl.rb:31: [BUG] Bus Error
- =begin
I was able to trigger the same bus error with ruby-1.9.1p1.
/opt/local/lib/ruby/1.9.1/openssl/ssl.rb:3... -
05:43 AM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
今日は。Ubuntuで日本語を使えるようにしたので、日本語で行きます。
示していただいたパッチでクラッシュは解消しました。似たようなコード(ruby_stack_length(), stack_check()... -
05:21 AM Bug #1214: Build issues
- =begin
今日は。Ubuntuで日本語を使えるようにしたので日本語で行きます。
バックスラッシュの件、有難うございました。
ライブラリの件は、ruby全体をダイナミックでリンクしようとすると
-l$(RU...
02/27/2009
-
07:54 PM Feature #1211: nested loop construct
- =begin
須藤です。
In <[email protected]>
"[ruby-dev:38095] Re: [Feature:trunk] nested loop construct" on ... -
06:37 PM Bug #1209 (Closed): duplicate when clauses raise strange exception
- =begin
Applied in changeset r22662.
=end
-
06:07 PM Bug #1205 (Closed): SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
Applied in changeset r22659.
=end
-
06:01 PM Bug #1205: SET_STACK_END crashes due to uninitialized ruby_current_thread
- =begin
=end
-
05:58 PM Bug #1214 (Feedback): Build issues
- =begin
=end
-
02:27 PM Bug #1219 (Closed): ostruct freeze still not stable
- =begin
Applied in changeset r22652.
=end
-
06:46 AM Bug #1219: ostruct freeze still not stable
- =begin
Forget this patch it is a pain, and way to complicated. Your approach was fine, all we have to do is the foll... -
06:11 AM Bug #1219 (Closed): ostruct freeze still not stable
- =begin
Freezing an ostruct still does not inhibit modification as can be seen in the attached test file and in the f... -
06:11 AM Bug #1220 (Closed): DRb::Observable notify_observers
- =begin
The module oberservable uses now a hash to store listeners.
The notify_observers method of DRb::Observer th... -
03:32 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
> -----Original Message-----
> From: Dave B [mailto:[email protected]]
> Sent: Thursday, February 26,... -
12:33 AM Feature #1218: New method needed to set and get the current recursion limit
- =begin
See if this post helps:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/89931
=end
-
12:13 AM Feature #1218 (Rejected): New method needed to set and get the current recursion limit
- =begin
Hi, I would like to propose the addition of two methods for setting and getting the recursion limit:
re...
Also available in: Atom