-
Notifications
You must be signed in to change notification settings - Fork 2k
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
enableIRQ + _native_in_isr after long idle #2530
Comments
I attached gdb to get a backtrace:
|
unfortunately, I did not compile with debugging in mind so I don't have any line numbers.. |
I think I never experienced this, thanks for the heads up. |
As far as I know #2071 fixes this (at least I did not encounter it at my usual problem zones when I merged that PR). |
Making a longterm test to see if it is fixed now that #2071 is merged. |
I had an instance idling for about 5h now and non of the described bugs occured, so I deam this issue fixed via #2071. |
I left two native rpl_udp instances running over night since yesterday. One was configured as a root node, the other a regular routing node. Communication was working properly and the shell was responding to my commands. When I came back this morning both terminals were filled with thousands of lines of the text
enableIRQ + _native_in_isr
and the shell does not accept commands any more. It has not printed any more lines now since this morning when I tried typing some shell commands which were not executed.Is this a known issue? Is it be related to some timer problem which doesn't occur until a certain uptime is reached?
I don't have time to investigate this right now but I wanted to create an issue before I forgot about it. Please close this issue if this is a duplicate.
The text was updated successfully, but these errors were encountered: