-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xlxd segfaults? #94
Comments
I found this same problem on some server .. |
Does this change resolve the issue ?;'
src/cprotocol.cpp
<mreckhof@0a6a423#diff-33db1e5e0c70dc811df8c1542d5a5a69>
<mreckhof@0a6a423#diff-33db1e5e0c70dc811df8c1542d5a5a69>
@@ -176,11 +176,13 @@ CPacketStream *CProtocol::GetStream(uint16
uiStreamId, const CIp *Ip)
{
if ( m_Streams[i]->GetStreamId() == uiStreamId )
{
if (m_Streams[i]->GetOwnerIp()) {
// if Ip not NULL, also check if IP match
if ( (Ip != NULL) && (*Ip == *(m_Streams[i]->GetOwnerIp())) )
{
stream = m_Streams[i];
}
}
}
}
// done
…On 24/11/19 7:24 pm, Merlinv2 wrote:
I found this same problem on some server ..
nobody knows how to fix this .. it's strange
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94?email_source=notifications&email_token=ACCUMYF7EGWXCGN3LMFZSF3QVJB6XA5CNFSM4FG5ATUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFAHDLA#issuecomment-557871532>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCUMYAZDFYYNAYXNKYWNZTQVJB6XANCNFSM4FG5ATUA>.
|
I am going to try this.. thx!! |
compiling with the changes made gives error... |
Hi folks, |
last afternoon I did update .. for now 16 hours online..thanks! |
I have seen this
Jun 25 22:31:41 localhost kernel: xlxd[13765]: segfault at 8 ip 0000000000428270 sp 00007f1ed432ac40 error 4 in xlxd[400000+68000]
from time to time on XLX010 any ideas?
//SM0TSC
The text was updated successfully, but these errors were encountered: