[#8815] Segfault in libc strlen, via rb_str_new2 — "Sean E. Russell" <ser@...>

Howdy,

12 messages 2006/09/09
[#8817] Re: Segfault in libc strlen, via rb_str_new2 — Eric Hodel <drbrain@...7.net> 2006/09/09

On Sep 8, 2006, at 10:10 PM, Sean E. Russell wrote:

Re: okay, threading & sandbox r70 -- the latest patch

From: why the lucky stiff <ruby-core@...>
Date: 2006-09-25 17:00:19 UTC
List: ruby-core #8923
On Mon, Sep 25, 2006 at 01:56:58PM +0900, Nobuyoshi Nakada wrote:
> 
> Sorry, I was aware of the problem but have forgotten to mention this.
> 
> This change has broken win32.
> 
> +struct thread {
> +    struct thread *next, *prev;
> +    rb_jmpbuf_t context;
> +#ifdef SAVE_WIN32_EXCEPTION_LIST
> +    DWORD win32_exception_list;
> +#endif
> 
> This macro, SAVE_WIN32_EXCEPTION_LIST isn't defined here in node.h.

Should this change in node.h?  Or should I move to ruby.h or, perhaps, a new
rubythread.h?

_why

In This Thread