-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
1.48.0 crashes sometimes when i try to quote-reply #4337
Comments
Is it 100% reproducible for you? I can't reproduce. |
No, it's not reproducible. If that rules out fixing it feel free to close.
I'll file another issue if it reappears. Was the first itme i encountered it
(but i am also not often quote-replying to webxdc-app messages).
…On Wed, Nov 13, 2024 at 02:09 -0800, WofWca wrote:
Is it 100% reproducible for you? I can't reproduce.
--
Reply to this email directly or view it on GitHub:
#4337 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
I looked through all the
They produce the same stack trace as in the screenshot you posted, unlike other |
@Simon-Laux also encountered this issue:
And I myself also just managed to reproduce this with [email protected]. I sent a message to it and starting quickly pressing Ctrl+Up to quote, and got the crash: And indeed it points to this line,
However, I am not 100% sure that this is the very same issue as in the original post. |
This is what I got by putting a conditional breakpoint Looks like these two pieces of code could be causing the crash: deltachat-desktop/packages/frontend/src/components/composer/Composer.tsx Lines 599 to 602 in f9362a9
deltachat-desktop/packages/frontend/src/components/composer/Composer.tsx Lines 662 to 665 in f9362a9
They actually mutate the state, I think this issue should belong to the "New Composer" project, given that it is not super severe. Un-assign it from the project if you disagree. |
The text was updated successfully, but these errors were encountered: