[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2017-03-16 Thread Anders Sandblad
No news, but there's no php-svn in php7 so I've rewritten most of my systems to not use php-svn. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583925 Title: php5-svn seg fault when repos_url is

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2017-03-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php-svn (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583925 Title:

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2017-03-16 Thread Steven MAYORGAS
Hi, Same problem for me ! uname -a : Linux ### 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Do you have any news about it ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Fun, if one disable curl extension in php (by running php5dismod curl) and instead loading curl as argument to php like this: php -dextension=/usr/lib/php5/20121212/curl.so test.php Does not make it segfault but still works as expected. -- You received this bug notification because you are a

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Backtrace from gdb: #0 0x7fffedf9bdb0 in ?? () #1 0x776a27af in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 #2 0x776a0b76 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 #3 0x776b0260 in sk_pop_free () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
root@testphp:~# valgrind php test.php ==3716== Memcheck, a memory error detector ==3716== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==3716== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==3716== Command: php test.php ==3716== ==3716== Warning: invalid

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Tried reproduce this in a container: lxc launch ubuntu:14.04 testphp lxc exec testphp -- bash apt install php5-cli php5-svn create test.php according above script php test.php gives no output then install php5-curl: apt install php5-curl and then run the script again and see it fail with

[Bug 1583925] Re: php5-svn seg fault when repos_url is https

2016-07-29 Thread Anders Sandblad
Oh! This only happens when php5-curl is installed!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583925 Title: php5-svn seg fault when repos_url is https To manage notifications about this bug