Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71971 invoked by uid 1010); 23 Sep 2005 02:27:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71956 invoked from network); 23 Sep 2005 02:27:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2005 02:27:33 -0000 X-Host-Fingerprint: 64.233.162.197 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.197:36620] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B4/46-24510-51863334 for ; Thu, 22 Sep 2005 22:27:33 -0400 Received: by zproxy.gmail.com with SMTP id 40so405912nzk for ; Thu, 22 Sep 2005 19:27:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oHTQlhWU/onXufqtDkrX+co2Z7lxycD/wS/OjmWk5FZNhB/c/8dvoySAA+o6SwjxYLwbjcQmFTgdBPhUdYSWZAUhwhTlcWfuUPveQ3QMA3L4glyl3owmjGSrrtB1uuVgNs/RycvlQ+YHs8aTXNNkHCuoC+ds2yxuQPgWiChEvGc= Received: by 10.54.16.3 with SMTP id 3mr661109wrp; Thu, 22 Sep 2005 19:27:29 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Thu, 22 Sep 2005 19:27:29 -0700 (PDT) Message-ID: <4e89b426050922192768c6764e@mail.gmail.com> Date: Thu, 22 Sep 2005 22:27:29 -0400 Reply-To: Wez Furlong To: internals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: shutdown order changed again? broken dl()'d modules, again From: kingwez@gmail.com (Wez Furlong) I'm getting this on shutdown with PHP 5.1 when using persistent connections with a dl'd PDO. Dan mentioned something similar with the ibm_db2 extension: =3D=3D23982=3D=3D =3D=3D23982=3D=3D Jump to the invalid address stated on the next line =3D=3D23982=3D=3D at 0x1BCE5C0B: ??? =3D=3D23982=3D=3D by 0x81BB4BC: zend_hash_apply_deleter (zend_hash.c:574= ) =3D=3D23982=3D=3D by 0x81BB665: zend_hash_graceful_reverse_destroy (zend= _hash.c:640) =3D=3D23982=3D=3D by 0x81BD680: zend_destroy_rsrc_list (zend_list.c:240) =3D=3D23982=3D=3D Address 0x1BCE5C0B is not stack'd, malloc'd or (recently= ) free'd =3D=3D23982=3D=3D =3D=3D23982=3D=3D Process terminating with default action of signal 11 (SIG= SEGV) =3D=3D23982=3D=3D Access not within mapped region at address 0x1BCE5C0B =3D=3D23982=3D=3D at 0x1BCE5C0B: ??? =3D=3D23982=3D=3D by 0x81BB4BC: zend_hash_apply_deleter (zend_hash.c:574= ) =3D=3D23982=3D=3D by 0x81BB665: zend_hash_graceful_reverse_destroy (zend= _hash.c:640) =3D=3D23982=3D=3D by 0x81BD680: zend_destroy_rsrc_list (zend_list.c:240) Sounds like we're unloading the modules before calling the dtors again. --Wez.