[Nagios-devel] SIG32 on GenToo with libprthread + embedded Perl from ini_service_result_worker_thread

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] SIG32 on GenToo with libprthread + embedded Perl from ini_service_result_worker_thread

Post by Guest »

This is a multi-part message in MIME format...

------------=_1099884332-99176-75
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Dear Folks,

Here is where it dies,

(gdb)
4748
result=pthread_create(&worker_threads[SERVICE_WORKER_THREAD],NULL,service_result_worker_thread,NULL);
(gdb)
4741
pthread_mutex_init(&service_result_buffer.buffer_lock,NULL);
(gdb)
4744 sigfillset(&newmask);
(gdb)
4745 pthread_sigmask(SIG_BLOCK,&newmask,NULL);
(gdb)
4748
result=pthread_create(&worker_threads[SERVICE_WORKER_THREAD],NULL,service_result_worker_thread,NULL);
(gdb)

Program received signal SIG32, Real-time event 32.
0x4015d974 in pthread_getconcurrency () from /lib/libpthread.so.0
(gdb)

pthread_create()

Is anyone more thread literate than I able to comment on why this fails
?

Yours sincerely.

--
Stanley Hopcroft

Network specialist, IT Infrastructure
IP Australia
Ph: (02) 6283 3189 Fax: (02) 6281 1353
PO Box 200 Woden ACT 2606
http://www.ipaustralia.gov.au

------------=_1099884332-99176-75
Content-Type: text/plain; name="disclaimer.txt"
Content-Disposition: inline; filename="disclaimer.txt"
Content-Transfer-Encoding: 7bit
MIME-Version: 1.0
X-Mailer: MIME-tools 5.411 (Entity 5.404)


--
This message contains privileged and confidential information only
for use by the intended recipient. If you are not the intended
recipient of this message, you must not disseminate, copy or use
it in any manner. If you have received this message in error,
please advise the sender by reply e-mail. Please ensure all
e-mail attachments are scanned for viruses prior to opening or
using.

------------=_1099884332-99176-75--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked