I have the same problem.
I think it has something to do with network connections and certificate verification.
Following is a strace output, showing that it segfaults after processing the ca-bundle.crt file:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
read(22, "TFeMFwGA1UECgxVVMOcUktUUlVTVCBCa"..., 4096) = 4096
read(22, "Pqbqjdn5lPdE2BiYBL3ZqXKVwvvoFBuY"..., 4096) = 4096
read(22, "yBSb290MIIBIjANBgkqhkiG9w0BAQEFA"..., 4096) = 4096
read(22, "KXZpBy2uPUZC5f46Fq9mDU5zXNysRojd"..., 4096) = 4096
read(22, "RGZL5DJUfORsnLMOPReisjQS1n6yqEm7"..., 4096) = 4096
read(22, "FsIFJvb3Qg\nQ0EwggIiMA0GCSqGSIb3D"..., 4096) = 4096
read(22, "M\nTC55v6kF/GlclY1i+blw7cNRfdCT5m"..., 4096) = 4096
read(22, "GPgNeGYtEotXHAgMBAAGjQjBA\nMA8GA1"..., 4096) = 4096
read(22, "KExBRdW9WYWRpcyBMaW1pdGVkMR4wHAY"..., 4096) = 4096
read(22, "Ib3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5"..., 4096) = 4096
brk(0x5647bc16e000) = 0x5647bc16e000
read(22, "A3igAwIBAgIQBZsbV56OITLiOQe9p3d1"..., 4096) = 4096
read(22, "NVBAMMEkNBIOayg+mAmuagueiv\ngeS5p"..., 4096) = 4096
read(22, "MxEzARBgNVBAgTCk5ldyBKZXJzZXkxFD"..., 4096) = 4096
read(22, "nbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQY"..., 4096) = 4096
read(22, "N\nb/9Zjr7dn3LDWyvfjFvO5QxGbJKyCq"..., 4096) = 4096
read(22, "W4oA0beOY02QnrEh+KHdcxiVhJfiFDGX"..., 4096) = 4096
read(22, "g60dWIol\nhdLHZR4tjsbftsbhf4oEIRU"..., 4096) = 1036
read(22, "", 4096) = 0
close(22) = 0
fcntl(21, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(21, F_SETFL, O_RDWR|O_NONBLOCK) = 0
brk(0x5647bc196000) = 0x5647bc196000
write(21, "\26\3\1\2\0\1\0\1\374\3\3T\266/(X\31-\364\254aF:]S\0275\242\243\230\242\270"..., 517) = 517
read(21, 0x5647bc16dbe0, 7) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=21, events=POLLIN|POLLPRI}], 1, 10000) = 1 ([{fd=21, revents=POLLIN}])
read(21, "\26\3\3\0F\2\0", 7) = 7
read(21, "\0B\3\3\255\367$\310\344\246\34\361\270\327c\372\345\324_\25\307Al\376\226\236\5\17\vs1\200"..., 68) = 68
read(21, "\26\3\3\16\217", 5) = 5
read(21, "\v\0\16\213\0\16\210\0\5*0\202\5&0\202\4\16\240\3\2\1\2\2\7(\3\222\366\225\fL"..., 3727) = 3727
read(21, "\26\3\3\1M", 5) = 5
read(21, "\f\0\1I\3\0\27A\4\2578\374:L\277\363\345K\225\344\340\20\10\363-\374\314#s\330$\341"..., 333) = 333
read(21, "\26\3\3\0\4", 5) = 5
read(21, "\16\0\0\0", 4) = 4
write(21, "\26\3\3\0F\20\0\0BA\4\10g\274\234\207\r\244\266\306&x\2666t:\[email protected]:\227"..., 126) = 126
read(21, 0x5647bc17c503, 5) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=21, events=POLLIN|POLLPRI}], 1, 9817) = 1 ([{fd=21, revents=POLLIN}])
read(21, "\26\3\3\0\312", 5) = 5
read(21, "\4\0\0\306\0\0\16\20\0\300\36$\346\277\352\247.\7?\361m'\264\377\2135\324\243\247_u\201"..., 202) = 202
read(21, "\24\3\3\0\1", 5) = 5
read(21, "\1", 1) = 1
read(21, "\26\3\3\0(", 5) = 5
read(21, "'>\1+\253E\366\2J\25}\337G\322\333\354R\265\361|\360\261\245,_\353\306\31+q\315\375"..., 40) = 40
fcntl(21, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl(21, F_SETFL, O_RDWR) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
chdir("/etc/apache2") = 0
rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_RESTORER|SA_INTERRUPT, 0x7f257bc5e3d0}, {SIG_DFL, [], SA_RESTORER|SA_RESETHAND, 0x7f257bc5e3d0}, 8) = 0
kill(12032, SIGSEGV) = 0
rt_sigreturn({mask=[]}) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_USER, si_pid=12032, si_uid=33} ---
+++ killed by SIGSEGV (core dumped) +++
If you rename the file (/wp-includes/certificates/ca-bundle.crt), you can use at least use some of the function of wordpress. Of course everything that connects to api.www.ads-software.com does not work that way.
I also have a freshly installed wordpress 4.6.1 downloaded today and a Ubuntu 16.04 installed and updated today.
-
This reply was modified 8 years, 2 months ago by Jan Dembowski. Reason: Fixed log block