After clicking around a few minutes, this happened while preferences were openedProgram received signal SIGSEGV, Segmentation fault.
0x0087ded5 in __gnu_norm::vector >::begin() const (this=0x18)
at e:/msys/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_vector.h:322
322 begin() const { return const_iterator (this->_M_impl._M_start); }
Current language: auto; currently c++
(gdb) bt
#0 0x0087ded5 in __gnu_norm::vector >::begin() const (this=0x18)
at e:/msys/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_vector.h:322
#1 0x0087dea2 in __gnu_norm::vector >::size() const (this=0x18)
at e:/msys/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_vector.h:375
#2 0x004fb116 in CECTag::GetTagByName(unsigned short) const (this=0x0,
name=11) at ECPacket.cpp:571
#3 0x004fb200 in CECTag::GetTagByNameSafe(unsigned short) const (this=0x0,
name=11) at ECPacket.cpp:599
#4 0x0049cc01 in CStatistics::UpdateStats(CECPacket const*) (stats=0x0)
at Statistics.cpp:939
#5 0x0040e619 in CStatsUpdaterRem::HandlePacket(CECPacket const*) (
this=0x4ce592c, packet=0x0) at amule-remote-gui.cpp:1471
#6 0x004f54b7 in CRemoteConnect::OnPacketReceived(CECPacket const*) (
this=0x4cf2af0, packet=0x0) at RemoteConnect.cpp:149
#7 0x004fcf4e in CECSocket::OnInput() (this=0x4cf2af0) at ECSocket.cpp:410
#8 0x004fb9cc in CECSocketHandler::SocketHandler(wxSocketEvent&) (
this=0x9c2e50, event=@0x5867610) at ECSocket.cpp:205
#9 0x006dd1a8 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#10 0x006dd56c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#11 0x006de5a9 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#12 0x006de3e6 in wxEvtHandler::ProcessPendingEvents() ()
#13 0x006d9b44 in wxAppConsole::ProcessPendingEvents() ()
#14 0x00847870 in _ZN18wxIdleWakeUpModule11MsgHookProcEijl@12 ()
#15 0x77d1eaf2 in _libkernel32_a_iname ()
#16 0x77d1ea9e in _libkernel32_a_iname ()
#17 0x77d1ebf3 in _libkernel32_a_iname ()
#18 0x7c91eae3 in _libkernel32_a_iname ()
#19 0x0064faf4 in wxEventLoop::Dispatch() ()
#20 0x005b89cb in wxAppBase::Dispatch() ()
#21 0x0059e3a2 in wxApp::Yield(bool) ()
#22 0x00733854 in wxYield() ()
#23 0x006cdc55 in wxSocketBase::_Wait(long, long, int) ()
#24 0x006cdfb6 in wxSocketBase::WaitForRead(long, long) ()
#25 0x004fb88b in CQueuedData::ReadFromSocketAll(wxSocketBase*, unsigned) (
this=0x4d2d4d0, sock=0x4cf2af0, len=183) at ECSocket.cpp:158
#26 0x004fc8d8 in CECSocket::SendRecvPacket(CECPacket const*) (this=0x4cf2af0,
packet=0x22f8d4) at ECSocket.cpp:314
#27 0x0049ce21 in CStatistics::UpdateStatsTree() (this=0x4d0f8f0)
at Statistics.cpp:954
#28 0x0044058b in CStatisticsDlg::ShowStatistics(bool) (this=0x4d5b300,
init=false) at StatisticsDlg.cpp:241
#29 0x00417988 in CamuleDlg::OnGUITimer(wxTimerEvent&) (this=0x4d25a60)
at amuleDlg.cpp:1041
#30 0x006dd1a8 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#31 0x006dd56c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#32 0x006de5a9 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#33 0x0059ef79 in wxTimerBase::Notify() ()
#34 0x0059ec83 in _Z11wxTimerProcP6HWND__jjm@16 ()
#35 0x77d18734 in _libkernel32_a_iname ()
#36 0x77d19857 in _libkernel32_a_iname ()
#37 0x77d19791 in _libkernel32_a_iname ()
#38 0x77d18a10 in _libkernel32_a_iname ()
#39 0x0064f805 in wxEventLoop::ProcessMessage(tagMSG*) ()
#40 0x0064fbe4 in wxEventLoop::Dispatch() ()
#41 0x0064fecc in wxEventLoopManual::Run() ()
#42 0x005b88ae in wxAppBase::MainLoop() ()
#43 0x0076e117 in wxEntryReal(int&, wchar_t**) ()
#44 0x005bb1fa in wxEntry(HINSTANCE__*, HINSTANCE__*, char*, int) ()
#45 0x004028ec in WinMain (hInstance=0x400000, hPrevInstance=0x0,
lpCmdLine=0x251f13 "", nCmdShow=10) at amule-remote-gui.cpp:283
#46 0x007d8faa in main ()
(gdb)
BTW: Where should I post Win32-related crashes? Here or in Win32 board?