Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JikesRVM: error loading library ./libcore_3_1_0.so in semispace eclipse #70

Open
qinsoon opened this issue Jun 11, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@qinsoon
Copy link
Member

qinsoon commented Jun 11, 2021

This bug seems to be introduced in the rebase of JikesRVM to upstream. The error message is JikesRVM: error loading library ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/libcore_3_1_0.so: No such file or directory.

===

After rebasing to JikesRVM upstream:

  • binding: b186ad2
  • jikesrvm: aadd13f760034bfb921aec9da4ea871c7a4d77e1
  • build: RUSTUP_TOOLCHAIN=nightly-2020-12-20 ./bin/buildit localhost RFastAdaptiveSemiSpace --answer-yes --use-third-party-heap=../.. --use-third-party-build-configs=../../jikesrvm/build/configs/ --use-external-source=../../jikesrvm/rvm/src --m32
  • Run
$ ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/rvm -X:gc:threads=16 -Xms150M -Xmx150M -jar /usr/share/benchmarks/dacapo/dacapo-2006-10-MR2.jar eclipse
===== DaCapo eclipse starting =====
<setting up workspace...>
JikesRVM: error loading library ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/libcore_3_1_0.so: ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/libcore_3_1_0.so: cannot open shared object file: No such file or directory
JikesRVM: error loading library ./libcore_3_1_0.so: ./libcore_3_1_0.so: cannot open shared object file: No such file or directory
<creating projects..............................................................>
<running tests at level 0...>
<performing build tests...>
        org.apache.ant (not open) opening cleaning building
        org.junit (not open) opening cleaning building
        org.eclipse.osgi (not open) opening cleaning building
<performing type hierarchy tests...>
        Hierarchy: org.eclipse.help.internal HelpPlugin
<performing AST tests...>
        AST creation: org.eclipse.jdt.internal.compiler.parser
<performing completion tests...>
        Completion: Completion>Name>Empty
        Completion: Completion>Name>Empty>No Method
<performing search tests...>
        Searching: indexing
===== DaCapo eclipse PASSED in 15299 msec =====

===

Before rebase:

  • binding: e8980fd
  • jikesrvm: 6c1967070af9f3fd82f0999205647ff46053be56
  • build: RUSTUP_TOOLCHAIN=nightly-2020-12-20 ./bin/buildit localhost RFastAdaptiveSemiSpace --answer-yes --use-third-party-heap=../.. --use-third-party-build-configs=../../jikesrvm/build/configs/ --use-external-source=../../jikesrvm/rvm/src
  • run
$ ./dist/RFastAdaptiveSemiSpace_x86_64-linux/rvm -X:gc:threads=16 -Xms150M -Xmx150M -jar /usr/share/benchmarks/dacapo/dacapo-2006-10-MR2.jar eclipse===== DaCapo eclipse starting =====
<setting up workspace...>
<creating projects..............................................................>
<running tests at level 0...>
<performing build tests...>
        org.apache.ant (not open) opening cleaning building
        org.junit (not open) opening cleaning building
        org.eclipse.osgi (not open) opening cleaning building
<performing type hierarchy tests...>
        Hierarchy: org.eclipse.help.internal HelpPlugin
<performing AST tests...>
        AST creation: org.eclipse.jdt.internal.compiler.parser
<performing completion tests...>
        Completion: Completion>Name>Empty
        Completion: Completion>Name>Empty>No Method
<performing search tests...>
        Searching: indexing
===== DaCapo eclipse PASSED in 14978 msec =====
@qinsoon qinsoon added the bug Something isn't working label Jun 11, 2021
@erik-brangs
Copy link

I've reverted the offending commit in Jikes RVM in 38b21f5a663016dbf43771cb2d231f74db0a01c6. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants