I entered a string to search for and the folowing message came up:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2457751 (LWP 1906)]
0x4039dc27 in wxListBase::GetFirst () from /usr/lib/libwx_gtk-2.4.so.0
backtraces:
(gdb) bt
#0 0x4039dc27 in wxListBase::GetFirst () from /usr/lib/libwx_gtk-2.4.so.0
#1 0x08257ecd in CUDPSocket::SendPacket (this=0x40d0059c, packet=0x9899160,
host=0x912d188) at UDPSocket.cpp:400
#2 0x08245b46 in CServerConnect::SendUDPPacket (this=0x912d188,
packet=0x9899160, host=0x19, delpacket=false) at sockets.cpp:281
#3 0x08222d1c in CGlobalSearchThread::Entry (this=0x9d2af78)
at SearchList.cpp:78
#4 0x40424906 in wxThreadInternal::PthreadStart ()
from /usr/lib/libwx_gtk-2.4.so.0
#5 0x4042477f in wxPthreadStart () from /usr/lib/libwx_gtk-2.4.so.0
#6 0x40030e51 in pthread_start_thread () from /lib/libpthread.so.0
#7 0x40030ecf in pthread_start_thread_event () from /lib/libpthread.so.0
#8 0x40af965a in clone () from /lib/libc.so.6
(gdb) bt full
#0 0x4039dc27 in wxListBase::GetFirst () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#1 0x08257ecd in CUDPSocket::SendPacket (this=0x40d0059c, packet=0x9899160,
host=0x912d188) at UDPSocket.cpp:400
No locals.
#2 0x08245b46 in CServerConnect::SendUDPPacket (this=0x912d188,
packet=0x9899160, host=0x19, delpacket=false) at sockets.cpp:281
No locals.
#3 0x08222d1c in CGlobalSearchThread::Entry (this=0x9d2af78)
at SearchList.cpp:78
server = (CServer *) 0x912d188
i = 94
current = (CServer *) 0x89623e0
#4 0x40424906 in wxThreadInternal::PthreadStart ()
from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#5 0x4042477f in wxPthreadStart () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#6 0x40030e51 in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#7 0x40030ecf in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
#8 0x40af965a in clone () from /lib/libc.so.6
---Type to continue, or q to quit---
No symbol table info available.