-
Notifications
You must be signed in to change notification settings - Fork 8
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
Absturz nach mehreren Stunden #67
Comments
Hi Kristian, if ((errno == EAGAIN) || (errno == EWOULDBLOCK) || (errno == EINTR)) continue; Ich hoffe, das hilft?! Gruß Thomas |
Alles klar, ich habe die Änderung vorgenommen, kompiliert und gestartet. Ich melde mich. Danke schonmal |
also ich würde sagen, der Fehler ist mit obiger Änderung behoben. Seither keine Abstürze mehr. Vielen Dank für die prompte Unterstützung |
Das freut mich, prima. Danke fürs Testen! |
Die Lösung ist jetzt in das neue Release v3.23 eingeflossen. |
Hi,
ich bekomme nach einigen Stunden folgenden Fehler
![image](https://private-user-images.githubusercontent.com/57233317/328517145-da170171-b182-47a7-ae7b-4b0cb89cae54.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0OTkwMDgsIm5iZiI6MTczOTQ5ODcwOCwicGF0aCI6Ii81NzIzMzMxNy8zMjg1MTcxNDUtZGExNzAxNzEtYjE4Mi00N2E3LWFlN2ItNGIwY2I4OWNhZTU0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDAyMDUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVhOTg5N2Q4YWRkMDIzNTg2NDAzNWE5NWM4NTc2MDdkNTUzZmFmNmM1Zjk2ZGVhYjBjYjc1MWUyZDI1MGM0NzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3YJSNkEvCEB0f5FjE9mamLwRxykjY6g-O1c4ycveOKs)
RscpMqttMain.cpp(2205) Error: Socketreceive Error errno 4
es wird zwar eine neue Verbindung aufgebaut, aber keine Daten empfangen. Danach breche ich mit Strg+c ab und bekommedouble free or corruption (out)
Der Fehler tritt seit Version 3.19 auf, davor habe ich den Fehler nicht. Eine Idee?
The text was updated successfully, but these errors were encountered: