Skip to content
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

Closed
sm0tsc opened this issue Jun 26, 2018 · 6 comments
Closed

xlxd segfaults? #94

sm0tsc opened this issue Jun 26, 2018 · 6 comments

Comments

@sm0tsc
Copy link

sm0tsc commented Jun 26, 2018

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

@Merlinv2
Copy link

I found this same problem on some server ..
nobody knows how to fix this .. it's strange

@vk4tux
Copy link
Contributor

vk4tux commented Nov 24, 2019 via email

@Merlinv2
Copy link

I am going to try this.. thx!!

@Merlinv2
Copy link

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.

compiling with the changes made gives error...

@LX1IQ
Copy link
Collaborator

LX1IQ commented Dec 1, 2019

Hi folks,
XLX 2.3.3 is online and should address this issue.
Hope it helps.
Any feedback is highly appreciated.
73, Luc

@Merlinv2
Copy link

Merlinv2 commented Dec 2, 2019

Hi folks,
XLX 2.3.3 is online and should address this issue.
Hope it helps.
Any feedback is highly appreciated.
73, Luc

last afternoon I did update .. for now 16 hours online..thanks!

@LX1IQ LX1IQ closed this as completed Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants