[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18366] Re: [Ruby 1.9 - Bug #378] (Open) rbconfig.rb:173: [BUG] Stack consistency error

From: "Chris Schlaeger" <cschlaeger@...>
Date: 2008-08-22 12:52:56 UTC
List: ruby-core #18366
Thanks for tracing this down! The bug has been fixed in the Novell gcc
repository. The next openSUSE release will no longer have this
problem.

https://bugzilla.novell.com/show_bug.cgi?id=419260

Chris

On Thu, Aug 21, 2008 at 2:27 PM, Yusuke ENDOH <mame@tsg.ne.jp> wrote:
> Hi,
>
> 2008/7/31 Anonymous <redmine@ruby-lang.org>:
>> I've tried to compile ruby 1.9 svn HEAD on an openSUSE 11.0 and ran into a build problem with prelude.c Build log is attached.

> The cause is, the function REMOVE_ELEM in compile.c is certainly called
> but seems not to work.  I think gcc does wrong optimization because:
>
>  - if building with optflags="-O0", it works
>  - if adding __attribute__((noinline)) to REMOVE_ELEM, it works
>  - if building with gcc 4.3.1 built by myself, it works
>
> So I suspect packaging issue of gcc in openSUSE 11.0 or gcc's own bug.
> As a workaround, you may use ./configure optflags="-O0".
>
> --
> Yusuke ENDOH <mame@tsg.ne.jp>
>
>

In This Thread