Hello there! I have dotnet core 3.1 app on CentOS 8.5, which is reading data from DB every 5 sec (tiny select with 2 linked small tables with max 50 rows in result). I'm using Dapper for querying data. App works fine with SQL Server, but when I try to do absolutely the same with PostgreSQL it throws:
segfault at 750000006c ip 00007efffeb87c0a sp 00007eff55445bd8 error 4 in libcoreclr.so[7efffea86000+2f0000].
Interesting fact is that throws the fault not when starting the app but after 5-7 successful queries.
Sorry, English is not my native.