[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2022-01-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "Debdiff for php on Focal" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag,

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2022-01-12 Thread Bryce Harrington
The test flaked again in jammy with php8.1 on armhf. I'm retriggering until it passes now that some of the armhf platform issues have been resolved but given comment #10's findings, wonder if disabling the test case (at least for 32-bit) might be a more sustainable solution. ** Also affects:

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php7.2 - 7.2.24-0ubuntu0.18.04.9 --- php7.2 (7.2.24-0ubuntu0.18.04.9) bionic; urgency=medium * Fix a segmentation fault and implement support for using cursors on prepared statements in the mysqli database driver. (LP: #1939853) -

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package php7.4 - 7.4.3-4ubuntu2.6 --- php7.4 (7.4.3-4ubuntu2.6) focal; urgency=medium * Fix a segmentation fault and implement support for using cursors on prepared statements in the mysqli database driver. (LP: #1939853) -

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-09-09 Thread Matthew Ruffell
I took a look at the autopkgtest regression for php-luasandbox on arm64. https://autopkgtest.ubuntu.com/results/autopkgtest- focal/focal/arm64/p/php-luasandbox/20210908_213035_50d50@/log.gz We fail on: FAIL profiler sorting [tests/profiler-sorting.phpt] I started a t4.medium arm64 instance on

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-09-04 Thread Mathew Hodson
** No longer affects: php7.2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939853 Title: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault To

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Matthew Ruffell
Performing verification for Bionic. I installed php7.2 and php7.2-mysql from -updates, version 7.4.3-4ubuntu2.5. I also installed mysql and set up the database table and inserted data into it. $ sudo apt-cache policy php7.2 | grep Installed Installed: 7.2.24-0ubuntu0.18.04.8 $ cat

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Matthew Ruffell
Performing verification for Focal. I installed php7.4 and php7.4-mysql from -updates, version 7.4.3-4ubuntu2.5. I also installed mysql and set up the database table and inserted data into it. $ sudo apt-cache policy php7.4 | grep Installed Installed: 7.4.3-4ubuntu2.5 $ cat testcase.php

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Chris Halse Rogers
Hello Matthew, or anyone else affected, Accepted php7.2 into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/php7.2/7.2.24-0ubuntu0.18.04.9 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-31 Thread Brian Murray
Hello Matthew, or anyone else affected, Accepted php7.4 into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/php7.4/7.4.3-4ubuntu2.6 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-18 Thread Dan Streetman
uploaded to b/f queues, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939853 Title: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault To

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-18 Thread Dan Streetman
** Tags added: sts-sponsor-ddstreet -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939853 Title: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault To

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-16 Thread Matthew Ruffell
Attached is a debdiff for Bionic. I also ran the three tests in this patch, and they all pass: ext/mysqli/tests/bug77935.phpt ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt ext/mysqli/tests/mysqli_stmt_get_result.phpt https://paste.ubuntu.com/p/5422Hb6YMg/ ** Patch added: "Debdiff for

[Bug 1939853] Re: mysqli: Using a cursor with get_result() and prepared statements causes a segmentation fault

2021-08-16 Thread Matthew Ruffell
Attached is a debdiff for Focal. I have run the three tests included in these changes, and they all succeed: ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt ext/mysqli/tests/bug77935.phpt ext/mysqli/tests/mysqli_stmt_get_result.phpt https://paste.ubuntu.com/p/ZBz9wtXcDr/ ** Description