-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[MaterialContainerTransform] Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x20 in tid 6227 (RenderThread) #4538
Comments
Related Open issue: #1249 |
could you provide a small sample app that reproduces the issue? |
Currently, This is happening in live project which might have complex views / web views etc. Given stack trace doesn't point to any one of the application component. Hard for now to replicate is small sample. Based on the bug report: https://drive.google.com/file/d/1JRHxej3uR-puPOhGJwtx82apV-nvKVkp/view?usp=sharing Do you have any suggestion which component could be possible cause of this. Is their any way to get more information on this fatal error happening on the render thread to understand what render thread was processing. |
Interestingly, this is happening on material
|
@hunterstich could you take a look? |
Apologies. This is now happening with 1.12.0-rc01 as well with the same frequency. Will check further. |
We reviewed multiple version available and found out starting from version For verification we have also released a beta with slide animation instead of Requesting material and transition team to review this. |
@leticiarossi @hunterstich Can you please take a look. Let me know if you need more info. |
https://issuetracker.google.com/issues/388685478
Description:
This is happening from when user goes from list to detail and then click back.
The list screen is simple android views like recycler view and card.
However, detail view contain some native android views followed by web view and ads component (mostly web as well).
Also, during trasition we have transition via MaterialContainerTransform.
Android API version: Mostly All
Material Library version: 1.12.0
Device: Mostly All
Stack Trace:
The text was updated successfully, but these errors were encountered: