General

Profile

nlugovoi (Nikolai Lugovoi)

  • Login: nlugovoi
  • Email: nlugovoi@gmail.com
  • Registered on: 09/25/2009
  • Last sign in: 03/18/2010

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

03/18/2010

04:47 AM Ruby Bug #2978: TMP_RUBY_PREFIX sets incorrect values in gem prelude for ruby installed in $HOME
=begin
actually, the bug seems to be reintroduced (by merge conflict?) in r26895, while r26885 already had the fix:

Date: Fri Mar 12 04:56:34 2010 +0000

* tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibpr...
nlugovoi (Nikolai Lugovoi)
01:58 AM Ruby Bug #2978 (Closed): TMP_RUBY_PREFIX sets incorrect values in gem prelude for ruby installed in $HOME
=begin
For ruby (r26961), built and installed with configure --prefix=$HOME, I see odd values in Gem::ConfigMap that do not allow to load installed rubygems, see sample irb session:


irb(main):001:0> Gem::ConfigMap
=> {:EXEEXT=...
nlugovoi (Nikolai Lugovoi)

10/07/2009

04:33 PM Ruby Bug #2181: Segmentation fault for test/drb/* -- possible bug in Marshal/GC
=begin
On Wed, Oct 7, 2009 at 6:01 AM, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
> Does this patch fix it?
>
> Index: marshal.c
> ===================================================================
> --- marshal.c   (revision 25...
nlugovoi (Nikolai Lugovoi)

10/06/2009

10:18 PM Ruby Bug #2181 (Closed): Segmentation fault for test/drb/* -- possible bug in Marshal/GC
=begin
After changeset r25230 in marshal.c I see some segfaults (at various places)when running make test-all or only test suite test/drb/*, see attached file test-crash.txt

Removing gc marks for elements of struct load_arg seems ...
nlugovoi (Nikolai Lugovoi)
08:30 AM Ruby Bug #2171: Kernel#respond_to_missing? Invoked for Unimplemented Methods
=begin
Actually, i pasted wrong patch in previous message.

This one is working and does not break as much -- using (ex & 0x7F):

--- a/vm_method.c
+++ b/vm_method.c
@@ -512,7 +512,7 @@ rb_method_boundp(VALUE klass, ID id, ...
nlugovoi (Nikolai Lugovoi)
07:55 AM Ruby Bug #2171: Kernel#respond_to_missing? Invoked for Unimplemented Methods
=begin
This update introduced some strange/broken behaviour of RSS parser -- test/rss/ were severely failing.

I had to use following patch to restore its work:

diff --git a/vm_method.c b/vm_method.c
index a31fb8b..22b4700 10...
nlugovoi (Nikolai Lugovoi)

09/29/2009

11:37 PM Ruby Feature #2022: Patch for openssl-1.0
=begin
Though patch applies well for compilation, it results in some random segfaults with openssl-1.0beta3, from test/openssl/test_ssl.rb, when SSLContext is garbage collected before referencing SSLSocket - in all ruby versions - 1.8.6...
nlugovoi (Nikolai Lugovoi)
01:45 AM Ruby Bug #2153: Built issue with include/ruby/st.h (expected declaration ... before ‘uint32_t’)
=begin
On Mon, Sep 28, 2009 at 5:24 PM, Daniel Bovensiepen
<redmine@ruby-lang.org> wrote:
> The following happens during compiling:
>
>  gcc -I. -I../../.ext/include/x86_64-darwin10.0.0 -I../.././include -I../.././ext/syck -DRUBY_EX...
nlugovoi (Nikolai Lugovoi)

Also available in: Atom