You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I compiled your project into test.so. But when I use posgresql to create function, the psgl server exits. The follow is the question:
test=# create function fuzz(integer,text) returns text as '/home/tea/libfuzzer-pg/test.so', 'fuzz' language c strict;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
Did you have this problem and how did you deal with it?
The text was updated successfully, but these errors were encountered:
Hello, I compiled your project into test.so. But when I use posgresql to create function, the psgl server exits. The follow is the question:
Did you have this problem and how did you deal with it?
The text was updated successfully, but these errors were encountered: