我是一名新程序员,最近开始从事抖动工作。我制作的应用程序在启动时会崩溃一半,而在其他情况下会完美运行。在Logcat中,它向我显示以下根本不了解的异常终止消息,这使我发疯。
void abort_message(const char *, ...): assertion "terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed
最佳答案
这是扑朔迷离的漏洞,有望在本周修复:
https://github.com/flutter/flutter/issues/24058