swoole / ext-postgresql

🐘 Coroutine-based client for PostgreSQL
64 stars 21 forks source link

Segfault during read timeout #64

Closed mrVrAlex closed 2 years ago

mrVrAlex commented 2 years ago

Too early cleaning memory.

Bug (segfault) can reproduce if make query with SELECT sleep(100); (default client read timeout is 60 sec)

matyhtf commented 2 years ago

Fixed in other commits