https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
Yilong Li changed:
What|Removed |Added
Summary|Data race on field |Data races inside class
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375
--- Comment #1 from Yilong Li ---
One more report on Response.commited:
Data race on field org.apache.coyote.Response.commited: {{{
Concurrent read in thread T38 (locks held: {Monitor@c32a9c3})
> at org.apache.coyote.Response.isCommit
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372
--- Comment #1 from Yilong Li ---
One more report:
Data race on field org.apache.catalina.connector.OutputBuffer.suspended: {{{
Concurrent write in thread T38 (locks held: {Monitor@c32a9c3})
> at
org.apache.catalina.connector.OutputB
https://bz.apache.org/bugzilla/show_bug.cgi?id=58377
Bug ID: 58377
Summary: Data race on field
org.apache.coyote.http11.AbstractHttp11Processor.keepA
live
Product: Tomcat 8
Version: trunk
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58378
Bug ID: 58378
Summary: Data race on field
org.apache.catalina.connector.TestCoyoteAdapter$PathIn
foServlet.pathInfo
Product: Tomcat 8
Version: trunk
H
https://bz.apache.org/bugzilla/show_bug.cgi?id=58379
Bug ID: 58379
Summary: Data race on field
org.apache.coyote.AbstractProcessor.socketWrapper
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380
Bug ID: 58380
Summary: Data race on field
org.apache.catalina.session.StandardSession.maxInactiv
eInterval
Product: Tomcat 8
Version: trunk
Hardware:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58366
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
Author: fschumacher
Date: Sat Sep 12 13:35:36 2015
New Revision: 1702630
URL: http://svn.apache.org/r1702630
Log:
Correct spelling of property introduced with r1454125
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/tomca
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/228
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: fschumacher
Date: Sat Sep 12 13:47:12 2015
New Revision: 1702631
URL: http://svn.apache.org/r1702631
Log:
Correct spelling of property upgrade.sos.canWrite.ise introduced probably by
r1413239
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.jav
Author: fschumacher
Date: Sat Sep 12 13:51:38 2015
New Revision: 1702632
URL: http://svn.apache.org/r1702632
Log:
Correct name of property uDecoder.urlDecode.missingDigit, which was probably a
leftover of r1500934
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
Modified
Author: fschumacher
Date: Sat Sep 12 13:55:41 2015
New Revision: 1702633
URL: http://svn.apache.org/r1702633
Log:
Correct name of property singleSignOn.debug.associateFail introduced with
r1646723
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties
Modified
Author: fschumacher
Date: Sat Sep 12 14:02:14 2015
New Revision: 1702634
URL: http://svn.apache.org/r1702634
Log:
Add LocalStrings entry for jdbcAccessLogValve and correct its name.
Modified:
tomcat/trunk/java/org/apache/catalina/valves/JDBCAccessLogValve.java
tomcat/trunk/java/org/apache
Author: fschumacher
Date: Sat Sep 12 14:07:46 2015
New Revision: 1702635
URL: http://svn.apache.org/r1702635
Log:
Add LocalStrings entry for accessLogValve.writeFail which was introduced with
r1393372
Modified:
tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties
Modified: t
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/229
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/230
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: fschumacher
Date: Sat Sep 12 14:17:12 2015
New Revision: 1702636
URL: http://svn.apache.org/r1702636
Log:
Re-add LocalStrings entry for property authenticator.unauthorized, which was
probably mistakenly removed with r1702633
Modified:
tomcat/trunk/java/org/apache/catalina/authenticat
Author: fschumacher
Date: Sat Sep 12 14:25:23 2015
New Revision: 1702637
URL: http://svn.apache.org/r1702637
Log:
Add LocalStrings entry applicationContext.addListener.iae.init which was
introduced in r905910. We could probably use ...iae.wrongType instead.
Modified:
tomcat/trunk/java/org/ap
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/233
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: fschumacher
Date: Sat Sep 12 14:50:32 2015
New Revision: 1702638
URL: http://svn.apache.org/r1702638
Log:
Re-Add LocalStrings entry for property contextConfig.jarFile. The entry was
removed with r887929, as at some log statements were changed to
contextConfig.jndiUrl, but not all.
Modif
Author: fschumacher
Date: Sat Sep 12 15:26:20 2015
New Revision: 1702640
URL: http://svn.apache.org/r1702640
Log:
Add LocalStrings entries for a few log-messages, that came with the original
patch in r964219. Added positional parameters to the placeholder.
Modified:
tomcat/trunk/java/org/apa
https://bz.apache.org/bugzilla/show_bug.cgi?id=58381
Bug ID: 58381
Summary: Data race inside non-thread-safe LinkedList
org.apache.catalina.tribes.transport.nio.NioReceiver.e
vents
Product: Tomcat 8
Version: trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372
--- Comment #2 from Yilong Li ---
Another race on OutputBuffer.closed:
Data race on field org.apache.catalina.connector.OutputBuffer.closed: {{{
Concurrent write in thread T21 (locks held: {})
> at
org.apache.catalina.connector.Output
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382
Bug ID: 58382
Summary: Data race inside non-thread-safe HashMap
org.apache.catalina.tribes.membership.Membership.map
Product: Tomcat 8
Version: trunk
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58383
Bug ID: 58383
Summary: Data race inside non-thread-safe HashMap
org.apache.catalina.tribes.transport.SenderState.membe
rStates
Product: Tomcat 8
Version: trunk
Author: fschumacher
Date: Sat Sep 12 16:07:52 2015
New Revision: 1702647
URL: http://svn.apache.org/r1702647
Log:
Javadoc changes.
Use {@code ...} instead of That way < and > can be directly
written as '<' and '>'.
Use to keep the formatting of xml fragments and split a few lines to make
t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58384
Bug ID: 58384
Summary: Data race on field
org.apache.tomcat.websocket.WsWebSocketContainer.backg
roundProcessCount
Product: Tomcat 8
Version: trunk
Ha
https://bz.apache.org/bugzilla/show_bug.cgi?id=58385
Bug ID: 58385
Summary: Data race on field
org.apache.catalina.connector.Request.comet
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380
Yilong Li changed:
What|Removed |Added
Summary|Data race on field |Data races inside
|org.a
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380
--- Comment #1 from Yilong Li ---
Two more reports on StandardSession.isNew:
Data race on field org.apache.catalina.session.StandardSession.isNew: {{{
Concurrent read in thread T1 (locks held: {Monitor@76187037,
Monitor@76176512, Monitor@76
https://bz.apache.org/bugzilla/show_bug.cgi?id=58386
Bug ID: 58386
Summary: Data race on fields
org.apache.catalina.tribes.io.ObjectReader.accessed &
lastAccess
Product: Tomcat 8
Version: trunk
Hardware:
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/236
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
https://bz.apache.org/bugzilla/show_bug.cgi?id=58387
Bug ID: 58387
Summary: Data race on field org.apache.coyote.Request.hook
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: n
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371
Yilong Li changed:
What|Removed |Added
Summary|Data race on field |Data races on field
|org
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371
--- Comment #1 from Yilong Li ---
One more report on field strValue:
Data race on field org.apache.tomcat.util.buf.MessageBytes.strValue: {{{
Concurrent read in thread T20 (locks held: {Monitor@45a7152e})
> at
org.apache.tomcat.util.b
https://bz.apache.org/bugzilla/show_bug.cgi?id=58388
Bug ID: 58388
Summary: Data race on field org.apache.coyote.RequestInfo.stage
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severi
https://bz.apache.org/bugzilla/show_bug.cgi?id=58389
Bug ID: 58389
Summary: Data race on field
org.apache.tomcat.util.threads.TaskQueue.parent
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58390
Bug ID: 58390
Summary: Data race on field
org.apache.tomcat.util.net.SocketWrapper.error
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58391
Bug ID: 58391
Summary: Data races on field
org.apache.catalina.tribes.group.interceptors.NonBlock
ingCoordinator.started/view/suggestedView
Product: Tomcat 8
Ve
https://bz.apache.org/bugzilla/show_bug.cgi?id=58392
Bug ID: 58392
Summary: Data race on field
org.apache.catalina.tribes.group.interceptors.DomainFi
lterInterceptor.membership
Product: Tomcat 8
Version: trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382
Yilong Li changed:
What|Removed |Added
Summary|Data race inside|Data races inside
|non-t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382
--- Comment #1 from Yilong Li ---
There are also many races on Membership.member:
Data race on field org.apache.catalina.tribes.membership.Membership.members:
{{{
Concurrent write in thread T66 (locks held: {Monitor@56b4bad2,
Monitor@1a1491
https://bz.apache.org/bugzilla/show_bug.cgi?id=58366
--- Comment #2 from stho...@littler.com ---
I did build from source using MS Blend for VS. I copied x86 settings to x64
and my .41 build runs like a charm on Win7 64bit IIS 7.5 - but does not run on
windows 2012 IIS 8.5. Is there anything I sh
https://bz.apache.org/bugzilla/show_bug.cgi?id=58393
Bug ID: 58393
Summary: Data race on field
org.apache.catalina.tribes.membership.McastService.lis
tener
Product: Tomcat 8
Version: trunk
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58394
Bug ID: 58394
Summary: Data race on field
org.apache.catalina.mapper.Mapper.hosts
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Stat
https://bz.apache.org/bugzilla/show_bug.cgi?id=58395
Bug ID: 58395
Summary: Data races inside
org.apache.catalina.tribes.membership.MemberImpl
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58396
Bug ID: 58396
Summary: Data race on field
org.apache.tomcat.util.net.NioEndpoint$Poller.nextExpi
ration
Product: Tomcat 8
Version: trunk
Hardware: PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=58397
Bug ID: 58397
Summary: Data race on field
org.apache.catalina.tribes.transport.nio.PooledParalle
lSender.connected
Product: Tomcat 8
Version: trunk
Ha
https://bz.apache.org/bugzilla/show_bug.cgi?id=58398
Bug ID: 58398
Summary: Data race on field
org.apache.catalina.util.LifecycleSupport.listeners
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58399
Bug ID: 58399
Summary: Data race on field
org.apache.tomcat.util.buf.ByteChunk.charset
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
https://bz.apache.org/bugzilla/show_bug.cgi?id=58400
Bug ID: 58400
Summary: Data race on field
org.apache.tomcat.util.net.NioEndpoint$KeyAttachment.c
ometNotify
Product: Tomcat 8
Version: trunk
Hardware:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58401
Bug ID: 58401
Summary: Potential data race inside the data array used in
org.apache.catalina.tribes.io.ChannelData &
org.apache.catalina.tribes.membership.MemberImpl
Produ
https://bz.apache.org/bugzilla/show_bug.cgi?id=58401
--- Comment #1 from Yilong Li ---
A similar one:
Data race on array element #14: {{{
Concurrent read in thread T239 (locks held: {Monitor@7e1eac7f})
> at
org.apache.catalina.tribes.io.XByteBuffer.append(XByteBuffer.java:228)
a
Author: fschumacher
Date: Sat Sep 12 18:45:30 2015
New Revision: 1702660
URL: http://svn.apache.org/r1702660
Log:
Add LocalStrings entry for coyoteInputStream.nbNotready, which was added with
r1519766
Modified:
tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties
Modified
The Buildbot has detected a build exception on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/237
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: fschumacher
Date: Sat Sep 12 18:57:17 2015
New Revision: 1702662
URL: http://svn.apache.org/r1702662
Log:
Use LocalStrings entry endpoint.apr.pollError instead of string 'Unexpected
poller error'. That entry seems to match quite well and has the two needed
placeholders. The string was ad
Author: fschumacher
Date: Sat Sep 12 19:01:10 2015
New Revision: 1702665
URL: http://svn.apache.org/r1702665
Log:
Add LocalStrings entry for coyoteConnector.protocolHandlerStopFailed, which was
added with r992890
Modified:
tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properti
Author: fschumacher
Date: Sat Sep 12 19:11:16 2015
New Revision: 1702666
URL: http://svn.apache.org/r1702666
Log:
Added LocalString entries for standardManager.loading.{cnfe,ioe}. They could
probably be replaced by standardManager.loading.exception, as the
exception#toString method does not add
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/238
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: fschumacher
Date: Sat Sep 12 19:18:02 2015
New Revision: 1702668
URL: http://svn.apache.org/r1702668
Log:
Add LocalStrings entry standardContext.resourcesStop and change usage of key
standardContext.resources.started (which is missing in LocalStrings) to
standardContext.resourcesStart (w
Author: fschumacher
Date: Sat Sep 12 19:27:38 2015
New Revision: 1702671
URL: http://svn.apache.org/r1702671
Log:
Replace usage of LocalStrings key fileResource.getInputStreamFail with
jarResource.getInputStreamFail, as the first one is missing and the second one
is already used for JarResource.
Author: fschumacher
Date: Sat Sep 12 19:39:56 2015
New Revision: 1702672
URL: http://svn.apache.org/r1702672
Log:
Add LocalStrings entry standardService.connector.destroyFailed back in. It was
removed in r1188313 as the entry was not used (with that spelling). Correct the
spelling of used entry
Author: fschumacher
Date: Sat Sep 12 19:44:06 2015
New Revision: 1702673
URL: http://svn.apache.org/r1702673
Log:
Add LocalStrings entry standardSession.getIdleTime.ise which was added with
r1576582
Modified:
tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties
Modified: to
Author: fschumacher
Date: Sat Sep 12 19:56:27 2015
New Revision: 1702675
URL: http://svn.apache.org/r1702675
Log:
Re-add LocalStrings entry endpoint.launch.fail (removed in r1594393) as it is
still used in Nio2Endpoint
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.prope
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/242
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: fschumacher
Date: Sat Sep 12 20:02:44 2015
New Revision: 1702676
URL: http://svn.apache.org/r1702676
Log:
Use LocalStrings key endpoint.timeout.err instead of the missing entry
endpoint.timeout.error
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified: t
Hi all,
I have one remaining LocalStrings entry, which I am unsure, what to do with.
contextConfig.invalidSciHandlesTypes is missing, where
contextConfig.invalidSci seems to be unused and not really fitting.
Regards,
Felix
---
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/243
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: fschumacher
Date: Sat Sep 12 20:21:35 2015
New Revision: 1702680
URL: http://svn.apache.org/r1702680
Log:
Use LocalStrings entry wsWebSocketContainer.invalidSubProtocol added in
r1446694.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java
Modified:
to
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/245
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-native-make has an issue affecting its community integration.
This
72 matches
Mail list logo