Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79259 invoked by uid 1010); 15 Sep 2005 04:41:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79244 invoked from network); 15 Sep 2005 04:41:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2005 04:41:01 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:4076] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BF/FD-41173-D5BF8234 for ; Thu, 15 Sep 2005 00:41:01 -0400 Received: from localhost ([127.0.0.1] helo=lighthammer) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EFkt7-0004x9-00; Wed, 14 Sep 2005 20:58:17 -0700 Message-ID: <002f01c5b9af$a87962f0$6c051fac@lighthammer> To: "RG" Cc: References: Date: Wed, 14 Sep 2005 21:40:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Segfault From: pollita@php.net ("Sara Golemon") Yeah...sure.... it's on line 42. How about some code to look at? A backtrace... Anything... -Sara ----- Original Message ----- From: ""RG"" Newsgroups: php.internals To: Sent: Wednesday, September 14, 2005 7:11 PM Subject: Segfault > This is quite unusual, for some reason PHP segfaults after I call my > function. The function deals with Resources from another module, it works, > that's not the problem. The functions works exactly as anticipated, > however > if I call that function again or if I call die or exit PHP segfaults. > Any ideas on what might be wrong?