From noreply@sourceforge.net Sat Sep 9 18:34:23 2000 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Sat, 9 Sep 2000 10:34:23 -0700 Subject: [Expat-bugs] [Bug #113609] Expat causes segfaults in Apache Message-ID: <200009091734.KAA20981@bush.i.sourceforge.net> Bug #113609, was updated on 2000-Sep-05 03:43 Here is a current snapshot of the bug. Project: Expat XML Parser Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Summary: Expat causes segfaults in Apache Details: When Expat is compiled into Apache, and you add mod_perl or php or Sablotron into Apache in some way or another, Apache can segfault at random times. Clark Cooper is aware of the bug, but I wanted to make sure it was logged here on sourceforge. Follow-Ups: Date: 2000-Sep-05 06:36 By: coopercc Comment: This is caused (I believe) by multiple instances of expat in each of these modules. The task that I'm working on right now is to produce a shared library version. (Then after that to put out a new release of XML::Parser which can use it.) - coopercc ------------------------------------------------------- Date: 2000-Sep-09 10:34 By: gstein Comment: Clark: I'm nominally in charge of the Expat that is incorporated directly into Apache (i.e. I put it there :-). I'm happy to make the changes on the Apache side to get this working. Just let me know what you'll need... ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=113609&group_id=10127 From noreply@sourceforge.net Sat Sep 9 19:12:06 2000 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Sat, 9 Sep 2000 11:12:06 -0700 Subject: [Expat-bugs] [Patch #101459] Apache's compilation tweaks/fixes Message-ID: <200009091812.LAA22228@bush.i.sourceforge.net> Patch #101459 has been updated. Project: Category: None Status: Open Summary: Apache's compilation tweaks/fixes ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=101459&group_id=10127 From noreply@sourceforge.net Sat Sep 9 19:17:35 2000 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Sat, 9 Sep 2000 11:17:35 -0700 Subject: [Expat-bugs] [Patch #101459] Apache's compilation tweaks/fixes Message-ID: <200009091817.LAA22397@bush.i.sourceforge.net> Patch #101459 has been updated. Project: Category: None Status: Open Summary: Apache's compilation tweaks/fixes Follow-Ups: Date: 2000-Sep-09 11:17 By: gstein Comment: several items in this patch: 1) rename lookup() to hashTableLookup() to prevent possible conflicts; 2) rename "s" to "ss" to prevent variable hiding; 3) remove an extraneous break; 4) add Apache-specific stuff to xmldef.h; 5) rename "open" to "openchar"/"opentype" to prevent name hiding/conflict. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=101459&group_id=10127 From noreply@sourceforge.net Fri Sep 22 19:45:21 2000 From: noreply@sourceforge.net (noreply@sourceforge.net) Date: Fri, 22 Sep 2000 11:45:21 -0700 Subject: [Expat-bugs] [Patch #101459] Apache's compilation tweaks/fixes Message-ID: <200009221845.LAA11396@bush.i.sourceforge.net> Patch #101459 has been updated. Project: Category: None Status: Open Summary: Apache's compilation tweaks/fixes Follow-Ups: Date: 2000-Sep-09 11:17 By: gstein Comment: several items in this patch: 1) rename lookup() to hashTableLookup() to prevent possible conflicts; 2) rename "s" to "ss" to prevent variable hiding; 3) remove an extraneous break; 4) add Apache-specific stuff to xmldef.h; 5) rename "open" to "openchar"/"opentype" to prevent name hiding/conflict. ------------------------------------------------------- Date: 2000-Sep-22 11:45 By: coopercc Comment: Some of these problems will go away with the library version. For instance, the hashtable functions are now static and shouldn't be seen from the library. So the patch isn't going straight in. I'll go over the patch and see what I can use to merge into the library version. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=101459&group_id=10127 From coopercc@netheaven.com Fri Sep 29 21:03:50 2000 From: coopercc@netheaven.com (Clark Cooper) Date: Fri, 29 Sep 2000 16:03:50 -0400 Subject: [Expat-bugs] Test of expat-bugs Message-ID: <200009292003.QAA08943@coopercc.netheaven.com> Why doesn't the archive know about expat-bugs? -- Clark Cooper Software Engineer Home: coopercc@netheaven.com Schenectady, NY USA Work: cccooper@ltionline.com From fdrake@beopen.com Fri Sep 29 23:11:24 2000 From: fdrake@beopen.com (Fred L. Drake, Jr.) Date: Fri, 29 Sep 2000 18:11:24 -0400 (EDT) Subject: [Expat-bugs] Test of expat-bugs In-Reply-To: <200009292003.QAA08943@coopercc.netheaven.com> References: <200009292003.QAA08943@coopercc.netheaven.com> Message-ID: <14805.5004.679218.260339@cj42289-a.reston1.va.home.com> Clark Cooper writes: > Why doesn't the archive know about expat-bugs? I think the archives only know about lists which have had at least one email, so it should as soon as it processes yours. -Fred -- Fred L. Drake, Jr. BeOpen PythonLabs Team Member