Fixed
Status Update
Comments
sp...@gmail.com <sp...@gmail.com> #2
Thanks for the feedback. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information when it applies if you haven’t already:
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#studio-bugs
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide at
as...@google.com <as...@google.com>
ap...@google.com <ap...@google.com> #3
Please follow the followings steps, the problem is 100% reproducible.
1. Download the source for the above given link.
2. Compiled and install onto an android device.
3. You should see the above problem after the app is launched.
4. If (3) does not produce the problem, proceed to login to an xmpp server with the given account in playstore aTalk.
5. Repeat steps 2 & 3, you should see the SIGSEGV happen a few times
6. Just click resume to continue
7. If you start going through some the the app features e.g. settings, making call, the above problem again will happen.
8. After that, the app works as normal
1. Download the source for the above given link.
2. Compiled and install onto an android device.
3. You should see the above problem after the app is launched.
4. If (3) does not produce the problem, proceed to login to an xmpp server with the given account in playstore aTalk.
5. Repeat steps 2 & 3, you should see the SIGSEGV happen a few times
6. Just click resume to continue
7. If you start going through some the the app features e.g. settings, making call, the above problem again will happen.
8. After that, the app works as normal
na...@google.com <na...@google.com> #4
Where do SIGSEGV (signal SIGSEGV: invalid address (fault address: 0x0))
errors appear?
Please attach idea.log. Thank you.
Description
Jetpack Compose version: 1.5.14
Jetpack Compose component used: 2024.05.00
Android Studio Build: Android Studio Jellyfish | 2023.3.1
Kotlin version: 1.9.24
Code Sample to Reproduce:
If you remove
inline
, everything will workLog output:
Is this expected behavior? It’s just that
rememberMyState { /* logic */ }
breaks down and a new one is recreated every time until lambda will be wrapped with remember