Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105880 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 96173 invoked from network); 12 Jun 2019 18:16:59 -0000 Received: from unknown (HELO mail-oi1-f179.google.com) (209.85.167.179) by pb1.pair.com with SMTP; 12 Jun 2019 18:16:59 -0000 Received: by mail-oi1-f179.google.com with SMTP id w7so11997590oic.3 for ; Wed, 12 Jun 2019 08:29:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0kDpsYYOrgjsGUajqO6spAfq6/rA8k4vseW4lizV7Hk=; b=Qf6baeQ08UTS35+JIZigpYwctKovRxfwSQsSZ6u4uhN5MDZMOcQ5+0Dj6jMDUWP7h2 aYEnJpovLIEbH2LVGTEB/kZWjbWOnN5nAxyTVt8U2pah12dPeOWMenCk/L5VUcLq3J7W 9biPIzOOEFHdr8E2sHFEk+8uYhIOt1DjnA7XtaWbXJ2Iwn6+DyNA4kRhbAF7ab15q2HK X9PG1SOtnQXqEF88pzoQB1SK5BbJqOqJp6+lk6MAQX5m8cPsZ9EKi9TelSVohRGWVlqY NWpDa+es2KYabIRsx+CGTjB9quq9yegOSSlDix5X61F6esmnDuamCPRIhq80FKxJN3hB rEyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0kDpsYYOrgjsGUajqO6spAfq6/rA8k4vseW4lizV7Hk=; b=iVGGdUA7yScxbe0AKvKBG233yWidYDWwPOaQmaJCkKcXxjhXOhrsMN6PfvzAKo3dgf 2JUwoKLVyvYkpCmWdoBxHkV3lbR5Cjgb22727nCmz/yYsJy1cGT+Xd9FXFvFYiaOaC6w /fDa9FQljaMH6rvO3GnvC6bTP+CFp/DlpgqQ7X0VeoYGFKiKYbY7VVEfMn4+UWzyxh0t iiUQseLZaCZmdG3O8MS6PwpVZUx01c1O+Vsko8H/ZwsJvWI74ZiCEYPCNWctnIdZ62dQ mLQ48jX4oIWKtAFovYfiTakThNLpp/J9Z3plUzwIGsr0/G4bF0A2MoWI45dBDbxMmpr4 3HqA== X-Gm-Message-State: APjAAAV+rksBo2lPRXQ4Lj8OcReo6RCYsvBaEaKNkdHTKhwzoWxNH4pT t93BCIqNkx7y1Lf7DcfWQvdBoyLuMj3YA/4uVsAYRB7x X-Google-Smtp-Source: APXvYqzpY6fJLppSJ4q2onDG58JohCgRqbiyrdEjzOKoBG4nU6g4H9JAyLhVaxTeJbeBZAZTVOkKyxhqANf4o0afGJc= X-Received: by 2002:aca:4790:: with SMTP id u138mr17219874oia.44.1560353394022; Wed, 12 Jun 2019 08:29:54 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 12 Jun 2019 17:29:43 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000c65ce8058b221553" Subject: Unable to use XMLWriter in Exception-Handler From: nicolai.scheer@gmail.com (Nicolai Scheer) --000000000000c65ce8058b221553 Content-Type: text/plain; charset="UTF-8" Hi all, I recently stumbled across some very weird behaviour when using XMLWriter inside an exception handler. Depending on the exception that is being thrown XMLWriter is able to write the file or not. I opened a bug report with a (kind of) simple reproduction script: https://bugs.php.net/bug.php?id=78150 Unfortunately, the observed behaviour seems so random that I don't know where to start my search for a solution... Does anybody have a few minutes to look at this issue? Thanks! Greetings Nico --000000000000c65ce8058b221553--