Replies: 6 comments 14 replies
-
unfortunately I confirm the crash, I had not checked the arm64 version, thanks for the report.
it has already happened.
never mind, in my naivety, when the same problem had occurred, I had thought of a security problem, which is why I took the trouble to verify it.
Look, this is something I've been thinking about for a while. |
Beta Was this translation helpful? Give feedback.
-
this is the stack trace:
the crash is a ctor of |
Beta Was this translation helpful? Give feedback.
-
Will this not be a huge negative impact on security? |
Beta Was this translation helpful? Give feedback.
-
Does Vanadium not use CFI? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the really thorough investigation! Does anyone know if this has been fixed in the recently-released Chromium version 118? |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
@uazo, You probably already know that this is an issue in 117, but just in case, I wanted to let you know that we were encountering
SIGTRAP
crashes shortly after startup in our fork of 117 for CalyxOS (Android) that took us a while to track down and caused some confusion. When we figured out that the crashes were only happening withis_cfi=true
, we briefly useduse_cfi_diag=true
to try to track down the crashes, but after it looked like a can of worms, we eventually we decided to just turn off CFI in our build for now.Unfortunately I didn't document it extensively, but one of the issues was a failure to link with
FastCheckoutAccessibilityService
, another similar forAutofillKeyboardAccessoryAdapter
, and I gave up at a cast to unsupported type issue withlibunwind
.If you have already built Cromite 117 for Android and are not experiencing crashes or have any tips, we'd love to know!
Thanks as always for all your work on Cromite.
Beta Was this translation helpful? Give feedback.
All reactions