CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
296 stars 187 forks source link

netopeer2-server crash while trying to send Disconnect notif #1432

Closed Krisscut closed 4 months ago

Krisscut commented 1 year ago

Hi !

I am in a situation where I noticed a crash in the netopeer2-server when it was in the process of sending a notification about a disconnected client. Not sure if this is related to it since in the same trace prior to this there is a similar error but without the crash.

image snippet_one_run_crash.txt

Version info: netopeer2-2.1.49

michalvasko commented 1 year ago

Definitely a problem but you are using quite an old version so there is a good chance it has been fixed. Generally, I can only fix issues when using the latest versions of devel branches of all the projects or at least the latest release (but that is not the case now, there are already quite a lot of stability improvements in the devel branches).

Krisscut commented 1 year ago

I updated to the latest release of netopeer2 (2.1.62). I just wanted to clarify this point before performing more runs on it:

(but that is not the case now, there are already quite a lot of stability improvements in the devel branches)

Does it mean you would rather have a reproduction on the devel branches because you suspect the issue is already fixed ? Usually I don't run on devel but it it is close enough to release I can try !

michalvasko commented 1 year ago

Does it mean you would rather have a reproduction on the devel branches because you suspect the issue is already fixed ?

It is always best to use the devel branches when trying to reproduce any problems. I have only given up strictly requiring because many people are not willing to update to it.

Usually I don't run on devel but it it is close enough to release I can try !

Please do.