Exception info

DCH++ has been abandoned, this forum serves mainly as an archive

Moderator: Moderators

Locked
iceman50
Posts: 6
Joined: 2004-03-21 08:29
Location: chicago
Contact:

Exception info

Post by iceman50 » 2005-01-09 16:28

well here it goes .. an exception i got from using big brother plugin

Code: Select all

  Code: c0000005
Call stack info: 
     d:\documents and settings\administrator\my documents\compilation tools\includes\dcplusplus-stlport-4.6\stl\_string.h(124) : _STL::_String_base<char=0x0877CD34,_STL::allocator<char> >::_M_deallocate_block
     BigBrother!0x003f240f : BigBrother::Message::~Message
     BigBrother!0x003f3f3f : __ArrayUnwind
     BigBrother!0x003f3fdb : `eh vector destructor iterator'
     MSVCR71!0x7c3425a8 : __NLG_Return2
     MSVCR71!0x7c3424e2 : _except_handler3
     ntdll!0x77f68cf6 : RtlUpcaseUnicodeString
     ntdll!0x77f68cc5 : RtlUpcaseUnicodeString
     kernel32!0x77e75da8 : OutputDebugStringA
     kernel32!0x77e70b2d : ValidateLocale
     ntdll!0x77f68cf6 : RtlUpcaseUnicodeString
     ntdll!0x77f68cc5 : RtlUpcaseUnicodeString
     ntdll!0x77f45275 : KiUserExceptionDispatcher
     BigBrother!0x003f326c : BigBrother::Message::`vector deleting destructor'
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\plugins\bigbrother\src\bigbrothermessages.cpp(30) : BigBrother::Messages::~Messages
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\plugins\bigbrother\src\bigbrother.cpp(142) : BigBrother::onCommand
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\plugins\bigbrother\src\bigbrother.cpp(185) : BigBrother::on
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\pluginmanager.h(476) : PluginManager::fire<Plugin::ActionType<13>=0x00BEFDD4,_STL::basic_string<char=0x00A30800,_STL::char_traits<char>=0x00BEFE98,_STL::allocator<char> > >
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\clientmanager.cpp(832) : ClientManager::on
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\speaker.h(50) : Speaker<ClientListener>::fire<17=0x00BEFF35,Client *=0x00BEFF48,_STL::basic_string<char=0x00BEFE98,_STL::char_traits<char>=0x00A04678,_STL::allocator<char> >=0x00A04244,_STL::basic_string<char=0x00A08548,_STL::char_traits<char>=0x00A04228,_STL::allocator<char> > >
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\client.cpp(386) : Client::on
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\speaker.h(36) : Speaker<ManagedSocketListener>::fire<1=0x00BEFF91,_STL::basic_string<char=0x00A04678,_STL::char_traits<char>=0x003292CC,_STL::allocator<char> > >
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\managedsocket.cpp(314) : ManagedSocket::process
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\socketmanager.cpp(470) : SocketManager::run
     d:\documents and settings\administrator\my documents\compilation tools\projects\dch++\dchpp-1.0\hub\thread.h(130) : Thread::starter
     kernel32!0x77e4a990 : FlsSetValue
Infinitus est numerus stultorum - Infinite is the number of fools

Locked