Project

General

Profile

Actions

Backport #1656

closed

fdiv の使用で Segmentation fault が発生する

Added by tadf (tadayoshi funaba) almost 15 years ago. Updated almost 13 years ago.

Status:
Closed

Description

=begin
fdiv の使用で Segmentation fault が発生します。

1.9 でも発生しますが、同じ理由かどうか判りません。

$ ruby -e '(Float::MAX.to_i*2).fdiv(0)'
-e:1: [BUG] Segmentation fault
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux]

Aborted
=end

Actions #1

Updated by nobu (Nobuyoshi Nakada) almost 15 years ago

  • Status changed from Open to Assigned
  • Assignee set to shyouhei (Shyouhei Urabe)

=begin
fixed at r23740.
=end

Actions #2

Updated by shyouhei (Shyouhei Urabe) over 14 years ago

  • Status changed from Assigned to Closed

=begin
Applied in changeset r24313.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0