Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - keyboard interrupt handler cause system hang on when press 'P' key: (2 Items)
   
keyboard interrupt handler cause system hang on when press 'P' key  
Hello

I have a keyboard interrupt handler ( attached file key_int.c bellow ). 
It was compiled and run ok on QNX 4.25 with almost keyboard, except only one case 'P' key.

When I press 'P' key, the system is hanging on.

Does anyone meet that situation? How can I do?
Attachment: Text key_int.c 184 bytes
Re: keyboard interrupt handler cause system hang on when press 'P' key  
Hello Cong,

Sorry for the delay with my answer. Can you attach full source example and compiler command line?

Respectfully,
Oleg


> Hello
> 
> I have a keyboard interrupt handler ( attached file key_int.c bellow ). 
> It was compiled and run ok on QNX 4.25 with almost keyboard, except only one 
> case 'P' key.
> 
> When I press 'P' key, the system is hanging on.
> 
> Does anyone meet that situation? How can I do?