|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-04-17 16:15 UTC] bjzarbon at rockwellcollins dot com
Description: ------------ Using PECL::Perl code to call Perl subroutines from within PHP scripts causes segmentation fault in php_perl.c at line 1535. Using: Perl 5.8.8, php 5.2.1, Apache 2.2.4 Reproduce code: --------------- $perl = new Perl(); Expected result: ---------------- Perl object Actual result: -------------- segmentation fault PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 22:00:01 2025 UTC |
on ubuntu 8.04, with perl 5.8.8 & php 5.2.4 new Perl(); works new Perl("Point"); segfaults problem is the same with cvs & stable versions. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb782f6d0 (LWP 13889)] 0xb776fd3f in php_perl_get_class_name (object=0x86f9fec, class_name=0xbfa0db48, class_name_len=0xbfa0db40, parent=0) at /tmp/pear/download/perl-1.0.0/php_perl.c:1535 1535 if ((stash = SvSTASH(sv)) != NULL) {