Bug report for APR [2009/09/20]

2009-09-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Crash in apr_file_close() (Win32)

2009-09-21 Thread Mladen Turk
Just an update from the conversation I had with Yuri. He confirmed that the APR crashes if build with VS2008. (both debug and release version of msvcrt90(d).dll) Now looking at the MSVCRT source for _close, I suspect it crashes with VS2005 as well. Since it doesn't crash if linked to msvcrt.dll

Re: Crash in apr_file_close() (Win32)

2009-09-21 Thread William A. Rowe, Jr.
Mladen Turk wrote: Indeed the crash happens on second _close(1) call. I presume the _close(x) should be called *only* if the file was dup2'ed (at least according to the comment in the code), so I'll try to figure out how to fix that unless Bill has some other ideas or suggestions. The real

Re: APR release howto

2009-09-21 Thread Graham Leggett
Jim Jagielski wrote: In general, look at the SVN commits before/after a tag to see what file(s) need to be changed. The script takes care of the rest :) In that case, will follow the commits from last time. :) If I go horribly wrong, please scream. Reards, Graham -- smime.p7s Description:

Re: svn commit: r817428 - in /apr/apr/branches/1.3.x: CHANGES include/apr_version.h

2009-09-21 Thread William A. Rowe, Jr.
minf...@apache.org wrote: Author: minfrin Date: Mon Sep 21 21:56:57 2009 New Revision: 817428 URL: http://svn.apache.org/viewvc?rev=817428view=rev Log: Bump to 1.3.10 (development) after tag And the applause rang out :) Everything looks good, and we are ready to review. Don't post up

Re: svn commit: r817428 - in /apr/apr/branches/1.3.x: CHANGES include/apr_version.h

2009-09-21 Thread Graham Leggett
William A. Rowe, Jr. wrote: And the applause rang out :) Everything looks good, and we are ready to review. Don't post up the .zip flavor, those are actually more intensive than what can be exported from cvs. If you worry about the .tarball, I'll handle the rest today. Yay! It worked :)

[vote] release apr 1.3.9?

2009-09-21 Thread Graham Leggett
Hi all, I have rolled a candidate of apr v1.3.9 and propose it for release, available here: http://people.apache.org/~minfrin/apr/ It specifically fixes this, a showstopper for httpd: *) Fix error handling in the Solaris pollset support (Event Port backend). PR 47645. [Jeff Trawick]

Re: [vote] release apr 1.3.9?

2009-09-21 Thread Graham Leggett
Graham Leggett wrote: I have rolled a candidate of apr v1.3.9 and propose it for release, available here: http://people.apache.org/~minfrin/apr/ It specifically fixes this, a showstopper for httpd: *) Fix error handling in the Solaris pollset support (Event Port backend). PR

Re: [vote] release apr 1.3.9?

2009-09-21 Thread Rhys Ulerich
Votes open for 48 hours... +1 'make check' clean on Ubuntu 8.04 64-bit using both GCC 4.3.1 and Intel 10.1 compilers. - Rhys

Re: [vote] release apr 1.3.9?

2009-09-21 Thread Neil Conway
Builds clean on OSX 10.6, but testfmt fails as I described earlier: http://mail-archives.apache.org/mod_mbox/apr-dev/200909.mbox/b4e5ce320909151403j634c1b7egf048b5ec93d15...@mail.gmail.com Neil On Mon, Sep 21, 2009 at 3:41 PM, Graham Leggett minf...@sharp.fm wrote: Graham Leggett wrote: I