status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.88k stars 984 forks source link

MTE Crash #21141

Open pwn-all opened 2 weeks ago

pwn-all commented 2 weeks ago

Bug Report

Problem

On Keys generation apps getting crash

Expected behavior

Normal Keys Generation

Actual behavior

Crash

Reproduction

  1. Download Status 2.29
  2. Install & Run
  3. On Keys Generation with enabled MTE is crash

Additional Information

type: crash
osVersion: google/husky/husky:14/.../2024082200:user/release-keys
uid: 10108 (u:r:untrusted_app:s0:c108,c256,c512,c768)
cmdline: im.status.ethereum
processUptime: 29s

signal: 11 (SIGSEGV), code 9 (SEGV_MTESERR), faultAddr d00d97e67387cd0
threadName: create_react_co
MTE: enabled

backtrace:
    /data/app/~~_P0sAI1kLHJs674YykSsJA==/im.status.ethereum-MVAk_zPU98kAOx7AqSu7VA==/lib/arm64/libgojni.so (pc 13554f8)
churik commented 2 weeks ago

The same lib, cross-referencing with https://github.com/status-im/status-mobile/issues/21133

siddarthkay commented 2 weeks ago

@churik : indeed this is similar, however this crash is due to SIGSEGV and we would need a more detailed stacktrace or a local reproduction to make any progress.