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
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351
Mike Morris changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=35351
Mike Morris changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
holger.sch...@tsi-mms.de changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolu
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
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;
>
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) {
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo