1 Jul
2003
1 Jul
'03
7:20 p.m.
Ken Alverson wrote:
I'm running into an odd deadlock situation, and I was wondering if it's a known issue, or if there's likely something wrong with my code, or if I've misconfigured something? First off, a stack trace:
ntdll.dll!77f5b7f4() kernel32.dll!77e61bf5() scanner.exe!boost::detail::sp_counted_base::release() Line 132 + 0xf C++
Is it possible that your program is using the multithreaded runtime but the filesystem library has been compiled as single threaded, or vice versa?