Ticket #6638: CallStack.txt

File CallStack.txt, 2.3 KB (added by john doe <johndoe>, 11 years ago)

Full stack trace

Line 
1 msvcp100d.dll!std::codecvt<wchar_t,char,int>::in(int & _State=0, const char * _First1=0x0022fce8, const char * _Last1=0x0022fcee, const char * & _Mid1=0xcccccccc, wchar_t * _First2=0x0022f974, wchar_t * _Last2=0x0022fb74, wchar_t * & _Mid2=0xcccccccc) Line 1521 + 0x1f bytes C++
2
3> paths.exe!`anonymous namespace'::convert_aux(const char * from=0x0022fce8, const char * from_end=0x0022fcee, wchar_t * to=0x0022f974, wchar_t * to_end=0x0022fb74, std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > & target="", const std::codecvt<wchar_t,char,int> & cvt={...}) Line 84 + 0x25 bytes C++
4
5 paths.exe!boost::filesystem3::path_traits::convert(const char * from=0x0022fce8, const char * from_end=0x0022fcee, std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > & to="", const std::codecvt<wchar_t,char,int> & cvt={...}) Line 165 + 0x20 bytes C++
6
7 paths.exe!boost::filesystem3::path_traits::dispatch<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > >(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & c="narrow", std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > & to="", const std::codecvt<wchar_t,char,int> & cvt={...}) Line 174 + 0x7e bytes C++
8
9 paths.exe!boost::filesystem3::path::path<char const [7]>(const char [7]& source=0x00eccafc, void * __formal=0x00000000) Line 135 + 0x29 bytes C++
10
11 paths.exe!`dynamic initializer for 'r''() Line 12 + 0x52 bytes C++
12
13 msvcr100d.dll!_initterm(void (void)* * pfbegin=0x00ecc320, void (void)* * pfend=0x00ecc450) Line 873 C
14
15 paths.exe!__tmainCRTStartup() Line 473 + 0xf bytes C
16
17 paths.exe!wmainCRTStartup() Line 371 C
18
19 kernel32.dll!769b339a()
20
21 [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
22 ntdll.dll!77999ef2()
23 ntdll.dll!77999ec5()
24
25// -- msvcp100d.dll call ends in xlocale in(...) at return (do_in(...
26// -- C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\crt\src\xlocale
27//
28 result __CLR_OR_THIS_CALL in(_Statype& _State,
29 const _Byte *_First1, const _Byte *_Last1, const _Byte *& _Mid1,
30 _Elem *_First2, _Elem *_Last2, _Elem *& _Mid2) const
31 { // convert bytes [_First1, _Last1) to [_First2, _Last)
32 return (do_in(_State,
33 _First1, _Last1, _Mid1, _First2, _Last2, _Mid2));
34 }
35//HTH