[#4745] Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...>

Having taken upon me the task to provide a Windows build for

24 messages 2005/04/20
[#4746] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Austin Ziegler <halostatue@...> 2005/04/20

On 4/20/05, Erik Huelsmann <ehuels@gmail.com> wrote:

[#4747] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/20

Hi Austin,

[#4762] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/24

Hi,

[#4783] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

On 4/24/05, nobu.nokada@softhome.net <nobu.nokada@softhome.net> wrote:

[#4787] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/25

Hi,

[#4794] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

> > > Ruby is just using AC_TYPE_UID_T. So, using typedef for them,

[#4751] Illegal regexp causes segfault — Andrew Walrond <andrew@...>

irb(main):058:0> a = /\[([^]]*)\]/

13 messages 2005/04/22

Ruby interpreter crashs reproduceable

From: Lothar Scholz <mailinglists@...>
Date: 2005-04-03 05:21:29 UTC
List: ruby-core #4652
Hello ruby-core,

I got a problem with the 1.8.2 on windows.
I did a stress test and the interpreter always crashs after a few
minutes with the following message:

[BUG] cross-thread violation on rb_thread_schedule()

I do a loop which parses a simple input file:

for(;;) {
   ruby_errinfo = Qnil;
   if (data->warnings) ruby_verbose = Qtrue; else ruby_verbose = Qfalse;
   NODE* n = rb_compile_cstr(data->path, data->data, data->datalen, 1);
   rb_gc();
   counter = counter + 1;
   if ((counter % 100) == 0) printf("parser runs: %d\n",counter);
}

After a lot of runs (~17000) it reproduceable crashs.
Is there any bugfix available ?
I think i've seen a problem report about this before.



-- 
 Best regards,                        emailto: scholz at scriptolutions dot com
 Lothar Scholz                        http://www.ruby-ide.com
 CTO Scriptolutions                   Ruby, PHP, Python IDE 's
 


In This Thread

Prev Next