* [ruby-dev:50994] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする
@ 2021-01-23 0:01 under_free_fall
2021-02-02 8:49 ` [ruby-dev:51010] " naruse
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: under_free_fall @ 2021-01-23 0:01 UTC (permalink / raw)
To: ruby-dev
Issue #17572 has been reported by freedom (free dom).
----------------------------------------
Bug #17572: coerceで作成した(0.0/1)を計算に用いるとコアダンプする
https://bugs.ruby-lang.org/issues/17572
* Author: freedom (free dom)
* Status: Open
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
coerceで`(0.0/1)`等の値を作成することができ、こちらを計算に使用するとコアダンプして落ちます(出力は添付参照)
再現コード
``` ruby
1/0r.coerce(0.0+0i)[0]
```
よろしくおねがいします
---Files--------------------------------
coredump (19 KB)
--
https://bugs.ruby-lang.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ruby-dev:51010] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする
2021-01-23 0:01 [ruby-dev:50994] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする under_free_fall
@ 2021-02-02 8:49 ` naruse
2021-02-11 5:10 ` [ruby-dev:51019] " nagachika00
2021-04-04 23:40 ` [ruby-dev:51045] " usa
2 siblings, 0 replies; 4+ messages in thread
From: naruse @ 2021-02-02 8:49 UTC (permalink / raw)
To: ruby-dev
Issue #17572 has been updated by naruse (Yui NARUSE).
Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED to 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE
ruby_3_0 d370cb62d26f212e431d4a7b38db56254c95cd5d merged revision(s) 9efd590a13d1e8b8a141c46eabb48c2a1c286d2b,a55eb9a2af7950d180d9d31ffde2bce66710f44f.
----------------------------------------
Bug #17572: coerceで作成した(0.0/1)を計算に用いるとコアダンプする
https://bugs.ruby-lang.org/issues/17572#change-90241
* Author: freedom (free dom)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE
----------------------------------------
coerceで`(0.0/1)`等の値を作成することができ、こちらを計算に使用するとコアダンプして落ちます(出力は添付参照)
再現コード
``` ruby
1/0r.coerce(0.0+0i)[0]
```
よろしくおねがいします
---Files--------------------------------
coredump (19 KB)
--
https://bugs.ruby-lang.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ruby-dev:51019] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする
2021-01-23 0:01 [ruby-dev:50994] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする under_free_fall
2021-02-02 8:49 ` [ruby-dev:51010] " naruse
@ 2021-02-11 5:10 ` nagachika00
2021-04-04 23:40 ` [ruby-dev:51045] " usa
2 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2021-02-11 5:10 UTC (permalink / raw)
To: ruby-dev
Issue #17572 has been updated by nagachika (Tomoyuki Chikanaga).
Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE to 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE
ruby_2_7 4b6df7f735c10f326f09a44fe38dc10b05ced21c merged revision(s) a55eb9a2af7950d180d9d31ffde2bce66710f44f.
----------------------------------------
Bug #17572: coerceで作成した(0.0/1)を計算に用いるとコアダンプする
https://bugs.ruby-lang.org/issues/17572#change-90345
* Author: freedom (free dom)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE
----------------------------------------
coerceで`(0.0/1)`等の値を作成することができ、こちらを計算に使用するとコアダンプして落ちます(出力は添付参照)
再現コード
``` ruby
1/0r.coerce(0.0+0i)[0]
```
よろしくおねがいします
---Files--------------------------------
coredump (19 KB)
--
https://bugs.ruby-lang.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ruby-dev:51045] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする
2021-01-23 0:01 [ruby-dev:50994] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする under_free_fall
2021-02-02 8:49 ` [ruby-dev:51010] " naruse
2021-02-11 5:10 ` [ruby-dev:51019] " nagachika00
@ 2021-04-04 23:40 ` usa
2 siblings, 0 replies; 4+ messages in thread
From: usa @ 2021-04-04 23:40 UTC (permalink / raw)
To: ruby-dev
Issue #17572 has been updated by usa (Usaku NAKAMURA).
Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: DONE, 3.0: DONE to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: DONE
ruby_2_6 r67926 merged revision(s) a55eb9a2af7950d180d9d31ffde2bce66710f44f.
----------------------------------------
Bug #17572: coerceで作成した(0.0/1)を計算に用いるとコアダンプする
https://bugs.ruby-lang.org/issues/17572#change-91300
* Author: freedom (free dom)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]
* Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: DONE, 3.0: DONE
----------------------------------------
coerceで`(0.0/1)`等の値を作成することができ、こちらを計算に使用するとコアダンプして落ちます(出力は添付参照)
再現コード
``` ruby
1/0r.coerce(0.0+0i)[0]
```
よろしくおねがいします
---Files--------------------------------
coredump (19 KB)
--
https://bugs.ruby-lang.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-04 23:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 0:01 [ruby-dev:50994] [Ruby master Bug#17572] coerceで作成した(0.0/1)を計算に用いるとコアダンプする under_free_fall
2021-02-02 8:49 ` [ruby-dev:51010] " naruse
2021-02-11 5:10 ` [ruby-dev:51019] " nagachika00
2021-04-04 23:40 ` [ruby-dev:51045] " usa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).