WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ecj error: dalvikvm: Abort #18557

@hanyman7

Description

@hanyman7

A recent software was installed on my Samsung SM-A546U.
I can compile java code using ecj as before.
Additionally, dx --dex output=myclasses.dex
Then either add classes.dex to CLASSPATH or using -cp myclasses.dex Abort(s)

dalvikvm -cp myclasses.dex com.me.HelloWorld
Aborted

added echo statement to dalvikvm

exec /apex/com.android.art/bin/dalvikvm -Xusejit:true -Xnoimage-dex2oat -Djava.io.tmpdir=/data/data/com.termux/files/usr/tmp -cp classes.dex com.me.HelloWorld
Aborted

Interesting that both ecj and dx use same dalvikvm, but difference is that -Xcompiler mode seems to work ??? Help

Please guide me to collect any info requested
Screenshot_20231122_074141_Settings

termux-info.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    android-14inactiveNo activity in a certain period of time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions