[#106355] [Ruby master Bug#18373] RBS build failure: '/include/x86_64-linux/ruby/config.h', needed by 'constants.o'. — "vo.x (Vit Ondruch)" <noreply@...>

Issue #18373 has been reported by vo.x (Vit Ondruch).

28 messages 2021/12/01

[#106356] [Ruby master Bug#18374] make: Circular spec/ruby/optional/capi/ext/array_spec.c <- spec/ruby/optional/capi/ext/array_spec.c dependency dropped. — "vo.x (Vit Ondruch)" <noreply@...>

Issue #18374 has been reported by vo.x (Vit Ondruch).

8 messages 2021/12/01

[#106360] [Ruby master Feature#18376] Version comparison API — "vo.x (Vit Ondruch)" <noreply@...>

Issue #18376 has been reported by vo.x (Vit Ondruch).

28 messages 2021/12/01

[#106543] [Ruby master Bug#18396] An unexpected "hash value omission" syntax error when parentheses call expr follows — "koic (Koichi ITO)" <noreply@...>

Issue #18396 has been reported by koic (Koichi ITO).

10 messages 2021/12/08

[#106596] [Ruby master Misc#18399] DevMeeting-2022-01-13 — "mame (Yusuke Endoh)" <noreply@...>

Issue #18399 has been reported by mame (Yusuke Endoh).

11 messages 2021/12/09

[#106621] [Ruby master Misc#18404] 3.1 documentation problems tracking ticket — "zverok (Victor Shepelev)" <noreply@...>

Issue #18404 has been reported by zverok (Victor Shepelev).

16 messages 2021/12/11

[#106634] [Ruby master Bug#18407] Behavior difference between integer and string flags to File creation — deivid <noreply@...>

Issue #18407 has been reported by deivid (David Rodr鱈guez).

12 messages 2021/12/13

[#106644] [Ruby master Bug#18408] Rightward assignment into instance variable — "Dan0042 (Daniel DeLorme)" <noreply@...>

Issue #18408 has been reported by Dan0042 (Daniel DeLorme).

23 messages 2021/12/13

[#106686] [Ruby master Bug#18409] Crash (free(): invalid pointer) if LD_PRELOAD doesn't explicitly include libjemalloc.so.2 — "itay-grudev (Itay Grudev)" <noreply@...>

Issue #18409 has been reported by itay-grudev (Itay Grudev).

7 messages 2021/12/15

[#106730] [Ruby master Bug#18417] IO::Buffer problems — "zverok (Victor Shepelev)" <noreply@...>

Issue #18417 has been reported by zverok (Victor Shepelev).

9 messages 2021/12/19

[#106784] [CommonRuby Feature#18429] Configure ruby-3.0.3 on Solaris 10 Unknown keyword 'URL' in './ruby.tmp.pc' — "dklein (Dmitri Klein)" <noreply@...>

Issue #18429 has been reported by dklein (Dmitri Klein).

32 messages 2021/12/23

[#106828] [Ruby master Bug#18435] Calling `protected` on ancestor method changes result of `instance_methods(false)` — "ufuk (Ufuk Kayserilioglu)" <noreply@...>

Issue #18435 has been reported by ufuk (Ufuk Kayserilioglu).

23 messages 2021/12/26

[#106833] [Ruby master Feature#18438] Add `Exception#additional_message` to show additional error information — "mame (Yusuke Endoh)" <noreply@...>

Issue #18438 has been reported by mame (Yusuke Endoh).

30 messages 2021/12/27

[#106834] [Ruby master Bug#18439] Support YJIT for VC++ — "usa (Usaku NAKAMURA)" <noreply@...>

Issue #18439 has been reported by usa (Usaku NAKAMURA).

11 messages 2021/12/27

[#106851] [Ruby master Bug#18442] Make Ruby 3.0.3 on Solaris 10 with "The following command caused the error: cc -D_STDC_C99= " — "dklein (Dmitri Klein)" <noreply@...>

Issue #18442 has been reported by dklein (Dmitri Klein).

8 messages 2021/12/27

[#106928] [Ruby master Bug#18454] YJIT slowing down key Discourse benchmarks — "sam.saffron (Sam Saffron)" <noreply@...>

Issue #18454 has been reported by sam.saffron (Sam Saffron).

8 messages 2021/12/31

[ruby-core:106931] [Ruby master Bug#18392] ObjectSpace::WeakMap#inspect causes BUG

From: "usa (Usaku NAKAMURA)" <noreply@...>
Date: 2021-12-31 10:27:43 UTC
List: ruby-core #106931
Issue #18392 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.6: DONTNEED, 2.7: REQUIRED, 3.0: REQUIRED to 2.6: DONTNEED, 2.7: DONE, 3.0: REQUIRED

ruby_2_7 836aca4fee4d27a55d56044620a00866a2c279ef merged revision(s) a2d4e1cda68a49980a4f9f353f400efbde7e7884,d6c5a30cfdf658280338dbb8c8b17fab3190b928.

----------------------------------------
Bug #18392: ObjectSpace::WeakMap#inspect causes BUG
https://bugs.ruby-lang.org/issues/18392#change-95752

* Author: ko1 (Koichi Sasada)
* Status: Closed
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* ruby -v: ruby 3.1.0dev (2021-11-05T14:20:50Z master 907aa47527) [x64-mswin64_140]
* Backport: 2.6: DONTNEED, 2.7: DONE, 3.0: REQUIRED
----------------------------------------
```ruby
wmap = ObjectSpace::WeakMap.new

(2**32).times do |i|
  wmap[i] = "foo"
  wmap.inspect
end
```

```
t.rb:6: [BUG] Segmentation fault
ruby 3.1.0dev (2021-11-05T14:20:50Z master 907aa47527) [x64-mswin64_140]

-- Control frame information -----------------------------------------------
c:0005 p:---- s:0019 e:000018 CFUNC  :inspect
c:0004 p:0013 s:0015 e:000014 BLOCK  t.rb:6 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :times
c:000 __ 2 p:0026 s:0007 E:000a58 EVAL   t.rb:4 [FINISH]
c:0001 p:0000 s:0003 E:0010f0 (none) [FINISH]

-- Ruby level backtrace information ----------------------------------------
t.rb:4:in `<main>'
t.rb:4:in `times'
t.rb:6:in `block in <main>'
t.rb:6:in `inspect'

-- C level backtrace information -------------------------------------------
C:\WINDOWS\SYSTEM32\ntdll.dll(NtWaitForSingleObject+0x14) [0x00007FFB4A4CCDF4]
C:\WINDOWS\System32\KERNELBASE.dll(WaitForSingleObjectEx+0x8e) [0x00007FFB47E11A5E]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_print_backtrace+0x34) [0x00007FFAFE6EBEE4]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_vm_bugreport+0x12a) [0x00007FFAFE6EC016]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_bug_for_fatal_signal+0x65) [0x00007FFAFE612C41]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_signal_name+0x7c2) [0x00007FFAFE71F3FA]
C:\WINDOWS\System32\ucrtbase.dll(seh_filter_exe+0x235) [0x00007FFB483C0EF5]
 [0x00007FF65F501BAC]
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll(_C_specific_handler+0xa0) [0x00007FFAEB11ECD0]
C:\WINDOWS\SYSTEM32\ntdll.dll(_chkstk+0x11f) [0x00007FFB4A4D20CF]
C:\WINDOWS\SYSTEM32\ntdll.dll(RtlRaiseException+0x434) [0x00007FFB4A481454]
C:\WINDOWS\SYSTEM32\ntdll.dll(KiUserExceptionDispatcher+0x2e) [0x00007FFB4A4D0BFE]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_to_symbol_type+0xaec) [0x00007FFAFE666880]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_set_class_path_string+0xc5) [0x00007FFAFE66B395]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_class_path+0x15) [0x00007FFAFE6685C1]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_any_to_s+0x6e) [0x00007FFAFE6068A2]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(vfprintf+0x8d8) [0x00007FFAFE5F44DC]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_st_values_check+0x469) [0x00007FFAFE64D851]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_st_foreach+0x26) [0x00007FFAFE64C406]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(vfprintf+0x747) [0x00007FFAFE5F434B]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x27e6) [0x00007FFAFE62753E]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0xc3fb) [0x00007FFAFE631153]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x7466) [0x00007FFAFE62C1BE]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_vm_exec+0x152) [0x00007FFAFE622D4A]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_eval_string+0xe35) [0x00007FFAFE61A845]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_yield+0x99) [0x00007FFAFE624161]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_yield+0x24) [0x00007FFAFE6240EC]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_strtoul+0x4863) [0x00007FFAFE6BD827]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x27e6) [0x00007FFAFE62753E]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x37c2) [0x00007FFAFE62851A]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x32fc) [0x00007FFAFE628054]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0xc3fb) [0x00007FFAFE631153]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_vm_special_exception_copy+0x7466) [0x00007FFAFE62C1BE]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_vm_exec+0x152) [0x00007FFAFE622D4A]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(rb_ec_error_print+0x50f) [0x00007FFAFE60C523]
c:\ko1\ruby\v3\install\master\bin\x64-vcruntime140-ruby310.dll(ruby_run_node+0x4b) [0x00007FFAFE60EC5B]
 [0x00007FF65F501056]
 [0x00007FF65F501270]
C:\WINDOWS\System32\KERNEL32.DLL(BaseThreadInitThunk+0x14) [0x00007FFB4A2E7034]
```




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

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread