Page 1 of 1

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

Posted: Sun Nov 07, 2004 7:19 pm
by Guest
This is a multi-part message in MIME format...

------------=_1099883954-99176-61
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Dear Folks,

Nagios 2.0a1 built from the tar ball on Nagios.ORG (downloaded on
Saturday 6-Nove) gets a SIG32 when built with embedded Perl.

All comments warmly received.

AFAIK, there is are no calls to Perl outside of checks.c and utils.c and
none to the Perl API in this function.


(gdb)
565 if(daemon_mode==TRUE &&
sigrestart==FALSE){
(gdb)
582 result=open_command_file();
(gdb)
583 if(result!=OK){
(gdb)
598 initialize_status_data(config_file);
(gdb)
601 initialize_comment_data(config_file);
(gdb)
604 initialize_downtime_data(config_file);
(gdb)
607
initialize_performance_data(config_file);
(gdb)
610
read_initial_state_information(config_file);
(gdb)
613 init_timing_loop();
(gdb)
616 update_all_status_data();
(gdb)
619 log_host_states(INITIAL_STATES,NULL);
(gdb)
620 log_service_states(INITIAL_STATES,NULL);
(gdb)
623 if(pipe(ipc_pipe)){
(gdb)
638 fcntl(ipc_pipe[0],F_SETFL,O_NONBLOCK);
(gdb)
641
result=init_service_result_worker_thread();
(gdb)

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


anwsmh@butler bin $ uname -a
Linux butler.toger.us 2.4.26-gentoo-r9 #2 Tue Oct 19 17:25:28 PDT 2004
i686 AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
anwsmh@butler bin $


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

------------=_1099883954-99176-61
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.

------------=_1099883954-99176-61--





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