If you press the download selected button without anything selected and no searches open, amule crashes. For obvious reasons, but none-the-less I think it wouldn't be that hard to have a check FOR a selected file? anyways... heres the backtrace
Program received signal SIGSEGV, Segmentation fault.
0x40388c8a in wxWindowBase::HasFlag(int) const ()
from /usr/lib/libwx_gtk-2.4.so
(gdb) bt
#0 0x40388c8a in wxWindowBase::HasFlag(int) const ()
from /usr/lib/libwx_gtk-2.4.so
#1 0x081f8b6b in wxODListMainWindow::IsVirtual() const (this=0x8bfd3b0)
at listctrl.cpp:597
#2 0x081f3843 in wxODListMainWindow::GetItemCount() const (this=0x8bfd3b0)
at listctrl.cpp:4168
#3 0x081f40ef in wxODListMainWindow::GetNextItem(long, int, int) const (
this=0x8bfd3b0, item=-1, state=4) at listctrl.cpp:4406
#4 0x081f5fac in wxODGenericListCtrl::GetNextItem(long, int, int) const (
this=0x8acc6b0, item=-1, geom=1, state=4) at listctrl.cpp:5197
#5 0x08281913 in CSearchDlg::OnBnClickedSdownload(wxCommandEvent&) (
this=0x8923530) at SearchDlg.cpp:370
#6 0x402c54e7 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
#7 0x402c5303 in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
#8 0x402c53cb in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
#9 0x4022d944 in gtk_button_clicked_callback(_GtkWidget*, wxButton*) ()
from /usr/lib/libwx_gtk-2.4.so
#10 0x42248f76 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
#11 0x08926480 in ?? ()
#12 0x089321c0 in ?? ()
---Type to continue, or q to quit---
#13 0x422f9954 in ?? () from /usr/lib/libgtk-1.2.so.0
#14 0x42280be7 in gtk_signal_remove_emission_hook ()
from /usr/lib/libgtk-1.2.so.0
#15 0x08926480 in ?? ()
#16 0x4022d8c0 in wxBrushRefData::~wxBrushRefData() ()
from /usr/lib/libwx_gtk-2.4.so
#17 0x00009e15 in ?? ()
#18 0x088edc70 in ?? ()
#19 0x00000158 in ?? ()
#20 0x42248f60 in gtk_marshal_NONE__INT_INT_POINTER ()
from /usr/lib/libgtk-1.2.so.0
#21 0x00000001 in ?? ()
#22 0x00000009 in ?? ()
(gdb) bt full
#0 0x40388c8a in wxWindowBase::HasFlag(int) const ()
from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#1 0x081f8b6b in wxODListMainWindow::IsVirtual() const (this=0x8bfd3b0)
at listctrl.cpp:597
No locals.
#2 0x081f3843 in wxODListMainWindow::GetItemCount() const (this=0x8bfd3b0)
at listctrl.cpp:4168
No locals.
#3 0x081f40ef in wxODListMainWindow::GetNextItem(long, int, int) const (
this=0x8bfd3b0, item=-1, state=4) at listctrl.cpp:4406
ret = -1
max = -349314365
count = 1077839744
#4 0x081f5fac in wxODGenericListCtrl::GetNextItem(long, int, int) const (
this=0x8acc6b0, item=-1, geom=1, state=4) at listctrl.cpp:5197
No locals.
#5 0x08281913 in CSearchDlg::OnBnClickedSdownload(wxCommandEvent&) (
this=0x8923530) at SearchDlg.cpp:370
searchlistctrl = (class CSearchListCtrl *) 0x8acc6b0
index = 3
#6 0x402c54e7 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
---Type to continue, or q to quit---
No symbol table info available.
#7 0x402c5303 in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#8 0x402c53cb in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#9 0x4022d944 in gtk_button_clicked_callback(_GtkWidget*, wxButton*) ()
from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#10 0x42248f76 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#11 0x08926480 in ?? ()
No symbol table info available.
#12 0x089321c0 in ?? ()
No symbol table info available.
#13 0x422f9954 in ?? () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#14 0x42280be7 in gtk_signal_remove_emission_hook ()
from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#15 0x08926480 in ?? ()
No symbol table info available.
---Type to continue, or q to quit---
#16 0x4022d8c0 in wxBrushRefData::~wxBrushRefData() ()
from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#17 0x00009e15 in ?? ()
No symbol table info available.
#18 0x088edc70 in ?? ()
No symbol table info available.
#19 0x00000158 in ?? ()
No symbol table info available.
#20 0x42248f60 in gtk_marshal_NONE__INT_INT_POINTER ()
from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#21 0x00000001 in ?? ()
No symbol table info available.
#22 0x00000009 in ?? ()
No symbol table info available.
(gdb)