### Steps to reproduce
after updating to flutter 3.32.0 i'm having trouble runn…ing my app on Ubuntu 22.04.
app freezes or crashes with 4 different error messages (see in logs).
sadly this is most likely related to my workstation, could not reproduce on an other Ubuntu 22.04 system.
so my application might rely on an outdated library.
maybe someone can point me in the right direction which library that might be.
i already tried "apt-get update && apt-get upgrade".
1. flutter create test
2. cd test
3. flutter run -d linux
### Expected results
app runs.
### Actual results
app freezes/crashes (see logs).
### Code sample
<details open><summary>Code sample</summary>
```dart
[Paste your code here]
```
</details>
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
[Upload media here]
</details>
### Logs
<details open><summary>Logs</summary>
```console
1.
(com.example.test:94819): Gdk-ERROR **: 16:11:53.449: The program 'com.example.test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 934 error_code 10 request_code 151 (GLX) minor_code 26)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Thread 1 "test" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff45c5167 in g_log_writer_default () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
backtrace:
#0 0x00007ffff45c5167 in g_log_writer_default () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff45c0cb3 in g_log_structured_array () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff45c0eb3 in g_log_structured_standard () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff7f0aeb4 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#4 0x00007ffff3d049f4 in _XError () from /lib/x86_64-linux-gnu/libX11.so.6
#5 0x00007ffff3d04af7 in ?? () from /lib/x86_64-linux-gnu/libX11.so.6
#6 0x00007ffff3d04b95 in ?? () from /lib/x86_64-linux-gnu/libX11.so.6
#7 0x00007ffff3d0640d in _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
#8 0x00007fffe128729c in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#9 0x00007fffe128916f in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#10 0x00007ffff019b492 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#11 0x00007ffff019d813 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#12 0x00007ffff01a2277 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#13 0x00007ffff7f08e7b in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#14 0x00007ffff7ed3fd3 in gdk_gl_context_make_current () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#15 0x00007ffff7f0502b in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#16 0x00007ffff7ee51d2 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#17 0x00007ffff7ee5418 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#18 0x00007ffff46d0700 in g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#19 0x00007ffff46d0863 in g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#20 0x00007ffff7edac6f in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#21 0x00007ffff7ec72ad in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#22 0x00007ffff45ba2c8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff45b9c44 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff460f2b8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007ffff45b73e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007ffff47defb5 in g_application_run () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#27 0x0000555555556461 in main (argc=1, argv=0x7fffffffdd18) at /home/user/test/linux/runner/main.cc:5
2.
(com.example.test:98050): Gdk-ERROR **: 16:14:20.682: The program 'com.example.test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 893 error_code 143 request_code 139 (RENDER) minor_code 7)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
(com.example.test:98050): Gdk-ERROR **: 16:14:20.682: The program 'com.example.test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadPixmap (invalid Pixmap parameter)'.
(Details: serial 894 error_code 4 request_code 54 (core protocol) minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Thread 1 "test" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff45c5167 in g_log_writer_default () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
backtrace:
0x00007ffff45c5167 in g_log_writer_default () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) backtrace
#0 0x00007ffff45c5167 in g_log_writer_default () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff45c0cb3 in g_log_structured_array () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff45c0eb3 in g_log_structured_standard () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff7f0aeb4 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#4 0x00007ffff3d049f4 in _XError () from /lib/x86_64-linux-gnu/libX11.so.6
#5 0x00007ffff3d04af7 in ?? () from /lib/x86_64-linux-gnu/libX11.so.6
#6 0x00007ffff3d04b95 in ?? () from /lib/x86_64-linux-gnu/libX11.so.6
#7 0x00007ffff3d04c6a in _XEventsQueued () from /lib/x86_64-linux-gnu/libX11.so.6
#8 0x00007ffff3cf1291 in XPending () from /lib/x86_64-linux-gnu/libX11.so.6
#9 0x00007ffff7efe479 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#10 0x00007ffff45b98e7 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffff460f183 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff45b73e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007ffff47defb5 in g_application_run () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#14 0x0000555555556461 in main (argc=1, argv=0x7fffffffdd18) at /home/user/test/linux/runner/main.cc:5
3.
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
test: ../../src/xcb_io.c:175: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Thread 10 "io.flutter.rast" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff17a2640 (LWP 99101)]
0x00007ffff3e969fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
backtrace:
#0 0x00007ffff3e969fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff3e42476 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007ffff3e287f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007ffff3e2871b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007ffff3e39e96 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007ffff3cfdcea in ?? () from /lib/x86_64-linux-gnu/libX11.so.6
#6 0x00007ffff3d0645b in _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
#7 0x00007fffe12873c6 in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#8 0x00007fffe12894de in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#9 0x00007ffff019d641 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#10 0x00007ffff01a2126 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#11 0x00007ffff7f08f58 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#12 0x00007ffff7ed460f in gdk_gl_context_clear_current () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#13 0x00007ffff7101d9c in fl_compositor_opengl_present_layers(_FlCompositor*, long, FlutterLayer const**, unsigned long) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#14 0x00007ffff710406d in compositor_present_view_callback(FlutterPresentViewInfo const*) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#15 0x00007ffff71b3ad3 in std::_fl::__function::__func<InferExternalViewEmbedderFromArgs(FlutterCompositor const*, bool)::$_2, std::_fl:
:allocator<InferExternalViewEmbedderFromArgs(FlutterCompositor const*, bool)::$_2>, bool (long, std::_fl::vector<FlutterLayer const*, st
d::_fl::allocator<FlutterLayer const*> > const&)>::operator()(long&&, std::_fl::vector<FlutterLayer const*, std::_fl::allocator<FlutterL
ayer const*> > const&) () from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#16 0x00007ffff71c2a17 in flutter::EmbedderLayers::InvokePresentCallback(long, std::_fl::function<bool (long, std::_fl::vector<FlutterLa
yer const*, std::_fl::allocator<FlutterLayer const*> > const&)> const&) const ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#17 0x00007ffff71bebea in flutter::EmbedderExternalViewEmbedder::SubmitFlutterView(long, GrDirectContext*, std::_fl::shared_ptr<impeller
::AiksContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutter::SurfaceFrame> >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#18 0x00007ffff790a4dd in flutter::Rasterizer::DrawToSurfaceUnsafe(long, flutter::LayerTree&, float, std::_fl::optional<fml::TimePoint>)
() from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#19 0x00007ffff7909bc3 in flutter::Rasterizer::DrawToSurfacesUnsafe(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_pt
r<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTre
eTask, std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#20 0x00007ffff7907fbf in flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flut
ter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTreeTask,
std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#21 0x00007ffff7908ef2 in flutter::Rasterizer::DoDraw(std::_fl::unique_ptr<flutter::FrameTimingsRecorder, std::_fl::default_delete<flutt
er::FrameTimingsRecorder> >, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTa
sk> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#22 0x00007ffff790c134 in std::_fl::__function::__func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameIt
em> > const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> > const&)::
$_0>, void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem> >)>::operator()(std::_fl::unique_ptr<f
lutter::FrameItem, std::_fl::default_delete<flutter::FrameItem> >&&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#23 0x00007ffff7908727 in flutter::Pipeline<flutter::FrameItem>::Consume(std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameIte
m, std::_fl::default_delete<flutter::FrameItem> >)> const&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#24 0x00007ffff790830b in flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> > const&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#25 0x00007ffff7923fb6 in std::_fl::__function::__func<fml::internal::CopyableLambda<flutter::Shell::OnAnimatorDraw(std::_fl::shared_ptr
<flutter::Pipeline<flutter::FrameItem> >)::$_0>, std::_fl::allocator<fml::internal::CopyableLambda<flutter::Shell::OnAnimatorDraw(std::_
fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> >)::$_0> >, void ()>::operator()() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#26 0x00007ffff712be8b in fml::MessageLoopImpl::FlushTasks(fml::FlushType) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#27 0x00007ffff7132b56 in fml::MessageLoopLinux::Run() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#28 0x00007ffff712bd42 in fml::MessageLoopImpl::DoRun() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#29 0x00007ffff7131a91 in std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> c
onst&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfi
g const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#30 0x00007ffff7131753 in fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#31 0x00007ffff3e94ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#32 0x00007ffff3f26850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
4.
[xcb] Unknown sequence number while processing reply
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
test: ../../src/xcb_io.c:730: _XReply: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Thread 10 "io.flutter.rast" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff0f22640 (LWP 100483)]
0x00007ffff3e969fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
backtrace:
#1 0x00007ffff3e42476 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007ffff3e287f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007ffff3e2871b in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007ffff3e39e96 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007ffff3d06694 in _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
#6 0x00007fffe12873c6 in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#7 0x00007fffe12894de in ?? () from /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#8 0x00007ffff019d641 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#9 0x00007ffff01a2126 in ?? () from /lib/x86_64-linux-gnu/libGLX.so.0
#10 0x00007ffff7f08f58 in ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#11 0x00007ffff7ed460f in gdk_gl_context_clear_current () from /lib/x86_64-linux-gnu/libgdk-3.so.0
#12 0x00007ffff7101d9c in fl_compositor_opengl_present_layers(_FlCompositor*, long, FlutterLayer const**, unsigned long) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#13 0x00007ffff710406d in compositor_present_view_callback(FlutterPresentViewInfo const*) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#14 0x00007ffff71b3ad3 in std::_fl::__function::__func<InferExternalViewEmbedderFromArgs(FlutterCompositor const*, bool)::$_2, std::_fl:
:allocator<InferExternalViewEmbedderFromArgs(FlutterCompositor const*, bool)::$_2>, bool (long, std::_fl::vector<FlutterLayer const*, st
d::_fl::allocator<FlutterLayer const*> > const&)>::operator()(long&&, std::_fl::vector<FlutterLayer const*, std::_fl::allocator<FlutterL
ayer const*> > const&) () from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#15 0x00007ffff71c2a17 in flutter::EmbedderLayers::InvokePresentCallback(long, std::_fl::function<bool (long, std::_fl::vector<FlutterLa
yer const*, std::_fl::allocator<FlutterLayer const*> > const&)> const&) const ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#16 0x00007ffff71bebea in flutter::EmbedderExternalViewEmbedder::SubmitFlutterView(long, GrDirectContext*, std::_fl::shared_ptr<impeller
::AiksContext> const&, std::_fl::unique_ptr<flutter::SurfaceFrame, std::_fl::default_delete<flutter::SurfaceFrame> >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#17 0x00007ffff790a4dd in flutter::Rasterizer::DrawToSurfaceUnsafe(long, flutter::LayerTree&, float, std::_fl::optional<fml::TimePoint>)
() from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#18 0x00007ffff7909bc3 in flutter::Rasterizer::DrawToSurfacesUnsafe(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_pt
r<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTre
eTask, std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#19 0x00007ffff7907fbf in flutter::Rasterizer::DrawToSurfaces(flutter::FrameTimingsRecorder&, std::_fl::vector<std::_fl::unique_ptr<flut
ter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTreeTask,
std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#20 0x00007ffff7908ef2 in flutter::Rasterizer::DoDraw(std::_fl::unique_ptr<flutter::FrameTimingsRecorder, std::_fl::default_delete<flutt
er::FrameTimingsRecorder> >, std::_fl::vector<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTa
sk> >, std::_fl::allocator<std::_fl::unique_ptr<flutter::LayerTreeTask, std::_fl::default_delete<flutter::LayerTreeTask> > > >) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#21 0x00007ffff790c134 in std::_fl::__function::__func<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameIt
em> > const&)::$_0, std::_fl::allocator<flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> > const&)::
$_0>, void (std::_fl::unique_ptr<flutter::FrameItem, std::_fl::default_delete<flutter::FrameItem> >)>::operator()(std::_fl::unique_ptr<f
lutter::FrameItem, std::_fl::default_delete<flutter::FrameItem> >&&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#22 0x00007ffff7908727 in flutter::Pipeline<flutter::FrameItem>::Consume(std::_fl::function<void (std::_fl::unique_ptr<flutter::FrameIte
m, std::_fl::default_delete<flutter::FrameItem> >)> const&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#23 0x00007ffff790830b in flutter::Rasterizer::Draw(std::_fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> > const&) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#24 0x00007ffff7923fb6 in std::_fl::__function::__func<fml::internal::CopyableLambda<flutter::Shell::OnAnimatorDraw(std::_fl::shared_ptr
<flutter::Pipeline<flutter::FrameItem> >)::$_0>, std::_fl::allocator<fml::internal::CopyableLambda<flutter::Shell::OnAnimatorDraw(std::_
fl::shared_ptr<flutter::Pipeline<flutter::FrameItem> >)::$_0> >, void ()>::operator()() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#25 0x00007ffff712be8b in fml::MessageLoopImpl::FlushTasks(fml::FlushType) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#26 0x00007ffff7132b56 in fml::MessageLoopLinux::Run() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#27 0x00007ffff712bd42 in fml::MessageLoopImpl::DoRun() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#28 0x00007ffff7131a91 in std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> c
onst&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfi
g const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#29 0x00007ffff7131753 in fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) ()
from /home/user/test/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
#30 0x00007ffff3e94ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#31 0x00007ffff3f26850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[✓] Flutter (Channel stable, 3.32.0, on Ubuntu 22.04.5 LTS 6.8.0-59-generic, locale en_US.UTF-8) [173ms]
• Flutter version 3.32.0 on channel stable at /home/user/programms/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision be698c48a6 (7 days ago), 2025-05-19 12:59:14 -0700
• Engine revision 1881800949
• Dart version 3.8.0
• DevTools version 2.45.1
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [1,582ms]
• Android SDK at /home/user/Android/Sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_HOME = /home/user/Android/Sdk
• Java binary at: /home/user/programms/android-studio/jbr/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
• All Android licenses accepted.
[✓] Chrome - develop for the web [107ms]
• Chrome at google-chrome
[✓] Linux toolchain - develop for Linux desktop [271ms]
• Ubuntu clang version 14.0.0-1ubuntu1.1
• cmake version 3.22.1
• ninja version 1.10.1
• pkg-config version 0.29.2
• GL_EXT_framebuffer_blit: no
• GL_EXT_texture_format_BGRA8888: no
[✓] Android Studio (version 2024.1) [106ms]
• Android Studio at /home/user/programms/android-studio
• Flutter plugin version 80.0.2
• Dart plugin version 241.17502
• android-studio-dir = /home/user/programms/android-studio
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
[✓] VS Code (version unknown) [15ms]
• VS Code at /usr/share/code
• Flutter extension version 3.110.0
✗ Unable to determine VS Code version.
[✓] Connected device (2 available) [110ms]
• Linux (desktop) • linux • linux-x64 • Ubuntu 22.04.5 LTS 6.8.0-59-generic
• Chrome (web) • chrome • web-javascript • Google Chrome 132.0.6834.110
[✓] Network resources [686ms]
• All expected network resources are available.
• No issues found!
```
</details>