Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50772 invoked from network); 9 Dec 2013 17:34:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2013 17:34:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.219.46 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.219.46 mail-oa0-f46.google.com Received: from [209.85.219.46] ([209.85.219.46:36779] helo=mail-oa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/22-40251-04FF5A25 for ; Mon, 09 Dec 2013 12:34:56 -0500 Received: by mail-oa0-f46.google.com with SMTP id o6so4232281oag.33 for ; Mon, 09 Dec 2013 09:34:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type; bh=r+EE8upYtqbxIHsocKUIzK+AxEoxTkoD5YgTjMZTUQs=; b=NBwVm6LCltTGAX25+6KbabY+bw7PyscTcSGGruaskuin2/GMWqBrjJa/Xy9zS0QGQV MITCN8kR0kXaD5wPcGmm+cGSHtzoPrPtZpwZCMadZII1utaiOCLvuoJpl7CUe9AmdqDy ihvl22ZkEHTsRB0mO1FICJm4bTWt9RbPUMOgRnJhKfQxBmBg0Jz/UbjtZf7FUIzCEaph FqNM6C37j6f1NVuSjG1G3+6BNfxz60O5twDdUkZFNvsuOTkUB5diIpw6Yfht58zyCEo5 XycZc0oDrRlMelN7Ssq4TBTf+K16Dn12ExUwNOjh9CfbuSK6A1JXWqSs1im2zZoM/Wo9 5y7w== X-Gm-Message-State: ALoCoQkepYbiEMkLG6YA9oaIFhTcEi1gHtzxRZxwyY0ROEwvxAmcxufRMmP7xDaWK4NSJWlVZ/O9 X-Received: by 10.60.115.138 with SMTP id jo10mr3347637oeb.71.1386610493167; Mon, 09 Dec 2013 09:34:53 -0800 (PST) Received: from [172.16.1.40] (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPSA id m7sm14644881obo.7.2013.12.09.09.34.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 09:34:52 -0800 (PST) Message-ID: <52A5FF3A.8010802@ralphschindler.com> Date: Mon, 09 Dec 2013 11:34:50 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: internals References: <52A5FD1B.2020301@ralphschindler.com> In-Reply-To: <52A5FD1B.2020301@ralphschindler.com> Content-Type: multipart/mixed; boundary="------------040504060603040600070202" Subject: Re: SegFault 11 on 5.5.6 on function return From: ralph@ralphschindler.com (Ralph Schindler) --------------040504060603040600070202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > Looking at the backtrace (provided), can anyone offer assistance as to > what changed between 5.5.5 and 5.5.6 that might be causing this? Sorry for double-post, but it might be helpful to have a backtrace without xdebug, (attached). -ralph --------------040504060603040600070202 Content-Type: text/plain; charset=UTF-8; name="segfault-5.5.6-phpunit-zf2-no-xdebug.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="segfault-5.5.6-phpunit-zf2-no-xdebug.txt" travis@debug-ralphschindler-hs-3881-php-1386357134:~/zendframework/zf2/tests$ gdb --args /home/travis/.phpenv/versions/5.5.6/bin/php ../vendor/bin/phpunit --tap ZendTest/Soap/Client/DotNetTest.php GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/travis/.phpenv/versions/5.5.6/bin/php...done. (gdb) run Starting program: /home/travis/.phpenv/versions/5.5.6/bin/php ../vendor/bin/phpunit --tap ZendTest/Soap/Client/DotNetTest.php warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7fff000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". PHP Deprecated: Comments starting with '#' are deprecated in /home/travis/.phpenv/versions/5.5.6/etc/conf.d/xdebug.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /home/travis/.phpenv/versions/5.5.6/etc/conf.d/xdebug.ini on line 2 in Unknown on line 0 TAP version 13 ok 1 - ZendTest\Soap\Client\DotNetTest::testADefaultCurlClientIsUsedIfNoneIsInjected ok 2 - ZendTest\Soap\Client\DotNetTest::testCurlClientCanBeInjected ok 3 - ZendTest\Soap\Client\DotNetTest::testCurlClientRequestIsDoneWhenUsingNtlmAuthentication Program received signal SIGSEGV, Segmentation fault. 0x00000000008a696e in gc_remove_from_buffer (tsrm_ls=0x114fea0, root=0x7ffff7f99d88) at /tmp/php-build/source/5.5.6/Zend/zend_gc.h:189 189 /tmp/php-build/source/5.5.6/Zend/zend_gc.h: No such file or directory. (gdb) bt #0 0x00000000008a696e in gc_remove_from_buffer (tsrm_ls=0x114fea0, root=0x7ffff7f99d88) at /tmp/php-build/source/5.5.6/Zend/zend_gc.h:189 #1 gc_remove_zval_from_buffer (zv=0x7fffffff9340, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_gc.c:265 #2 0x000000000093d0f3 in i_zval_ptr_dtor (zval_ptr=0x7fffffff9340) at /tmp/php-build/source/5.5.6/Zend/zend_execute.h:80 #3 i_free_compiled_variables (execute_data=0x7ffff7f99b50) at /tmp/php-build/source/5.5.6/Zend/zend_execute.c:1511 #4 zend_leave_helper_SPEC (execute_data=0x7ffff7f99b50, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_vm_execute.h:399 #5 0x000000000093d8fa in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER (execute_data=0x7ffff7f99b50, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_vm_execute.h:1081 #6 0x00000000008fd67b in execute_ex (execute_data=0x7ffff7f99b50, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_vm_execute.h:363 #7 0x0000000000875190 in zend_call_function (fci=0x7fffffff9d80, fci_cache=, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_execute_API.c:939 #8 0x00000000006c1466 in zim_reflection_method_invokeArgs (tsrm_ls=0x114fea0, this_ptr=, return_value=0x172e450, ht=, return_value_ptr=, return_value_used=) at /tmp/php-build/source/5.5.6/ext/reflection/php_reflection.c:3018 #9 zim_reflection_method_invokeArgs (ht=, return_value=0x172e450, return_value_ptr=, this_ptr=, return_value_used=, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/ext/reflection/php_reflection.c:2921 #10 0x000000000093f8d7 in zend_do_fcall_common_helper_SPEC (execute_data=, tsrm_ls=) at /tmp/php-build/source/5.5.6/Zend/zend_vm_execute.h:550 #11 0x00000000008fd67b in execute_ex (execute_data=0x7ffff7f989f0, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/Zend/zend_vm_execute.h:363 #12 0x00000000008862f8 in zend_execute_scripts (type=8, tsrm_ls=0x114fea0, retval=0x0, file_count=3) at /tmp/php-build/source/5.5.6/Zend/zend.c:1320 #13 0x0000000000815964 in php_execute_script (primary_file=0x7fffffffc530, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/main/main.c:2489 #14 0x0000000000943581 in do_cli (argc=4, argv=0x114fd40, tsrm_ls=0x114fea0) at /tmp/php-build/source/5.5.6/sapi/cli/php_cli.c:994 #15 0x0000000000446c00 in main (argc=4, argv=0x114fd40) at /tmp/php-build/source/5.5.6/sapi/cli/php_cli.c:1378 --------------040504060603040600070202--