Comment 1 for bug 1366174

Revision history for this message
Alex Bligh (ubuntu-alex-org) wrote :

I think I've got about the minimal case for replication. Attached is a tiny perl script which generates a number of SSL sites of the form:

<VirtualHost 127.0.0.1:$port>
    ServerName 127.0.0.1:$port

    SSLEngine on
    SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
    SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

    DBDriver pgsql
</VirtualHost>

When the numebr of sites exceeds 61 (on my machine), I get an illegal instruction error.

The "DBDriver pgsql" itself is important, but I don't think this is a DBD problem. About anything that loads a module causes a problem.