Project

General

Profile

Actions

Bug #411

closed

id collision in ordered map

Added by Anonymous over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
[ruby-core:18201]

Description

=begin
On x86_64 on openSUSE and SUSE Linux Enterprise Server, I am getting the following error during make check:

  1. Error:
    test_object_id_collision(YAML_Unit_Tests):
    RuntimeError: id collision in ordered map
    ./test/yaml/test_yaml.rb:1281:in `test_object_id_collision'

It does not occur on i586 (32-bit).
=end

Actions #1

Updated by pzb (Peter Bowen) over 15 years ago

=begin
Occurs in ruby 1.8.6-p286
=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 15 years ago

=begin
Hi,

At Fri, 8 Aug 2008 23:40:01 +0900,
Anonymous wrote in [ruby-core:18201]:

On x86_64 on openSUSE and SUSE Linux Enterprise Server, I am getting the following error during make check:

  1. Error:
    test_object_id_collision(YAML_Unit_Tests):
    RuntimeError: id collision in ordered map
    ./test/yaml/test_yaml.rb:1281:in `test_object_id_collision'

It does not occur on i586 (32-bit).

It reproduced with 1.8.6 on i686-linux, but not with 1.8.7.
Regarding it occurs on 1.8.6 with lib/yaml and ext/syck of
1.8.7, it seems related to some changes of core, instead of
syck/yaml.

--
Nobu Nakada

=end

Actions #3

Updated by shyouhei (Shyouhei Urabe) about 15 years ago

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

=begin
This issue has already fixed in the repository.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0