Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Flutter build web Segmentation Fault – Failed to start event handler thread

I’m encountering a segmentation fault error while running the flutter build web command as part of my CI pipeline. Here are the details of the error:

$ flutter build web --release --web-renderer=auto --dart-define develop=true
../../runtime/bin/eventhandler_linux.cc: 416: error: Failed to start event handler thread 1
===== CRASH =====
si_signo=Segmentation fault(11), si_code=1, si_addr=0x10
Aborting re-entrant request for stack trace.
/usr/bin/bash: line 126: 13 Aborted (core dumped) flutter build web --release --web-renderer=auto --dart-define develop=true

I’m not sure why this error is occurring, and I’d appreciate some guidance on how to resolve it. Here are some additional details:

I’m using Flutter version 3.10.6.
My operating system is MacOS.
I’ve tried running the command with different options, but the error persists.
I’ve searched for solutions online but haven’t been able to find a clear resolution. Any insights or suggestions on what might be causing this issue and how to fix it would be greatly appreciated.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Thank you for your help!

Flutter Web Should be build

>Solution :

It seems there are some miss configuration with your project. first try to flutter clean If its not working then try to upgrade flutter version using flutter upgrade and try to run it.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading