Exception info

General adchpp discussion

Moderator: Moderators

Locked
VidFamne
Posts: 13
Joined: 2004-09-20 14:01

Exception info

Post by VidFamne » 2006-11-13 13:49

Code: Select all

Code: e06d7363
Version: ADCH++ v2.0.86-Debug
Time: 2006-11-13 13:01:23
TTH: 

kernel32!0x7C812A5B: RaiseException
f:\rtm\vctools\crt_bld\self_x86\crt\prebuild\eh\throw.cpp(166): _CxxThrowException
c:\boost\include\boost-1_33_1\boost\throw_exception.hpp(40): boost::throw_exception<boost>
c:\boost\include\boost-1_33_1\boost\function\function_template.hpp(574): boost::function1<void,std::vector<unsigned char,std::allocator<unsigned> > const &,std::allocator<void> >::operator()
c:\trunk\trunk\adchpp\managedsocket.cpp(179): adchpp::ManagedSocket::processData
c:\boost\include\boost-1_33_1\boost\bind\mem_fn_template.hpp(150): boost::_mfi::mf1<void,adchpp::ManagedSocket,std::vector<unsigned char,std::allocator<unsigned> > *>::operator()
c:\boost\include\boost-1_33_1\boost\bind.hpp(287): boost::_bi::list2<boost::_bi::value<adchpp>,boost::_bi::value<std::vector<unsigned char,std::allocator<unsigned> > *> >::operator()<boost::_mfi::mf1<void,adchpp::ManagedSocket,std::vector<unsigned char,std::allocator<unsigned> > *>,boost::_bi::list0>
c:\boost\include\boost-1_33_1\boost\bind\bind_template.hpp(21): boost::_bi::bind_t<void,boost::_mfi::mf1<void,adchpp::ManagedSocket,std::vector<unsigned char,std::allocator<unsigned> > *>,boost::_bi::list2<boost::_bi::value<adchpp>,boost::_bi::value<std::vector<unsigned char,std::allocator<unsigned> > *> > >::operator()
c:\boost\include\boost-1_33_1\boost\function\function_template.hpp(137): boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void=0x00735FA8,boost::_mfi::mf1<void=0x736CB2BD,adchpp::ManagedSocket=0x1003951F,std::vector<unsigned char=0x0060FF6C,std::allocator<unsigned> > *>=0x006B7BC4,boost::_bi::list2<boost::_bi::value<adchpp>=0x100392BF,boost::_bi::value<std::vector<unsigned char=0x0060FF6C,std::allocator<unsigned> > *> > >=0x0060FF0C,void>::invoke
c:\boost\include\boost-1_33_1\boost\function\function_template.hpp(576): boost::function0<void,std::allocator<void> >::operator()
c:\trunk\trunk\adchpp\socketmanager.cpp(1007): adchpp::SocketManager::run
c:\trunk\trunk\adchpp\thread.h(97): adchpp::Thread::starter
kernel32!0x7C80B683: GetModuleFileNameA

Got this exception info thrown at me, recently. I suspect it has something to do with search and search-result. Otherwise I have no clue.

Locked