[#58730] [ruby-trunk - misc #9188][Open] r43870 make benchmark/bm_so_k_nucleotide.rb slow — "authorNari (Narihiro Nakamura)" <authorNari@...>

17 messages 2013/12/01

[#58732] [ruby-trunk - Bug #9189][Open] Build failure on Windows in case of nonascii TEMP environment. — "phasis68 (Heesob Park)" <phasis@...>

11 messages 2013/12/01

[#58750] [ruby-trunk - Feature #9190][Open] Expose serial helper macros — "simeonwillbanks (Simeon Willbanks)" <sfw@...>

13 messages 2013/12/01

[#58756] [ruby-trunk - Bug #9192][Open] Inconsistent comparison between Float and BigDecimal — "vatsu (Gustavo Sales)" <vatsu21@...>

18 messages 2013/12/02

[#58797] [ruby-trunk - Bug #9198][Open] Segfault in TestException#test_machine_stackoverflow — "vo.x (Vit Ondruch)" <v.ondruch@...>

11 messages 2013/12/02

[#58833] [ruby-trunk - Bug #9205][Open] Assertion failed: heap_pages_deferred_final == 0 — "phasis68 (Heesob Park)" <phasis@...>

11 messages 2013/12/03

[#58866] [ruby-trunk - misc #9215][Open] Maintenance Policy for Future Releases (2.1.0 & beyond) — "hone (Terence Lee)" <hone02@...>

17 messages 2013/12/05

[#58876] [ruby-trunk - Bug #9221][Open] Time.parse performance becomes exponentially worse as string length grows — "mpelzsherman (Michael Pelz-Sherman)" <mpelzsherman@...>

15 messages 2013/12/05

[#58948] [ruby-trunk - Bug #9226][Open] Getting method `inspect' called on unexpected T_NODE object (0x000000025ddea8 flags=0x109089c klass=0x0) (NotImplementedError) from Hash#inspect — "myronmarston (Myron Marston)" <myron.marston@...>

11 messages 2013/12/07

[#59032] [ruby-trunk - Bug #9239][Open] Array#to_h ignores flat arrays — "sawa (Tsuyoshi Sawada)" <sawadatsuyoshi@...>

15 messages 2013/12/10

[#59122] [ruby-trunk - Bug #9251][Open] ! operator has lower precedence than = in an assignment expression — "rits (First Last)" <redmine@...>

26 messages 2013/12/15

[#59198] [ruby-trunk - Bug #9262][Open] global_method_cache should be configurable or grow automatically — "tmm1 (Aman Gupta)" <ruby@...1.net>

28 messages 2013/12/19

[#59209] [ruby-trunk - Bug #9264][Open] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — "spastorino (Santiago Pastorino)" <santiago@...>

15 messages 2013/12/19
[#59211] [ruby-trunk - Bug #9264][Feedback] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — "zzak (Zachary Scott)" <e@...> 2013/12/19

[#59212] Re: [ruby-trunk - Bug #9264][Feedback] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — Santiago Pastorino <spastorino@...> 2013/12/19

zzak, make distclean is the first thing I've ran. Read the gist again :),

[#59213] Re: [ruby-trunk - Bug #9264][Feedback] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — Zachary Scott <e@...> 2013/12/19

Sorry I missed the gist, can you try building outside of $srcdir?

[#59214] Re: [ruby-trunk - Bug #9264][Feedback] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — Santiago Pastorino <spastorino@...> 2013/12/19

It works if I do ...

[#59215] Re: [ruby-trunk - Bug #9264][Feedback] Compiling error: encdb.bundle Undefined symbols for architecture x86_64 — Zachary Scott <e@...> 2013/12/19

I've been using the following:

[#59255] [ruby-trunk - Bug #9276][Open] "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set. — "myronmarston (Myron Marston)" <myron.marston@...>

10 messages 2013/12/21

[#59260] [ruby-trunk - Feature #9278][Open] Magic comment "immutable: string" makes "literal".freeze the default for that file — "colindkelley (Colin Kelley)" <colin@...>

12 messages 2013/12/22

[#59343] [ruby-trunk - Bug #9309][Open] Crash while running tests — "mdemare (Michiel de MAre)" <merloen@...>

12 messages 2013/12/27

[#59345] [ruby-trunk - Bug #9310][Open] inheritance.rb: 27: [BUG] Segmentation fault at 0x00000c — "jasnow (Al Snow)" <jasnow@...>

10 messages 2013/12/27

[#59349] [ruby-trunk - Bug #9312][Open] Build the ruby executable in bin/ — "postmodern (Hal Brodigan)" <postmodern.mod3@...>

13 messages 2013/12/28

[#59365] [ruby-trunk - Bug #9316][Open] BigDecimal division in Ruby 2.1 — "abernardes (Andre Oliveira)" <abernardes@...>

15 messages 2013/12/28

[#59398] [ruby-trunk - Bug #9321][Open] rb_mod_const_missing does not generate a c-return event — "drkaes (Stefan Kaes)" <stkaes@...>

41 messages 2013/12/30

[#59429] [ruby-trunk - Feature #9330][Open] [PATCH 0/3] avoid redundant fcntl/fstat syscalls for cloexec sockets — "normalperson (Eric Wong)" <normalperson@...>

10 messages 2013/12/31

[ruby-core:59271] [ruby-trunk - Bug #9274] A lot of SystemStackError on Windows 8.1 with MSVC 2013

From: "nobu (Nobuyoshi Nakada)" <nobu@...>
Date: 2013-12-22 23:16:50 UTC
List: ruby-core #59271
Issue #9274 has been updated by nobu (Nobuyoshi Nakada).


That patch was incomplete.
A value of the recursion keys hashes is an object ID or a hash of paired IDs.
They can't be distinguished with the patch.

I'd thought about it, but my machines got broken and I haven't have enough time.
----------------------------------------
Bug #9274: A lot of SystemStackError on Windows 8.1 with MSVC 2013
https://bugs.ruby-lang.org/issues/9274#change-43835

Author: phasis68 (Heesob Park)
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: ruby 2.1.0dev (2013-12-20 trunk 44301) [x64-mswin64_120]
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN


I can see a lot of SystemStackError: stack level too deep as a result of test-all on Windows 8.1 with VC++ 2013 64 bit compiler.

C:\work\ruby-2.1.0-r44304>ver

Microsoft Windows [Version 6.3.9600]

C:\work\ruby-2.1.0-r44304>cl
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.


  1) Failure:
TestThread#test_recursive_outer [C:/work/ruby-2.1.0-r44304/test/ruby/test_thread.rb:491]:
Exception raised:
<#<SystemStackError: stack level too deep>>.

  2) Failure:
TestRecursion#test_recursive_outer [C:/work/ruby-2.1.0-r44304/test/-ext-/test_recursion.rb:28]:
Exception raised:
<#<SystemStackError: stack level too deep>>.

  3) Failure:
TestRecursion#test_recursive [C:/work/ruby-2.1.0-r44304/test/-ext-/test_recursion.rb:19]:
[RuntimeError] exception expected, not
Class: <SystemStackError>
Message: <"stack level too deep">
---Backtrace---
C:/work/ruby-2.1.0-r44304/test/-ext-/test_recursion.rb:16
---------------


 12) Failure:
TestMarshal#test_class_nonascii [C:/work/ruby-2.1.0-r44304/lib/test/unit/assertions.rb:250]:
[ruby-core:24882].
Exception raised:
<#<SystemStackError: stack level too deep>>.

 13) Failure:
TestArray#test_join2 [C:/work/ruby-2.1.0-r44304/test/ruby/test_array.rb:1953]:
[ruby-core:24150].
[ArgumentError] exception expected, not
Class: <SystemStackError>
Message: <"stack level too deep">
---Backtrace---
C:/work/ruby-2.1.0-r44304/test/ruby/test_array.rb:1953
---------------

 15) Failure:
TestComparable#test_inversed_compare [C:/work/ruby-2.1.0-r44304/lib/rake/ext/time.rb:12]:
[ruby-core:52305] [Bug #7870].
Exception raised:
<#<SystemStackError: stack level too deep>>.

 16) Failure:
TestComparable#test_no_cmp [C:/work/ruby-2.1.0-r44304/test/ruby/test_comparable.rb:83]:
[ruby-core:57736] [Bug #9003].
Exception raised:
<#<SystemStackError: stack level too deep>>.

 17) Failure:
TestHash::TestSubHash#test_recursive_hash_value_struct [C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1124]:
[ruby-core:58567] [Bug #9151].
Exception raised:
<#<SystemStackError: stack level too deep>>.

 18) Failure:
TestHash#test_recursive_hash_value_struct [C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1124]:
[ruby-core:58567] [Bug #9151].
Exception raised:
<#<SystemStackError: stack level too deep>>.

 19) Error:
TestHash::TestSubHash#test_recursive_hash_value_array_hash:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1172

 20) Error:
TestHash#test_recursive_hash_value_array_hash:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1172

 21) Error:
TestHash#test_recursive_hash_value_hash_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1185

 22) Error:
TestHash#test_dup_will_rehash:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:117

 23) Error:
TestHash#test_recursive_key:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1110

 24) Error:
TestHash::TestSubHash#test_dup_will_rehash:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:117

 25) Error:
TestHash::TestSubHash#test_recursive_hash_value_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1154

 26) Error:
TestHash#test_recursive_hash_value_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1154

 27) Error:
TestHash::TestSubHash#test_recursive_hash_value_hash_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1185

 28) Error:
TestEnumerator#test_inspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_enumerator.rb:405

 29) Error:
TestHash::TestSubHash#test_recursive_key:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_hash.rb:1110

 30) Error:
TestIO#test_puts_recursive_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_io.rb:55

 31) Error:
TestIO#test_puts_recursive_ary:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_io.rb:2848

 32) Error:
Psych_Unit_Tests#test_circular_references:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/psych/test_yaml.rb:1207

 33) Error:
Psych::TestStruct#test_self_referential_struct:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 34) Error:
Psych::TestSet#test_set_self_reference:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 35) Error:
Psych::TestSafeLoad#test_explicit_recursion:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 36) Error:
Psych::TestOmap#test_self_referential:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 37) Error:
Psych::TestHash#test_self_referential:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 38) Error:
Psych::TestArray#test_self_referential:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/minitest/unit.rb:230

 39) Error:
PPTestModule::PPCycleTest#test_withinspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/test_pp.rb:140

 40) Error:
PPTestModule::PPCycleTest#test_struct:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/test_pp.rb:140

 41) Error:
TestObject#test_inspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_object.rb:706

 42) Error:
TestObjectSpace#test_each_object:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_objectspace.rb:97

 43) Error:
TestRange#test_comparison_when_recursive:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/test/unit/assertions.rb:250

 44) Error:
TestRange#test_cyclic_range_inspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_range.rb:328

 45) Error:
PPTestModule::PPCycleTest#test_object:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/test_pp.rb:146

 46) Error:
PPTestModule::PPCycleTest#test_hash:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/test_pp.rb:132

 47) Error:
TestStruct::SubStruct#test_comparison_when_recursive:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/test/unit/assertions.rb:250

 48) Error:
TestStruct::SubStruct#test_inspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_struct.rb:121

 49) Error:
TestStruct::TopStruct#test_comparison_when_recursive:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/lib/test/unit/assertions.rb:250

 50) Error:
TestStruct::TopStruct#test_inspect:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/ruby/test_struct.rb:121

 51) Error:
PPTestModule::PPCycleTest#test_array:
SystemStackError: stack level too deep
    C:/work/ruby-2.1.0-r44304/test/test_pp.rb:125

Same results with ruby-2.1.0-rc1.



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

In This Thread

Prev Next