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

Issue with respondd olsr provider and uloop #33

Open
3 tasks
mkg20001 opened this issue Aug 20, 2022 · 0 comments
Open
3 tasks

Issue with respondd olsr provider and uloop #33

mkg20001 opened this issue Aug 20, 2022 · 0 comments

Comments

@mkg20001
Copy link
Member

The olsr respondd provider is currently broken
A crash occurs when it is executed in a fork
In this fork the provider is overriding the uloop global state. not forking would lead to a crash. (supposedly)
The provider does crash in the fork aswell, but did not crash during an execution in debugger once, meaning its just a race condition.

Since its in a fork, its harder to debug and ive just given up at this point

Another thing to note is that olsr1&2 have a hardlimit on concurrent api requests/telnet sessions and 1) those failures would have to be handeled with retries in libolsrdhelper 2) the failures can be reduced by raising the limit to a more appropriate size (as we do many calls per provider)

  • figure out if uloop really isnt reenterent or if we just screw it up
  • fix race
  • fix olsr limits
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

1 participant