-
Notifications
You must be signed in to change notification settings - Fork 18
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
Various questions #26
Comments
|
Thank you for having look at my queries. Appreciate!!
Please share your views. I'm Stuck!! |
Please be more specific. What errors do you get? Like I said, you shouldn't have a problem with |
Appreciate your suggestions and views. Here are few redefined queries:
Please share steps / suggestions on porting rtai python bindings from Thank you. On Thu, Nov 19, 2015 at 8:19 AM, Shahbaz Youssefi [email protected]
|
No problem.
|
I apologise for the point (3). I should have explained a little bit. So here is explanation on point 3: I have rtai-4.1 source code. Since I want to create debian for rtai-4.1 and Please share your views. I'm stuck!! :( Thanks On Thu, Nov 19, 2015 at 10:47 AM, Shahbaz Youssefi <[email protected]
|
Quick observation on point (4) I am getting below Error message: Any idea what is still missing? Thanks, On Thu, Nov 19, 2015 at 11:15 AM, Mrudula Chougule <
|
I see. Like I said, I don't know about debian, so @zultron may be able to help you.
|
I am not able to post @zultron. https://github.com/zultron Any guess what could be fix for above problem? Kindly share details to post query @zultron. https://github.com/zultron Thanks, On Thu, Nov 19, 2015 at 1:00 PM, Shahbaz Youssefi [email protected]
|
Hi, I am working on RTAI - 4.1 version. I am testing my application having LXRT CHANGED MODE (SYSCALL), PID = 1145, SYSCALL = 192. Kindly let me know if you have any information on the above errors, will be
Thanks, |
The first thing you should pay attention to is this:
This means that you called a Linux system call from a realtime thread. This means your thread is not realtime anymore. Your bug seems to originate from this:
There are many reasons why this could crash. One is if you haven't initialized the thread (which could also be your |
Thank you for looking into an issue. I would like to explain few debugging
ERROR:
Results: Thread working fine. On Wed, Apr 13, 2016 at 7:10 PM, Shahbaz Youssefi [email protected]
|
Thank you for looking into an issue. I would like to explain few debugging
libc-2.19.so http://libc-2.19.so[b7436000+1a8000]*
Results: Thread working fine. Attaching sample programs. Kindly have a look and let me know your Thanks, On Thu, Apr 14, 2016 at 4:04 PM, Mrudula Chougule <[email protected]
|
Let me emphasize again. You should never call a Linux system call from a realtime thread. |
Yes. I got your point. I have few observations:
*Recently we upgraded our operating system from Ubuntu 10.04 to 14.04 Kindly provide your suggestions/feedback. Please do the needful. Thanks, On Thu, Apr 14, 2016 at 5:52 PM, Shahbaz Youssefi [email protected]
|
If it ever worked, it had been by chance. You were likely not realtime back then either, but perhaps didn't notice it because Linux is already quite good in terms of latency. If you need to have a Linux system call in each period of your task, you cannot run that task in realtime. There is no way around this. The Linux kernel is scheduled as a non-realtime thread by RTAI and there is absolutely no guarantees that it would return within your realtime task's deadline. That is the case if you need to call |
Hey Thank you very much for detail information. I understood your [ 3.020076] hidraw: raw HID events driver (C) Jiri Kosina Kindly let me know if you have any idea on this. Thanks, On Thu, Apr 14, 2016 at 7:00 PM, Shahbaz Youssefi [email protected]
|
I can't tell much without seeing code. I see the bug is a bad pointer given to I don't have an RTAI installation handy to try out your code (even if you provide it), so I'm afraid you need to debug this yourself. Have you tried going through the code with |
I understand your point. Appreciate for sharing your views. I have tried to debug this issue using gdb core file. Since i am calling One more observation if I comment out gethostbyname() function in I suspect there is problem with gethostbyname() function being called in Kindly share your views or suggestions. I would like to understand root cause of this problems. Your feedback is highly appreciated! Thanks, On Fri, Apr 15, 2016 at 1:34 AM, Shahbaz Youssefi [email protected]
|
I really don't know anymore at this point. Try asking this in the mailing list ([email protected]) and see if anyone has had issues with |
Hi, I have started migrating kernel 3.14 on ARM Platform. I am currently Kindly let me know if you have any idea / threads where i can look into for Your suggestions / Feedback will be helpful. Thanks, On Fri, Apr 15, 2016 at 6:48 PM, Shahbaz Youssefi [email protected]
|
@mrudulachougule I can't find any new information on that. It seems that ARM patches has been in "unstable" mode for years. You can always try asking the mailing list, rtai rtai [.] org. |
From @mrudulachougule
Hi,
I am working on rtai-4.1 version and i am able to compile rtai debian and installed on Ubuntu 14.04. Now I have below queries on rtai_lxrt module:
Please share your views to resolve these issues , I'm stuck!!!
Appreciate your suggestions!!
Thanks
Copied from here
The text was updated successfully, but these errors were encountered: