dispatch_block and signals

Hi all,

After updating from 6.2.1 to 6.2.1 Patch B the dispatch_block() function
in my resource-managers does not return, when a signal is raised. My
signal-handler is activated, but my thread leaves blocked in
dispatch_block().
I use this documented feature of dispatch_block to start my cleanup. At
the moment I have to terminate my resource-managers with kill -9.
Any Ideas?

-Michael

This was a known issue and has been resolved. Contact your sales rep for
information on getting a fix for this issue.


Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

“Michael Tasche” <michael.tasche@esd-electronics.com> wrote in message
news:opr2wq8z0bx7hvef@news.esd

Hi all,

After updating from 6.2.1 to 6.2.1 Patch B the dispatch_block() function
in my resource-managers does not return, when a signal is raised. My
signal-handler is activated, but my thread leaves blocked in
dispatch_block().
I use this documented feature of dispatch_block to start my cleanup. At
the moment I have to terminate my resource-managers with kill -9.
Any Ideas?

-Michael