We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Android node crashes on x86_64 ABI. x86 works fine.
To Reproduce Steps to reproduce the behavior:
Launch Mysterium app on Android Studio emulator (with any x86_64 ABI) Click "Create New Account" Crash:
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: uid: 10157 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr -------- 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: Cause: seccomp prevented call to disallowed x86_64 system call 232 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rax 00000000000000e8 rbx 000000c000042000 rcx 000070b6a8799fea rdx 0000000000000001 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: r8 0000000000000000 r9 0000000000000000 r10 ffffffffffffffff r11 0000000000000206 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: r12 0000000000000000 r13 0000000000000001 r14 000000c000103380 r15 0000000000000000 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rdi 0000000000000080 rsi 000000c000052f84 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rbp 000000c000052f48 rsp 000000c000052ee0 rip 000070b6a8799fea 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: backtrace: 2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: #00 pc 0000000000398fea /data/app/~~C5nPsjh02jD4NIq6JJW5iQ==/network.mysterium.vpn-1odBKVToaO2O6cxjjV56vQ==/base.apk 2022-11-08 12:25:08.968 296-296/? E/tombstoned: Tombstone written to: tombstone_00 2022-11-08 12:25:09.228 474-474/? E/ClientCache: failed to get buffer, invalid process token 2022-11-08 12:25:09.456 474-474/? E/BpTransactionCompletedListener: Failed to transact (-32)
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Node version: 1.19.2 OS: Android
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Android node crashes on x86_64 ABI.
x86 works fine.
To Reproduce
Steps to reproduce the behavior:
Launch Mysterium app on Android Studio emulator (with any x86_64 ABI)
Click "Create New Account"
Crash:
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: uid: 10157
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr --------
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: Cause: seccomp prevented call to disallowed x86_64 system call 232
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rax 00000000000000e8 rbx 000000c000042000 rcx 000070b6a8799fea rdx 0000000000000001
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: r8 0000000000000000 r9 0000000000000000 r10 ffffffffffffffff r11 0000000000000206
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: r12 0000000000000000 r13 0000000000000001 r14 000000c000103380 r15 0000000000000000
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rdi 0000000000000080 rsi 000000c000052f84
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: rbp 000000c000052f48 rsp 000000c000052ee0 rip 000070b6a8799fea
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: backtrace:
2022-11-08 12:25:08.917 7445-7445/? A/DEBUG: #00 pc 0000000000398fea /data/app/~~C5nPsjh02jD4NIq6JJW5iQ==/network.mysterium.vpn-1odBKVToaO2O6cxjjV56vQ==/base.apk
2022-11-08 12:25:08.968 296-296/? E/tombstoned: Tombstone written to: tombstone_00
2022-11-08 12:25:09.228 474-474/? E/ClientCache: failed to get buffer, invalid process token
2022-11-08 12:25:09.456 474-474/? E/BpTransactionCompletedListener: Failed to transact (-32)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Node version: 1.19.2
OS: Android
The text was updated successfully, but these errors were encountered: