Android 颤振应用程序因std::bad_alloc abort消息而崩溃

Android 颤振应用程序因std::bad_alloc abort消息而崩溃,android,crash,flutter,crash-reports,Android,Crash,Flutter,Crash Reports,我是一个新的程序员,最近开始研究颤振。我制作了一个应用程序,在启动时有一半的时候会崩溃,其他时候它工作得很好。在Logcat中,它向我显示了下面的中止消息,我完全不理解它,它让我发疯 void abort_message(const char *, ...): assertion "terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed 这是颤振中的一个bug,有望在本周修复: 我知道这听

我是一个新的程序员,最近开始研究颤振。我制作了一个应用程序,在启动时有一半的时候会崩溃,其他时候它工作得很好。在Logcat中,它向我显示了下面的中止消息,我完全不理解它,它让我发疯

void abort_message(const char *, ...): assertion "terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed

这是颤振中的一个bug,有望在本周修复:


我知道这听起来很愚蠢……但我不确定是哪部分代码导致了崩溃。它只是偶尔发生,没有具体的原因,也只有在应用程序启动时才会发生,之后才会一帆风顺@埃勒特拉