Home Corporate Contacts TETware Knowledgebase |
ProductsSolutionsInformationDatasheetDocumentationFAQKnowledgebase |
Return to Knowledgebase Index18. Problems with SIGCHLD in the Perl APIThis information is not applicable to Win32 systems.
Question When executing a perl API test, I'm running into
problems with the TCM and
I tried adding
Answer This is correct - if a TCM catches
The setting up of the signal lists in the perl API is performed by a
configuration script when the API is installed.
By default, the TCM catches all the signals not in the
special signal
list.
One reason for the behaviour that you have observed might be that some
problem during installation has prevented the list from being set up
correctly.
Or you might be using a copy of the perl API that has been configured
for use on another machine where
You should try reinstalling the perl API from the source and configuring it on your machine.
See also
|