On Sat, 2008-02-16 at 18:20 +0300, Alexey Vlasov wrote: > I always compile Apache (peruser too) with FD_SETSIZE 16k, otherwise nothing > works in my configuration and with my amount of vhosts. > So the current error segfault isn't connected with the file descriptors. > > I learned little from my coredump: > =========== > Program terminated with signal 11, Segmentation fault. > #0 0x00002b99fabc6aa2 in apr_socket_addr_get () from /usr/lib/libapr-1.so.0 > ===========
Is apr compiled separately from apache, like installed from a package or something? That's how it is on my system. If that's the case for you too, perhaps you need to recompile the apr package so it gets the new FD_SETSIZE too. -- Sean Gabriel Heacock Telana Internet Services http://www.telana.com/ _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
