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

crash in on msg_send if more then one thread is waiting for send #11

Closed
OlegHahm opened this issue Feb 28, 2013 · 0 comments
Closed

crash in on msg_send if more then one thread is waiting for send #11

OlegHahm opened this issue Feb 28, 2013 · 0 comments
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@OlegHahm
Copy link
Member

cause of lazy initialization of queue_node_t in func msg_send() (file core/msg.c) a data abort is possible on next call of queue_priority_add on the target thread.
To avoid the data abort the queue_node_t n.next attribute should be initialized with NULL.

vincent-d referenced this issue in OTAkeys/RIOT Sep 7, 2016
cpu: native: add vfs wrappers
ZetaR60 pushed a commit to ZetaR60/RIOT that referenced this issue Jun 30, 2018
fjmolinas added a commit to fjmolinas/RIOT that referenced this issue May 24, 2019
makefiles/suit: increase SOCK_URLPATH_MAXLEN
JKRhb referenced this issue in namib-project/RIOT May 31, 2021
Add function to determine base IP address
eduazocar pushed a commit to eduazocar/RIOT that referenced this issue Jul 1, 2022
chrysn pushed a commit to chrysn-pull-requests/RIOT that referenced this issue Sep 16, 2022
ng_sniffer: use uart0 only for none newlib boards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

1 participant