From Handy_Kristen at bah.com Wed Dec 6 13:52:23 2006 From: Handy_Kristen at bah.com (Handy, Kristen) Date: Wed, 6 Dec 2006 13:52:23 -0500 Subject: [osiris-devel] models/diagrams Message-ID: <33AD85819A59CC4ABBD0D64CCC4C7C56C4BBC9@MCLNEXVS03.resource.ds.bah.com> Hello Does anyone have Osiris source code models or diagrams? I would like to be able to see how the files, operations, etc. flow and inteact. Thanks, kristen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.shmoo.com/pipermail/osiris-devel/attachments/20061206/179e5fa7/attachment.htm From Alexei_Roudnev at exigengroup.com Wed Dec 6 14:59:37 2006 From: Alexei_Roudnev at exigengroup.com (Alexei_Roudnev) Date: Wed, 6 Dec 2006 11:59:37 -0800 Subject: [osiris-devel] Re: models/diagrams References: <33AD85819A59CC4ABBD0D64CCC4C7C56C4BBC9@MCLNEXVS03.resource.ds.bah.com> Message-ID: <2ced01c71971$0ebb1910$6f31a8c0@sjc.exigengroup.com> Doxigen is your friend, I think. ----- Original Message ----- From: Handy, Kristen To: osiris-devel at lists.shmoo.com Sent: Wednesday, December 06, 2006 10:52 AM Subject: [osiris-devel] models/diagrams Hello Does anyone have Osiris source code models or diagrams? I would like to be able to see how the files, operations, etc. flow and inteact. Thanks, kristen ------------------------------------------------------------------------------ _______________________________________________ osiris-devel mailing list osiris-devel at lists.shmoo.com https://lists.shmoo.com/mailman/listinfo/osiris-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.shmoo.com/pipermail/osiris-devel/attachments/20061206/078389d2/attachment.htm From Handy_Kristen at bah.com Mon Dec 11 13:39:36 2006 From: Handy_Kristen at bah.com (Handy, Kristen) Date: Mon, 11 Dec 2006 13:39:36 -0500 Subject: [osiris-devel] Re: models/diagrams In-Reply-To: <2ced01c71971$0ebb1910$6f31a8c0@sjc.exigengroup.com> Message-ID: <33AD85819A59CC4ABBD0D64CCC4C7C56325242@MCLNEXVS03.resource.ds.bah.com> Thanks, Doxygen did the job. ________________________________ From: osiris-devel-bounces+handy_kristen=bah.com at lists.shmoo.com [mailto:osiris-devel-bounces+handy_kristen=bah.com at lists.shmoo.com] On Behalf Of Alexei_Roudnev Sent: Wednesday, December 06, 2006 3:00 PM To: Osiris Developers Subject: [osiris-devel] Re: models/diagrams Doxigen is your friend, I think. ----- Original Message ----- From: Handy, Kristen To: osiris-devel at lists.shmoo.com Sent: Wednesday, December 06, 2006 10:52 AM Subject: [osiris-devel] models/diagrams Hello Does anyone have Osiris source code models or diagrams? I would like to be able to see how the files, operations, etc. flow and inteact. Thanks, kristen ________________________________ _______________________________________________ osiris-devel mailing list osiris-devel at lists.shmoo.com https://lists.shmoo.com/mailman/listinfo/osiris-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.shmoo.com/pipermail/osiris-devel/attachments/20061211/2eb77832/attachment.htm From dmvasil at ornl.gov Thu Dec 21 11:34:05 2006 From: dmvasil at ornl.gov (David Vasil) Date: Thu, 21 Dec 2006 11:34:05 -0500 Subject: [osiris-devel] possible fix for osirismd defunct procs Message-ID: <458AB77D.90005@ornl.gov> The original osirismd code had a signal handler for sigchld which would only check if a signal occurred before and after wait_for_data() in osirismd.c:process(). I added a signal handler specifically for the osirismd threads that handle scans to md_scan.c. All it does is when it gets a SIGCHLD it issues a wait(). I've been running this code for over 24 hours now and have had no defunct processes. Without this code change I would see zombies appear within several hours of OsirisMD running. Are there any brave souls who experience the zombie problem that could test this patch out? If it fixes the problem I'll get Bruce to make a 4.2.3 release shortly after New Years. -- -dave -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: zombie.patch Url: http://lists.shmoo.com/pipermail/osiris-devel/attachments/20061221/254918f1/attachment.txt