-
Notifications
You must be signed in to change notification settings - Fork 859
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
ijar's problem #3157
Comments
Some more repro steps would be useful. |
@benhillis I've added the repro steps, I apologize that I can't make it much simpler than this. |
Ref #2948 and #1771. Ben at the end of the day this is going to take downloading Lineage and having a long look. Fail here is
|
I mean, for shorter repro it could be a matter of just cloning the repository containing the tool that fails. In this case ijar which is here: https://github.com/LineageOS/android_prebuilts_build-tools/tree/lineage-15.1/linux-x86/bin and run it against some test files. |
Easiest repro on build 17134.48
|
thanks @onomatopellan |
@benhillis just wanted to note I've simplified the strace and the steps to reproduce on the OP as much as I could. should be simple to figure what's going on |
Indeed. #902 |
Your Windows build number: Microsoft Windows [Version 10.0.17661.1001]
Steps to reproduce:
What you're doing and what's happening:
I'm attempting to run ijar on wsl and consistently get this output on .jar files
ftruncate(fd_out, GetSize()): Invalid argument Aborted (core dumped)
What's wrong / what should be happening instead:
should successfully complete as on native Ubuntu
Strace of the failing command, if applicable:
https://gist.github.com/Uldiniad/cbc1da569f93253e53c25dac9cb83d45
Related workaround:
https://review.lineageos.org/#/c/LineageOS/android_build/+/208102/5/tools/ijar/zip.cc
The text was updated successfully, but these errors were encountered: