Hi, > [...] > So, my question is: is there any chance that the signal sent by send_sig > in xnshadow_relax could be received by another thread than send_sig > target ?
Nop, as far as I can see. Anyway, you can easily verify it by printing current->pid for the send_sig()'s target in xnshadow_relax() and calling gettid() (not getpid()) in your signal handler. > If not, where should I look for the reason of this wrong > backtrace ? Are you sure backtrace() is always workable on ARM? I just know that it's not a case for MIPS.. > > -- > Gilles Chanteperdrix -- Best regards, Dmitry Adamushko _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
