You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will get vm fault because __sel4_ipc_buffer is thread local variable.
I guess that i creat the thread1 with set pc = thread1 and not init the thread local variable.
But actually i alloc the ipc buffer and set successfully,i wanna know that the situation is seL4_Send function bug or feature?
The text was updated successfully, but these errors were encountered:
lingcs00
changed the title
Create thread inside thread call seL4_Send cause vm fault
Create thread with set pc and call seL4_Send cause vm fault
Nov 16, 2022
lingcs00
changed the title
Create thread with set pc and call seL4_Send cause vm fault
Create thread with setting pc and call seL4_Send cause vm fault
Nov 16, 2022
when i creat thread in the end of main.c(sel4test-driver) like this:
In thread1 function code like this:
I will get vm fault because __sel4_ipc_buffer is thread local variable.
I guess that i creat the thread1 with set pc = thread1 and not init the thread local variable.
But actually i alloc the ipc buffer and set successfully,i wanna know that the situation is seL4_Send function bug or feature?
The text was updated successfully, but these errors were encountered: