Greg

Results 23 comments of Greg

This is not a support ticket, look at salt master logs.

Any update on this issue ? Cause I had to rename a `map.jinja` file of an official formulae: https://github.com/saltstack-formulas/dovecot-formula/pull/27 and this is not recommended by Salt.

Hi, I have tested this version, compiling is OK, tests too, however I faced a curious bug that causes segfault on FPM processes. A strace shows a "getpid" function calls...

@alexat I confirm, compiled without ZTS enabled.

No issue with ipc_mode set to tcp. However this setting is reserved to Windows machines, and this issue is facing Linux machines.

Maybe related to https://github.com/psycopg/psycopg/issues/1041 ?

Is it really cockroachdb related as this issue faced only with psycopg 3.2, not 3.1 ?

Actually I won't reproduce it with your simplified script (MacOS, binary implementation, psycopg 3.2). We need more investigation.

Found a workaround with `"options": "-c results_buffer_size=0"` @dvarrazzo can you confirm it fixed this bug on your side ?