Project

General

Profile

Issues

Filters
 
 

Apply Clear

# Project Tracker Status Subject Assignee Updated
20934 Ruby master Bug Open `UnboundMethod#bind_call` may cause "double free or corruption" with Ractor 12/24/2024 07:32 PM Actions
19922 Ruby master Bug Open ObjectSpace.dump_all in multiple threads in parallel causes SEGV 11/13/2023 08:21 AM Actions
18180 Ruby master Bug Closed opt_newarray_min/max instructions ignore refined methods 09/30/2021 10:18 PM Actions
17275 Ruby master Bug Closed Please backport 8b0dc77a621ded75f72486c33f55404ce73f00d7 04/04/2021 11:31 PM Actions
17192 Ruby master Bug Closed ISeq.load_from_binary can cause BUG if binary is a rbinc-derived 02/11/2021 05:08 AM Actions
16161 Ruby master Bug Closed tailcall_optimization may be disabled after r67315 ko1 (Koichi Sasada) 10/25/2019 05:13 AM Actions
16019 Ruby master Bug Closed please backport df317151a5b4e0c5a30fcc321a9dc6abad63f7ed 08/18/2019 05:21 AM Actions
15833 Ruby master Feature Open Some refactors for shared-root array 07/29/2019 07:13 AM Actions
15821 Ruby master Bug Closed ruby_process_options() may cause "WB miss (O->Y)" 08/26/2019 03:02 PM Actions
15747 Ruby master Feature Rejected `(..1).last(2)` should return array but raise TypeError 10/06/2019 06:30 AM Actions
15629 Ruby master Bug Closed super_method fails on binded/unbinded/cloned methods 12/03/2019 11:35 PM Actions
15406 Ruby master Bug Closed Loaded iseq may cause SEGV on GC 12/13/2018 03:02 AM Actions
15396 Ruby master Bug Closed Please backport r62621 for LLP64 environment 12/10/2018 12:32 PM Actions
15232 Ruby master Bug Closed Is https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.2.tar.bz2 corrupted? nagachika (Tomoyuki Chikanaga) 10/18/2018 11:51 PM Actions
15085 Ruby master Feature Rejected Decrease memory cache usage of MJIT 11/09/2018 12:17 AM Actions
15071 Ruby master Bug Closed RubyVM::MJIT.pause may cause deadlock after compaction k0kubun (Takashi Kokubun) 10/19/2018 03:08 PM Actions
14660 Ruby master Bug Closed RubyVM::InstructionSequence.load_from_binary(bin).eval may cause SEGV after r62856 04/05/2018 01:13 PM Actions
13887 Ruby master Bug Closed test/ruby/test_io.rb may get stuck with FIBER_USE_NATIVE=0 on Linux ko1 (Koichi Sasada) 03/18/2018 03:27 PM Actions
13412 Ruby master Bug Closed Infinite recursion with define_method may cause silent SEGV or cfp consistency error 09/05/2017 10:46 AM Actions
11616 Ruby master Bug Closed Forwardable fails to adjust backtrace when Forwardable is not reachable from the target class 10/23/2015 10:29 PM Actions
11107 Ruby master Bug Closed Syntax error is raised by "p ->() do a(1) do end end", but not by "p ->() do a 1 do end end" 05/13/2015 04:00 PM Actions
10722 Ruby master Bug Closed Array#keep_if is borked if user calls 'break' 01/15/2015 02:02 AM Actions
9803 Ruby master Misc Rejected document of Removed C API is missing in NEWS zzak (zzak _) 05/05/2014 04:46 PM Actions
9761 Ruby master Feature Closed TRY_WITH_GC with ruby_gc_stress 04/21/2014 09:53 PM Actions
6403 Backport193 Backport Closed self という名前のメソッド定義で SyntaxError 05/25/2012 10:36 AM Actions
6069 Backport193 Backport Closed シングルクォート内のマルチバイト直前のバックスラッシュが消える nobu (Nobuyoshi Nakada) 05/14/2012 01:19 PM Actions
6055 Backport193 Backport Closed IO.foreach 等で binmode:true を指定すると例外 naruse (Yui NARUSE) 05/28/2012 11:40 AM Actions
6054 Backport193 Backport Closed IO.foreach を Enumerator 化したときキーワード引数が無視される 02/22/2012 10:01 PM Actions
5671 Ruby master Bug Closed windows でのマルチバイト文字列を含むファイルへの File.chmod usa (Usaku NAKAMURA) 02/21/2012 10:23 PM Actions
3638 Ruby master Feature Closed VM内データ構造へアクセスするマクロ ko1 (Koichi Sasada) 06/26/2012 04:20 AM Actions
3267 Ruby master Bug Closed BigDecimal/mathでatan()に1.08を入れると戻り値の有効桁数が足りない mrkn (Kenta Murata) 04/30/2011 10:04 PM Actions
3198 Ruby master Bug Rejected O_APPEND for redirect fd is ignored on windows usa (Usaku NAKAMURA) 06/27/2011 02:54 PM Actions
2776 Ruby master Bug Rejected can't return from lambda with outer block matz (Yukihiro Matsumoto) 04/30/2011 10:04 PM Actions
2632 Ruby master Bug Rejected Windows での未読のあるソケットのクローズ後の読み取り wanabe (_ wanabe) 04/30/2011 10:03 PM Actions
2584 Ruby master Bug Rejected クラス定義中の defined? yield が "yield" を返す ko1 (Koichi Sasada) 04/30/2011 10:03 PM Actions
2583 Ruby master Bug Closed クラス定義中の defined? yield が "yield" を返す ko1 (Koichi Sasada) 04/30/2011 10:03 PM Actions
2552 Ruby master Bug Closed HOME 変数を空にして起動すると、再度空にできなくなる usa (Usaku NAKAMURA) 04/30/2011 10:03 PM Actions
2541 Ruby master Bug Closed fork のない環境での spawn による未使用 fd へのリダイレクト 04/30/2011 10:03 PM Actions
2471 Ruby master Feature Rejected want to choose a GC algorithm matz (Yukihiro Matsumoto) 07/14/2012 02:16 PM Actions
2425 Ruby master Bug Closed Kernel#public_method の例外メッセージ nobu (Nobuyoshi Nakada) 04/30/2011 10:03 PM Actions
2393 Ruby 1.8 Bug Closed NoMethodError's message change in second time 04/30/2011 10:03 PM Actions
2390 Ruby master Bug Closed Marshal.dump pass a hidden object 04/30/2011 10:03 PM Actions
2372 Ruby master Feature Closed read_all() with buffering 04/30/2011 10:03 PM Actions
2369 Ruby master Bug Rejected ENV's strange behavior on WinXP usa (Usaku NAKAMURA) 04/30/2011 10:03 PM Actions
2342 Ruby master Bug Closed bootstraptest/test_thread.rb がまれに失敗する nobu (Nobuyoshi Nakada) 04/30/2011 10:03 PM Actions
2341 Ruby master Bug Closed CGIMultipartTest#_read のモードをバイナリモードに xibbar (Takeyuki FUJIOKA) 04/30/2011 10:03 PM Actions
2328 Ruby master Feature Rejected malloc_limit の肥大化を防ぎたい 04/30/2011 10:03 PM Actions
2310 Ruby master Bug Closed should ensure GVL_UNLOCK_END in rb_thread_blocking_region 04/30/2011 10:03 PM Actions
2226 Ruby master Bug Closed case 文の式が省略され when 節に配列展開があるときの挙動 matz (Yukihiro Matsumoto) 04/30/2011 10:03 PM Actions
1676 Ruby master Bug Closed only last "return" is traced by set_trace_func ko1 (Koichi Sasada) 04/30/2011 10:03 PM Actions
(1-50/58) Per page: 50, 100

Also available in: Atom CSV PDF