Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-17 Thread Mark Thomas
On 17/03/2015 10:28, Mark Thomas wrote: > On 16/03/2015 21:40, Konstantin Kolinko wrote: >> Also, there is a question of porting this fix to Native trunk. > > I'll take a look. Based on my understanding of the trunk code, this is not an issue in trunk. Mark -

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-17 Thread Mark Thomas
On 16/03/2015 21:40, Konstantin Kolinko wrote: > 2015-03-11 17:44 GMT+03:00 : >> Author: markt >> Date: Wed Mar 11 14:44:23 2015 >> New Revision: 1665888 >> >> URL: http://svn.apache.org/r1665888 >> Log: >> Fix 57653. Crash when multiple events for same socket are returned via >> separate apr_pol

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-16 Thread Konstantin Kolinko
2015-03-11 17:44 GMT+03:00 : > Author: markt > Date: Wed Mar 11 14:44:23 2015 > New Revision: 1665888 > > URL: http://svn.apache.org/r1665888 > Log: > Fix 57653. Crash when multiple events for same socket are returned via > separate apr_pollfd_t structures > > Modified: > tomcat/native/branch

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-11 Thread Mark Thomas
On 11/03/2015 18:13, Christopher Schultz wrote: > Rainer, > > On 3/11/15 12:38 PM, Rainer Jung wrote: >> Am 11.03.2015 um 15:45 schrieb Mark Thomas: >>> On 11/03/2015 14:44, ma...@apache.org wrote: Author: markt Date: Wed Mar 11 14:44:23 2015 New Revision: 1665888 URL: htt

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-11 Thread Christopher Schultz
Rainer, On 3/11/15 12:38 PM, Rainer Jung wrote: > Am 11.03.2015 um 15:45 schrieb Mark Thomas: >> On 11/03/2015 14:44, ma...@apache.org wrote: >>> Author: markt >>> Date: Wed Mar 11 14:44:23 2015 >>> New Revision: 1665888 >>> >>> URL: http://svn.apache.org/r1665888 >>> Log: >>> Fix 57653. Crash whe

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-11 Thread Rainer Jung
Am 11.03.2015 um 15:45 schrieb Mark Thomas: On 11/03/2015 14:44, ma...@apache.org wrote: Author: markt Date: Wed Mar 11 14:44:23 2015 New Revision: 1665888 URL: http://svn.apache.org/r1665888 Log: Fix 57653. Crash when multiple events for same socket are returned via separate apr_pollfd_t stru

Re: svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-11 Thread Mark Thomas
On 11/03/2015 14:44, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 11 14:44:23 2015 > New Revision: 1665888 > > URL: http://svn.apache.org/r1665888 > Log: > Fix 57653. Crash when multiple events for same socket are returned via > separate apr_pollfd_t structures Review appreciated from

svn commit: r1665888 - /tomcat/native/branches/1.1.x/native/src/poll.c

2015-03-11 Thread markt
Author: markt Date: Wed Mar 11 14:44:23 2015 New Revision: 1665888 URL: http://svn.apache.org/r1665888 Log: Fix 57653. Crash when multiple events for same socket are returned via separate apr_pollfd_t structures Modified: tomcat/native/branches/1.1.x/native/src/poll.c Modified: tomcat/nativ