[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23161] [Bug #1342] signal handling on HP-UX

From: Graham Agnew <redmine@...>
Date: 2009-04-08 11:59:16 UTC
List: ruby-core #23161
Issue #1342 has been updated by Graham Agnew.


Some progress on this:

In the HP-UX documentation it says that on Itanium, PTHREAD_STACK_MIN is 256KB.  But when I tracked the actual value doen in (limits.h), I found that it was only 4KB.  Increasing this has solved the problem described in this ticket, however the test suite is now getting quite a few segmentation violation faults (SIGSEGV).

So it's not solved just yet.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/1342

----------------------------------------
http://redmine.ruby-lang.org

In This Thread