Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - "on: Interrupted function call" error on QNX 6.6: (1 Item)
   
"on: Interrupted function call" error on QNX 6.6  
Hello,
I'm using a distributed QNX 6.6 architecture with two nodes:
- my_660
- ppu10

I have this error message using "on" with these two options "-f node" "-p prio"

Eg:
> on -f ppu10 -p5 sleep 1
on: Interrupted function call (sleep)

Note that:
- all work removing one of the two options, eg:
> on -f ppu10 sleep 1
> on -p5 sleep 1
works fine!
- using two "on" all works as expected
> on -p5 on -f ppu10 sleep 1
- all works fine on old QNX 6.5 environment but using (copying) old "on" on new QNX  6.6 does not resolve this issue!
- "sleep" is just a simple example, this problem happens even with other executables

Do you already know this problem? Is there a fix for this issue?

Thanks
Alessio Carlini