Strange std::bad_alloc

不打扰是莪最后的温柔 提交于 2019-12-05 02:51:16

I cannot comment on your post, so I'll put it in reply.

I came across the same problem while using OpenFST with Kaldi (same system and gcc as yours). I didn't track the exact origin of this issue, but it seems, that kernel 3.12 is the issue here. I booted with one of the backup kernels (one of 3.11 series) and the problem was gone.

You can use:

yum list --showduplicates kernel

to find available 3.11 kernel.

EDIT:

It seems, that this bug is fixed in Kernel 3.12.11-201 and in 3.13+

Source: Bugzilla

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!