-
Notifications
You must be signed in to change notification settings - Fork 282
Segmentation fault: 11 when resizing window on MacOS #133
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
Comments
Could you add the full strack trace? How can you still maximize the window when it has crashed? Or do you mean, when starting the application and then maximizing directly? |
There is not stack trace in console, just error message. |
Can you share the full console output? |
Hi, I am trying another app and having same results. After I start application it appears with black window. I see following messages in console:
When I try to resize app it crashes and another line is added to console:
Flutter info:
Note: the only possible way to make it working was not to resize but rather expand window to full screen. Everything works excellent on Windows and Linux (and I see same FlutterOpenGLRendererConfig related error on linux too, but with no segmentation fault, it just works ). |
Hi Radzish, thanks for the report. |
Hi, |
Additional info:
|
Another info: this happens also when running "standard" flutter desktop embedding |
This is a longstanding issue of the Flutter Engine: flutter/flutter#17579
Their side:
|
This issue as this seems to be an issue with the Flutter Engine, not the go-flutter embedder (this project). Will keep this issue open to track the problem until it's fixed in flutter/flutter. |
Need to implement: flutter/engine#13124 |
This fixes the issue where on MacOS the embedder crashes during window resizing. fixes #133 This dosn't fixes the jankyness during resize. Follow flutter/flutter#44136 for more info.
This fixes the issue where on MacOS the embedder crashes during window resizing. fixes #133 This dosn't fixes the jankyness during resize. Follow flutter/flutter#44136 for more info.
This issue should be fixed in go-flutter: |
Second effort at fixing #133, fixe failed and reported in #326 --- First effort: This fixes the issue where on MacOS the embedder crashes during window resizing. fixes #133 This dosn't fixes the jankyness during resize. Follow flutter/flutter#44136 for more info.
Please make sure to stay on v0.34.0 if you have this issue. I have tagged the latest master as v0.34.1, which reverts the fix for this issue (#133), but solves the regression (#326). Use `hover -b '@v0.34.0' to keep using the version that fixed this issue, until this issue is fixed permantently (without the regression). |
Any progress on this? |
Can you try: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Tried to fix this issue, encounter a bug, I want to do more investigation on this: flutter/flutter#48651 |
fixes #133: same task runner for platform&render
Initially screen is empty, then when I resize it - application crashes with message in issue title.
After maximizing application works fine.
The text was updated successfully, but these errors were encountered: