Actions
Bug #411
closedid collision in ordered map
Description
=begin
On x86_64 on openSUSE and SUSE Linux Enterprise Server, I am getting the following error during make check:
- 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
Updated by pzb (Peter Bowen) about 16 years ago
=begin
Occurs in ruby 1.8.6-p286
=end
Updated by nobu (Nobuyoshi Nakada) about 16 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:
- 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
Updated by shyouhei (Shyouhei Urabe) almost 16 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
Like0
Like0Like0Like0