Bug 49116 - Ошибка сегментирования в php8.3, при наличии php8.3-swoole и php8.3-mysqlnd
Summary: Ошибка сегментирования в php8.3, при наличии php8.3-swoole и php8.3-mysqlnd
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: php8.3 (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-18 16:28 MSK by Osmolovskaya Anastasia
Modified: 2024-01-19 22:48 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Osmolovskaya Anastasia 2024-01-18 16:28:40 MSK
Версия пакетов: 
php-base-2.7-alt3
php8.3-mysqlnd-8.3.1-alt1.x86_64
php8.3-swoole-5.1.1-alt1.1.x86_64
php8.3-8.3.1-alt1.x86_64
php8.3-curl-8.3.1-alt1.x86_64
php8.3-libs-8.3.1-alt1.x86_64
php8.3-sockets-8.3.1-alt1.x86_64

Шаги для воспроизведения:
1. apt-get install php8.3 php8.3-curl php8.3-swoole php8.3-mysqlnd
2. # cat >test.php<<EOF
<?php
\$curl = curl_init("http://example.com");
curl_setopt(\$curl, CURLOPT_FAILONERROR, true);
curl_setopt(\$curl, CURLOPT_FOLLOWLOCATION, true);
curl_setopt(\$curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt(\$curl, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt(\$curl, CURLOPT_SSL_VERIFYPEER, false);
\$result = curl_exec(\$curl);
echo \$result;
?>
EOF
3. php8.3 test.php

Ожидаемый результат: успешное выполнение
Реальный результат: ошибка сегментирования
Comment 1 Repository Robot 2024-01-19 22:48:03 MSK
php8.3-swoole-5.1.1-alt2.2 -> sisyphus:

 Fri Jan 19 2024 Anton Farygin <rider@altlinux> 5.1.1-alt2.2
 - Rebuild with php-devel = 8.3.2-5.1.1-alt2.2
 Fri Jan 19 2024 Anton Farygin <rider@altlinux.ru> 5.1.1-alt2
 - added upstream fix against php 8.3 (Closes: #49116)
 - removed postscripts (there is a filetrigger)