On Sun, 3 Oct 2004, Stas Bekman wrote: > 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 0xffffe410 in ?? () > #1 0xbfffeff8 in ?? () > #2 0x00000001 in ?? () > #3 0xbfffeff7 in ?? () > #4 0x4030536b in __read_nocancel () from /lib/tls/libpthread.so.0 > #5 0x080e03c3 in ap_mpm_pod_check (pod=0x817b250) at pod.c:53
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 other thread accidentally? Such things have happened before...) --Cliff
