Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28366 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94883 invoked by uid 1010); 16 Mar 2007 07:52:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94868 invoked from network); 16 Mar 2007 07:52:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2007 07:52:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.185] ([64.233.182.185:36928] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/E0-19476-BAC4AF54 for ; Fri, 16 Mar 2007 02:52:13 -0500 Received: by nf-out-0910.google.com with SMTP id l35so165154nfa for ; Fri, 16 Mar 2007 00:52:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KGI7UFPSL6/Q6zTrKGlN/ubJ0U+9QfaXR2B0YBMCeJA2O/S79zrx/ESrRu6hShytMZjNKZtjosT0DykQqs+10B935AID+W1qWm2iBJcFaGtiKjgXzn1uhIzshFL5aX79X/6pVOgOznSYp3TWKPzFSfeSLI+mBRafL/49r/x55oE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pFf3G+Dxtfjig/XH/92pkG/D4RvJJCmNWg3XZ/F55+X8F0vETrCEgbVYuEuZlWrSXfiDBFK8Nsngz8AoH4ITG9yjLTxgVIqwnlcwZFmh/YkUu7xdFxuIcdn2RgbgDCQclbH/rmNRoSjOzdJxiO6+aR0LK96gRksy5BFBL/Y557E= Received: by 10.82.165.1 with SMTP id n1mr2577520bue.1174031528621; Fri, 16 Mar 2007 00:52:08 -0700 (PDT) Received: by 10.82.112.8 with HTTP; Fri, 16 Mar 2007 00:52:08 -0700 (PDT) Message-ID: Date: Fri, 16 Mar 2007 08:52:08 +0100 To: "Oliver Block" Cc: internals@lists.php.net In-Reply-To: <200703160308.36432.lists@block-online.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703160308.36432.lists@block-online.eu> Subject: Re: [PHP-DEV] segmentation fault From: tijnema@gmail.com ("Tijnema !") On 3/16/07, Oliver Block wrote: > Hello, > > I receive a segmentation fault on a > > RETVAL_STRING(some_module_global, 1); > > The problem disappears if I change it to > > RETVAL_STRING(some_module_global, 0); > > Is anybody interested in the data? > > Regards, > > Oliver I never had any segfaults with PHP, but i think more info is needed. What is some_module_global? is it a var? did you define it? is it just a string? And maybe PHP version would be helpful. Tijnema > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >