... There is a problem with this new logic: the mod_perl SV bucket type happens to be a case where ->setaside() is ENOTIMPL (currently) and ->read() does not...
Joe Orton
jorton@...
Oct 1, 2004 12:01 pm
50771
Mahajjh
mahajjh@...
Oct 1, 2004 12:35 pm
50772
... It does, thanks. First order of business is to garner another vote for Justin's mod_disk_cache patch referenced in the 2.0 STATUS file. Then I'll submit...
Bill Stoddard
bill@...
Oct 1, 2004 2:27 pm
50773
... That sounds like a bug in the mod_perl SV bucket type. ->read() is supposed to be defined such that the result of the read is a bucket that *can* be set...
Cliff Woolley
jwoolley@...
Oct 1, 2004 3:17 pm
50774
... Yes, the ->read() function meets those requirements fine, the bucket type just wraps a Perl variable in memory so ->read() just gives you back that memory....
Joe Orton
jorton@...
Oct 1, 2004 3:50 pm
50775
If you haven't already, please grab 1.3.32-dev HEAD and test it out. I'd like some additional good feedback before I commit to a T&R. As such, I'd like to ...
Jim Jagielski
jim@...
Oct 1, 2004 4:06 pm
50776
... the old logic was removed on purpose an analogous check is in APR at the point where select() is actually needed; an error will be returned from the apr...
Jeff Trawick
trawick@...
Oct 1, 2004 6:31 pm
50777
... +1, sounds like a good compromise. --Cliff...
Cliff Woolley
jwoolley@...
Oct 1, 2004 7:20 pm
50778
I just produced a patch that seems to fix the remaining issues for bug 24437. -- Jess Holle...
+---------------------------------------------------------------------------+
| Bugzilla Bug ID |
|...
bugzilla@...
Oct 3, 2004 2:20 pm
50781
modperl-2.0 'make test' running under worker mpm (linux) always fails in t/filter/both_str_req_add.t and dumps core: #0 0xffffe410 in ?? () (gdb) bt #0...
Stas Bekman
stas@...
Oct 3, 2004 11:22 pm
50782
... My only guess of things to check out right off hand: Is the pipe that's being read from still a valid fd? (Maybe it somehow got closed elsewhere by some...
Cliff Woolley
jwoolley@...
Oct 3, 2004 11:29 pm
50783
... I don't work with any pipes explicitly. This test just runs a few input and output filters, all using bucket brigades API. The problem is that I can't...
Stas Bekman
stas@...
Oct 3, 2004 11:58 pm
50784
... s/as well/at will/ ... -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl...
Stas Bekman
stas@...
Oct 4, 2004 12:02 am
50785
... In poll/unix/poll.c: +++ if (fd >= FD_SETSIZE) { /* XXX invent new error code so application has a clue */ return APR_EBADF; } +++...
jean-frederic clere
jfrederic.clere@...
Oct 4, 2004 8:30 am
50786
Dot
dot@...
Oct 4, 2004 9:43 am
50787
On Mon, 04 Oct 2004 10:35:47 +0200, jean-frederic clere ... yes, introducing a unique error code for this special condition would result in a meaningful error...
Jeff Trawick
trawick@...
Oct 4, 2004 1:56 pm
50788
* Jim Jagielski <jim@...> ... Sorry for the delay... I built and tested successfully on; - Red Hat Linux 7.2, 7.3, 8.0, 9.0 - Fedora Core 1 & 2 Linux -...
Chip Cuccio
chipster@...
Oct 4, 2004 4:44 pm
50789
Hi, I have prepared a patch to use apr-iconv instead "GNU" or system iconv. Find it enclosed. Any comments? Cheers Jean-Frederic Index: buildconf ...
jean-frederic clere
jfrederic.clere@...
Oct 4, 2004 4:55 pm
50790
Hi all, as some people here are already talking about Apache 2.2, just a short question: Will there ever be a productive version of Apache 2.1 or is it planned...
Rüdiger Plüm
r.pluem@...
Oct 4, 2004 7:19 pm
50791
... More or less, that is correct. Please see: http://cvs.apache.org/viewcvs.cgi/httpd-2.0/VERSIONING?view=markup...
Paul Querna
chip@...
Oct 4, 2004 7:34 pm
50792
... Darwin MonaLisa 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug 5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC Power Macintosh powerpc ...
Sander Temme
sander@...
Oct 4, 2004 10:12 pm
50793
Builds and tests OK on TPF -David McCreedy ... From: Jim Jagielski<mailto:jim@...> To: dev@...<mailto:dev@...> Sent: Friday,...
David McCreedy
McCreedyTPF@...
Oct 4, 2004 10:51 pm
50794
... I'm not hearing alot of interest in maintaining apr-iconv, and instead perhaps using the BSD port iconv-2.0 for Win32 and non iconv platforms. What are...
William A. Rowe, Jr.
wrowe@...
Oct 4, 2004 11:08 pm
50795
--On Monday, October 4, 2004 6:05 PM -0500 "William A. Rowe, Jr." ... Agreed that apr-iconv could (should?) be restricted to Win32/NetWare/etc only. Either...
Justin Erenkrantz
justin@...
Oct 4, 2004 11:39 pm
50796
... 100% agreed - if you look at the doxygen, these interfaces are private to apr-util, users aren't to count on apr-iconv itself. Bill...
William A. Rowe, Jr.
wrowe@...
Oct 5, 2004 12:22 am
50797
... I have now moved all the logic to apr-util. Find enclosed the new patch. To get it working checkout apr-iconv in srclib and add ...