RE: piped log files

2003-12-01 Thread Michael Corcoran
Hi, Maybe this is something to do with a bug that I just reported. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25103 The bug I reported is actually in the APR, it seems to cause very strange things to happen. What's happening, it seems, is that Apache calls apr_proc_create() to spawn o

Re: Apache 1.3.28 SEGFAULTS and doesn't produce a core file

2003-12-01 Thread Jeff Trawick
FWIW, it segfaults on a jsp request... I suppose that this is handled by a third party module such as mod_jk? See the final snippet: [pid 32119] read(11, "GET /messaging/businessObject.js"..., 4096) = 775 [pid 32119] rt_sigaction(SIGUSR1, {SIG_IGN}, {0x4002127c, [], SA_INTERRUPT|0x400}, 8)

Re: Apache 1.3.28 SEGFAULTS and doesn't produce a core file

2003-12-01 Thread Jeff Trawick
Jeff Trawick wrote: FWIW, it segfaults on a jsp request... I suppose that this is handled by a third party module such as mod_jk? See the final snippet: I was reminded by a little bird that you had mentioned in your original message that you were using the WebLogic plug-in. Maybe some hints h

Re: Apache 1.3.28 SEGFAULTS and doesn't produce a core file

2003-12-01 Thread mattyml
On Mon, 1 Dec 2003, Jeff Trawick wrote: > FWIW, it segfaults on a jsp request... I suppose that this is handled by a > third party module such as mod_jk? See the final snippet: > We are using the BEA weblogic plugin to broker *.jsp to our application server. We are using the latest QE'ed build

Re: Apache 1.3.28 SEGFAULTS and doesn't produce a core file

2003-12-01 Thread mattyml
On Mon, 1 Dec 2003, Jeff Trawick wrote: > Jeff Trawick wrote: > > > FWIW, it segfaults on a jsp request... I suppose that this is handled > > by a third party module such as mod_jk? See the final snippet: > > I was reminded by a little bird that you had mentioned in your original message > that