Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18941 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28187 invoked by uid 1010); 15 Sep 2005 02:11:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28172 invoked from network); 15 Sep 2005 02:11:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2005 02:11:51 -0000 X-Host-Fingerprint: 66.108.229.165 cpe-66-108-229-165.nyc.res.rr.com Received: from ([66.108.229.165:21791] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FC/39-41173-768D8234 for ; Wed, 14 Sep 2005 22:11:51 -0400 Message-ID: To: internals@lists.php.net Reply-To: "RG" Date: Wed, 14 Sep 2005 22:11:50 -0400 Lines: 7 Organization: blah X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 66.108.229.165 Subject: Segfault From: ScriptBlue@nyc.rr.com ("RG") 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?