Closed factormaarten closed 2 years ago
Hi. Can you provide some other information? https://github.com/swoole/swoole-src/blob/master/.github/ISSUE.md#coredump
or use valgrind to track memory exception information.
USE_ZEND_ALLOC=0 valgrind --log-file=/tmp/valgrind.log php your_file.php
Starting from Swoole v5.0.0, the swoole_postgresql extension is part of Swoole. Besides that, there are more and more differences between Swoole and OpenSwoole.
I'm closing the issue since no feedback for months. Please feel free to create new issues if needed.
Please answer these questions before submitting your issue. Thanks!
Save looks like this:
The save function looks like this
In the create function it goes wrong on these lines:
Which invokes:
This goes wrong upon actually saving in the persistence.
Persistence class
What did you expect to see? The record being stored in the database and giving back a result
What did you see instead? WARNING Server::check_worker_exit_status(): worker(pid=58, id=0) abnormal exit, status=0, signal=11 A bug occurred in OpenSwoole-v4.8.1, please report it.
What version of Swoole are you using (show your
php --ri swoole
)? OpenSwoole-v4.8.1What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ? OS: Linux 5.10.76-linuxkit #1 SMP PREEMPT Mon Nov 8 11:22:26 UTC 2021 aarch64 GCC_VERSION: 10.2.1 20201203 OPENSSL_VERSION: OpenSSL 1.1.1l 24 Aug 2021 PHP_VERSION : 7.4.22