[stable] Add changelog for 3.41.4.#183183
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
There was a problem hiding this comment.
Code Review
This pull request updates the changelog for version 3.41.4. I've found a typo in one of the issue numbers and a changelog entry that could be more descriptive for users, as per the repository's own guidelines for hotfix documentation.
Note: Security Review has been skipped due to the limited scope of the PR.
| ### [3.41.4](https://github.com/flutter/flutter/releases/tag/3.41.4) | ||
| - [flutter/182748](https://github.com/flutter/flutter/issues/182748) When building for an iOS simulator with Xcode 26, the build will fail when there is a CocoaPod dependency that does not support arm. | ||
| - [flutter/182361](https://github.com/flutter/flutter/issues/182361) When iOS plugins register to receive lifecycle events during an event, a crash may occur. | ||
| - [flutter/182367](https://github.com/flutter/flutter/issues/182367) Crash on Flutter Web Skwasm apps. |
There was a problem hiding this comment.
I'd suggest adding more context on when this crash occurs if possible. Maybe something from the original PR description?
This PR fixes a critical memory crash in Skwasm. The root cause was the incorrect usage of withStackScope with an async closure in SkwasmSurface.rasterizeToImageBitmaps.
There was a problem hiding this comment.
I think it basically happens randomly from what I understand, it's basically a race condition.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
camsim99
left a comment
There was a problem hiding this comment.
LGTM, thanks for the clarification
| ### [3.41.4](https://github.com/flutter/flutter/releases/tag/3.41.4) | ||
| - [flutter/182748](https://github.com/flutter/flutter/issues/182748) When building for an iOS simulator with Xcode 26, the build will fail when there is a CocoaPod dependency that does not support arm. | ||
| - [flutter/182361](https://github.com/flutter/flutter/issues/182361) When iOS plugins register to receive lifecycle events during an event, a crash may occur. | ||
| - [flutter/182367](https://github.com/flutter/flutter/issues/182367) Crash on Flutter Web Skwasm apps. |
6820b15
into
flutter:flutter-3.41-candidate.0
No description provided.