Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/visual-studio-2010/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 螺纹';标准::向量<;foo*,std::分配器<;foo*>>;::_插入';(0xf4)已退出,代码为0(0x0)_C++_Visual Studio 2010_Stl - Fatal编程技术网

C++ 螺纹';标准::向量<;foo*,std::分配器<;foo*>>;::_插入';(0xf4)已退出,代码为0(0x0)

C++ 螺纹';标准::向量<;foo*,std::分配器<;foo*>>;::_插入';(0xf4)已退出,代码为0(0x0),c++,visual-studio-2010,stl,C++,Visual Studio 2010,Stl,在关闭应用程序时,我在调试输出中得到了一行奇怪的代码 The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x149c) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x1b68) has exi

在关闭应用程序时,我在调试输出中得到了一行奇怪的代码

The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x149c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1b68) has exited with code 0 (0x0).
The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1ad0) has exited with code 0 (0x0).
The thread 'RPC Callback Thread' (0x1f28) has exited with code 0 (0x0).
。。。或者

The thread 'RPC Callback Thread' (0x1f28) has exited with code 0 (0x0).
。。。但这是第一次。这个名字很奇怪的线程是什么

它是由STL发起的吗

编辑


这是调试输出的摘录

The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x149c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1b68) has exited with code 0 (0x0).
The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1ad0) has exited with code 0 (0x0).
The thread 'RPC Callback Thread' (0x1f28) has exited with code 0 (0x0).
线程“Win32线程”(0x149c)已退出,代码为0(0x0)。
线程“Win32 thread”(0x1b68)已退出,代码为0(0x0)。
线程“std::vector::_Insert_n”(0xf4)已退出,代码为0(0x0)。
线程“Win32 thread”(0x1ad0)已退出,代码为0(0x0)。
线程“RPC回调线程”(0x1f28)已退出,代码为0(0x0)。

是否只是两条输出消息交错?不,不是这样。这是几行调试消息中的一行,我见过控制台消息在不同线程上交错出现。但是,再次查看它时,线程名称似乎已损坏。我粘贴了调试输出的摘录。