Okay, I disabled the UDP-Port, Max Connections is set to 500 (I think I never touched this...)
Anyway I got two crashs pretty soon after launching amuled so here we go:
CrashProgram received signal EXC_BAD_ACCESS, Could not access memory.
[Switching to process 531 thread 0x2e03]
0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
719 result = m_socket->Select(flags | GSOCK_LOST_FLAG);
bt
(gdb) bt
#0 0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
#1 0x02214084 in wxSocketBase::WaitForLost(long, long) (this=0x27bc9b0, seconds=0, milliseconds=0) at ../src/common/socket.cpp:784
#2 0x00011db8 in CSocketGlobalThread::Entry() (this=0x2741b38) at ListenSocket.cpp:2567
#3 0x02afa7f4 in wxThreadInternal::MacThreadStart(void*) (parameter=0x2741b38) at ../src/mac/carbon/thread.cpp:1042
#4 0x902c6d88 in PrivateMPEntryPoint ()
#5 0x900246e8 in _pthread_body ()
bt full
(gdb) bt full
#0 0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
result = Cannot access memory at address 0x40
frame 1
(gdb) frame 1
#1 0x02214084 in wxSocketBase::WaitForLost(long, long) (this=0x27bc9b0, seconds=0, milliseconds=0) at ../src/common/socket.cpp:784
784 return _Wait(seconds, milliseconds, GSOCK_LOST_FLAG);
p *this
(gdb) p *this
$1 = {
= {
_vptr$wxObject = 0x26fa98,
static ms_classInfo = {
m_className = 0x2b1a2c4 "wxObject",
m_objectSize = 8,
m_objectConstructor = 0,
m_baseInfo1 = 0x0,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a98,
static sm_classTable = 0x240c9d0
},
m_refData = 0x0
},
members of wxSocketBase:
static ms_classInfo = {
m_className = 0x2222e1c "wxSocketBase",
m_objectSize = 120,
m_objectConstructor = 0,
m_baseInfo1 = 0x2b93acc,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x223a18c,
static sm_classTable = 0x240c9d0
},
m_socket = 0x27505d0,
m_type = wxSOCKET_BASE,
m_flags = 1,
m_connected = true,
m_establishing = false,
m_reading = false,
m_writing = false,
m_error = false,
m_lasterror = 1431655765,
m_lcount = 0,
m_timeout = 600,
m_states = {
= {
= {
= {
_vptr$wxObject = 0x2b88380,
static ms_classInfo = {
m_className = 0x2b1a2c4 "wxObject",
m_objectSize = 8,
m_objectConstructor = 0,
m_baseInfo1 = 0x0,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a98,
static sm_classTable = 0x240c9d0
},
m_refData = 0x0
},
members of wxListBase:
m_count = 0,
m_destroy = false,
m_nodeFirst = 0x0,
m_nodeLast = 0x0,
m_keyType = wxKEY_NONE
}, },
members of wxList:
static ms_classInfo = {
m_className = 0x2b19d9c "wxList",
m_objectSize = 28,
m_objectConstructor = 0x2abe254 ,
m_baseInfo1 = 0x2b93acc,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a20,
static sm_classTable = 0x240c9d0
}
},
m_interrupt = false,
m_beingDeleted = false,
m_unread = 0x0,
m_unrd_size = 0,
m_unrd_cur = 0,
m_id = -1,
m_handler = 0x0,
m_clientData = 0x0,
m_notify = false,
m_eventmask = 0,
static m_countInit = 1
}
p *m_socket
(gdb) p *m_socket
$2 = {
_vptr$GSocket = 0x2239660,
m_ok = true,
m_fd = 1344,
m_local = 0x0,
m_peer = 0x27aa5c0,
m_error = GSOCK_NOERROR,
m_non_blocking = false,
m_server = false,
m_stream = true,
m_establishing = false,
m_reusable = false,
m_timeout = 0,
m_detected = 8,
m_cbacks = {0x2214408 , 0x2214408 , 0x2214408 , 0x2214408 },
m_data = {0x27bc9b0 "", 0x27bc9b0 "", 0x27bc9b0 "", 0x27bc9b0 ""},
m_gui_dependent = 0x0
}
And another crash, although to me the crash looks pretty much the same, but what do I know about this ?(
crash
Program received signal EXC_BAD_ACCESS, Could not access memory.
[Switching to process 557 thread 0x2f03]
0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
719 result = m_socket->Select(flags | GSOCK_LOST_FLAG);
bt
(gdb) bt
#0 0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
#1 0x02215328 in wxSocketClient::WaitOnConnect(long, long) (this=0x27591e0, seconds=0, milliseconds=0) at ../src/common/socket.cpp:1252
#2 0x00011d60 in CSocketGlobalThread::Entry() (this=0x2741c38) at ListenSocket.cpp:2559
#3 0x02afa7f4 in wxThreadInternal::MacThreadStart(void*) (parameter=0x2741c38) at ../src/mac/carbon/thread.cpp:1042
#4 0x902c6d88 in PrivateMPEntryPoint ()
#5 0x900246e8 in _pthread_body ()
bt full
(gdb) bt full
#0 0x02213e14 in wxSocketBase::_Wait(long, long, int) (this=???, seconds=???, milliseconds=???, flags=???) at ../src/common/socket.cpp:719
result = Cannot access memory at address 0x40
frame 1
(gdb) frame 1
#1 0x02215328 in wxSocketClient::WaitOnConnect(long, long) (this=0x27591e0, seconds=0, milliseconds=0) at ../src/common/socket.cpp:1252
1252 return _Wait(seconds, milliseconds, GSOCK_CONNECTION_FLAG |
p *this
(gdb) p *this
$1 = {
= {
= {
_vptr$wxObject = 0x26fa98,
static ms_classInfo = {
m_className = 0x2b1a2c4 "wxObject",
m_objectSize = 8,
m_objectConstructor = 0,
m_baseInfo1 = 0x0,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a98,
static sm_classTable = 0x240c9d0
},
m_refData = 0x0
},
members of wxSocketBase:
static ms_classInfo = {
m_className = 0x2222e1c "wxSocketBase",
m_objectSize = 120,
m_objectConstructor = 0,
m_baseInfo1 = 0x2b93acc,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x223a18c,
static sm_classTable = 0x240c9d0
},
m_socket = 0x27883a0,
m_type = wxSOCKET_CLIENT,
m_flags = 1,
m_connected = false,
m_establishing = true,
m_reading = false,
m_writing = false,
m_error = false,
m_lasterror = 1431655765,
m_lcount = 0,
m_timeout = 600,
m_states = {
= {
= {
= {
_vptr$wxObject = 0x2b88380,
static ms_classInfo = {
m_className = 0x2b1a2c4 "wxObject",
m_objectSize = 8,
m_objectConstructor = 0,
m_baseInfo1 = 0x0,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a98,
static sm_classTable = 0x240c9d0
},
m_refData = 0x0
},
members of wxListBase:
m_count = 0,
m_destroy = false,
m_nodeFirst = 0x0,
m_nodeLast = 0x0,
m_keyType = wxKEY_NONE
}, },
members of wxList:
static ms_classInfo = {
m_className = 0x2b19d9c "wxList",
m_objectSize = 28,
m_objectConstructor = 0x2abe254 ,
m_baseInfo1 = 0x2b93acc,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x2b93a20,
static sm_classTable = 0x240c9d0
}
},
m_interrupt = false,
m_beingDeleted = false,
m_unread = 0x0,
m_unrd_size = 0,
m_unrd_cur = 0,
m_id = -1,
m_handler = 0x0,
m_clientData = 0x0,
m_notify = false,
m_eventmask = 0,
static m_countInit = 1
},
members of wxSocketClient:
static ms_classInfo = {
m_className = 0x2222e3c "wxSocketClient",
m_objectSize = 120,
m_objectConstructor = 0,
m_baseInfo1 = 0x223a1a4,
m_baseInfo2 = 0x0,
static sm_first = 0x223a264,
m_next = 0x223a1bc,
static sm_classTable = 0x240c9d0
}
}
p *m_socket
(gdb) p *m_socket
$2 = {
_vptr$GSocket = 0x2239660,
m_ok = true,
m_fd = 1345,
m_local = 0x0,
m_peer = 0x27589e0,
m_error = GSOCK_WOULDBLOCK,
m_non_blocking = false,
m_server = false,
m_stream = true,
m_establishing = false,
m_reusable = false,
m_timeout = 0,
m_detected = 8,
m_cbacks = {0x2214408 , 0x2214408 , 0x2214408 , 0x2214408 },
m_data = {0x27591e0 "", 0x27591e0 "", 0x27591e0 "", 0x27591e0 ""},
m_gui_dependent = 0x0
}
Hope this helps you somehow...