RVM

VM_OptGenericMapIterator: findGCMapIndex failed

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 2.9.0.1
  • Fix Version/s: 3.0
  • Component/s: Compiler: Optimizing
  • Labels:
    None
  • Environment:
    rvmx86lnx32.anu.edu.au
  • Number of attachments :
    0

Description

Errors of the form "VM_OptGenericMapIterator: findGCMapIndex failed" have recently started occurring at Opt1 compilation. It looks like this started after changes to the Opt compiler.

SELECT
('http://jikesrvm.anu.edu.au/cattrack/results/' || hosts.name || '/' || test_runs.variant || '.' || test_runs.id || '/' || build_configurations.name || '/' || test_configurations.name || '/' || groups.name || '/' || test_cases.name || '/' || test_case_executions.name ||'/Output.txt') AS uri,
test_runs.start_time
FROM test_runs
RIGHT JOIN hosts ON hosts.id = test_runs.host_id
RIGHT JOIN build_configurations ON build_configurations.test_run_id = test_runs.id
RIGHT JOIN test_configurations ON test_configurations.build_configuration_id = build_configurations.id
RIGHT JOIN groups ON groups.test_configuration_id = test_configurations.id
RIGHT JOIN test_cases ON test_cases.group_id = groups.id
RIGHT JOIN test_case_executions ON test_case_executions.test_case_id = test_cases.id
WHERE
test_case_executions.id IN (SELECT owner_id FROM test_case_execution_outputs WHERE output LIKE '%VM_OptGenericMapIterator: findGCMapIndex failed%')
ORDER BY test_runs.start_time DESC

http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/stress.833/gcstress/Opt_1/dacapo/pmd/default/Output.txt 2007-08-21 16:01:15.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/stress.706/gcstress/Opt_1/dacapo/eclipse/default/Output.txt 2007-08-04 16:01:00.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/stress.706/gcstress/Opt_1/SPECjbb2005/SPECjbb2005/default/Output.txt 2007-08-04 16:01:00.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/stress.706/gcstress/Opt_1/dacapo/chart/default/Output.txt 2007-08-04 16:01:00.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/stress.702/gcstress/Opt_1/dacapo/antlr/default/Output.txt 2007-08-03 16:00:51.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx64.anu.edu.au/sanity.255/FullAdaptiveGenCopy/default/dacapo/xalan/default/Output.txt 2007-05-04 15:01:09.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/sanity.347/FullAdaptiveGenCopy/default/dacapo/xalan/default/Output.txt 2007-05-04 15:01:09.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/sanity.372/production/default/SPECjbb2005/SPECjbb2005/default/Output.txt 2007-03-17 15:00:50.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx64.anu.edu.au/sanity.274/production/default/SPECjbb2005/SPECjbb2005/default/Output.txt 2007-03-17 15:00:50.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/sanity.317/production/default/soot/soot.Main/default/Output.txt 2007-03-07 15:01:07.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx64.anu.edu.au/sanity.238/production/default/soot/soot.Main/default/Output.txt 2007-03-07 15:01:07.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx64.anu.edu.au/sanity.234/development/default/soot/soot.Main/default/Output.txt 2007-03-06 15:01:15.0
http://jikesrvm.anu.edu.au/cattrack/results/rvmx86lnx32.anu.edu.au/sanity.313/development/default/soot/soot.Main/default/Output.txt 2007-03-06 15:01:15.0

Activity

Hide
Peter Donald added a comment -

Could you look at this as it seems likely that the changes that caused this were part of changes you made

Show
Peter Donald added a comment - Could you look at this as it seems likely that the changes that caused this were part of changes you made
Hide
Ian Rogers added a comment -

Is this still an issue?

Show
Ian Rogers added a comment - Is this still an issue?
Hide
Ian Rogers added a comment -

Is this still an issue?

Show
Ian Rogers added a comment - Is this still an issue?
Hide
Daniel Frampton added a comment -

Possibly related to barrier issues addressed in 13692.

Will have to wait and see...

Show
Daniel Frampton added a comment - Possibly related to barrier issues addressed in 13692. Will have to wait and see...
Hide
Ian Rogers added a comment -

I can't search cattrack and its unclear to me what this error is. I've not seen the error so it could be its been cleared up by something else. I propose we close it if we here nothing prior to the 2.9.4 release.

Show
Ian Rogers added a comment - I can't search cattrack and its unclear to me what this error is. I've not seen the error so it could be its been cleared up by something else. I propose we close it if we here nothing prior to the 2.9.4 release.
Hide
Daniel Frampton added a comment -

A search of the cattrack database reveals that this error has not occurred since October last year.

Show
Daniel Frampton added a comment - A search of the cattrack database reveals that this error has not occurred since October last year.
Hide
David Grove added a comment -

reopening so I can modify fix target to 3.0

Show
David Grove added a comment - reopening so I can modify fix target to 3.0

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: