Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Henri Gomez
I'll try the new patch today. Thanks for your time on this ! Le 13 mai 09 à 15:51, Rainer Jung a écrit : Sorry for the broken patch. Besides the not so nice multiple registation of the cleanup, the real problem for the crash after the patch is, that clear() on a pool already calls the cle

Re: [VOTE] Release build 6.0.20

2009-05-13 Thread Konstantin Kolinko
2009/5/14 Remy Maucherat : > The candidates binaries are available here: > http://people.apache.org/~remm/tomcat-6/v6.0.20/ > > According to the release process, the 6.0.20 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [ ] Stable > > Rémy > The tgz archive of the sources is broken. Some of the fi

Terms of use for our Wiki

2009-05-13 Thread Konstantin Kolinko
Hi, all! Should there be some explicit TermsOfUse page or copyright/license clause in our wiki? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

svn commit: r774607 - in /tomcat/connectors/trunk/jk: native/BUILDING.txt xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

2009-05-13 Thread rjung
Author: rjung Date: Thu May 14 00:30:25 2009 New Revision: 774607 URL: http://svn.apache.org/viewvc?rev=774607&view=rev Log: Update information about tools needed to create a release. Modified: tomcat/connectors/trunk/jk/native/BUILDING.txt tomcat/connectors/trunk/jk/xdocs/miscellaneous/c

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #4 from Rainer Jung 2009-05-13 17:18:17 PST --- I updated libtool, autoconf and automake on the system and prepared a dev snapshot of 1.2.29 using the new tools. Could you please do a test build of http://people.apache.o

[VOTE] Release build 6.0.20

2009-05-13 Thread Remy Maucherat
The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.20/ According to the release process, the 6.0.20 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Rémy - To unsubscribe, e-mail: dev-unsu

svn commit: r774597 - in /tomcat/connectors/trunk/jk: native/buildconf.sh xdocs/miscellaneous/changelog.xml

2009-05-13 Thread rjung
Author: rjung Date: Wed May 13 23:32:52 2009 New Revision: 774597 URL: http://svn.apache.org/viewvc?rev=774597&view=rev Log: Force copy of automake files when running buildconf.sh. Some of the helper files come with libtool and with automake. We installed them forced from libtool, and then the mi

svn commit: r774590 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_20/

2009-05-13 Thread remm
Author: remm Date: Wed May 13 23:16:39 2009 New Revision: 774590 URL: http://svn.apache.org/viewvc?rev=774590&view=rev Log: - Apache Tomcat 6.0.20. Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_20/ (props changed) - copied from r774589, tomcat/tc6.0.x/trunk/ Propchange: tomcat/tc6.0.x/tags/T

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #11 from Mark Thomas 2009-05-13 10:46:57 PST --- Please provide a test case. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #3 from Rainer Jung 2009-05-13 09:59:47 PST --- Automake 1.10.2 contains a config.guess, that knows AIX 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #2 from Rainer Jung 2009-05-13 09:23:11 PST --- Right, I found that annoying to when compiling other packages for AIX. I'll check, whether newer autoconf tools include the correct AIX versions. The files which need correc

DO NOT REPLY [Bug 47193] not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 --- Comment #1 from Willi Koestinger 2009-05-13 09:21:08 PST --- workaround: ./configure --build=powerpc-ibm-aix5.3.0.0 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 47193] New: not able to compile shared objects because of wrong host_os variable on AIX 6 systems

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47193 Summary: not able to compile shared objects because of wrong host_os variable on AIX 6 systems Product: Tomcat Connectors Version: 1.2.28 Platform: Other OS/Version: AIX

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
Sorry for the broken patch. Besides the not so nice multiple registation of the cleanup, the real problem for the crash after the patch is, that clear() on a pool already calls the cleanup. So I had to register the cleanup for the parent pool (pconf) and not for the pool itself. I'll think about t

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
Gimme a few minutes, there's something non i5-specific wrong with the patch ... On 13.05.2009 14:56, Henri Gomez wrote: > Some comments on your latest provided patch : > >if (!jk_resolv_pool) { > if (apr_pool_create(&jk_resolv_pool, (apr_pool_t *)pool) > != APR_SUCCESS) { >

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Rainer Jung
On 13.05.2009 14:56, Henri Gomez wrote: > Some comments on your latest provided patch : > >if (!jk_resolv_pool) { > if (apr_pool_create(&jk_resolv_pool, (apr_pool_t *)pool) > != APR_SUCCESS) { > JK_TRACE_EXIT(l); > return JK_FALSE; >

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Henri Gomez
Some comments on your latest provided patch : if (!jk_resolv_pool) { if (apr_pool_create(&jk_resolv_pool, (apr_pool_t *)pool) != APR_SUCCESS) { JK_TRACE_EXIT(l); return JK_FALSE; } } /* We need to clear the pool referen

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 holger.sch...@tsi-mms.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

DO NOT REPLY [Bug 35351] error tags

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351 Mike Morris changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 35351] error tags

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351 Mike Morris changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: mod_jk 1.2.28 on i5/OS

2009-05-13 Thread Henri Gomez
Hi Rainer. The new patch didn't fix it : User Trace Dump for job 680894/QTMHHTTP/DAPSERVER. Size: 300K, Wrapped 0 times. --- 05/13/2009 10:35:17 --- 0018:292544 apr_palloc: WARNING -- 0018:292568 apr_palloc() called with NULL pool. 0018:292592 requested size