Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgresql Server exit when create function by load test.so #2

Open
aftern00n opened this issue Aug 5, 2019 · 0 comments
Open

Postgresql Server exit when create function by load test.so #2

aftern00n opened this issue Aug 5, 2019 · 0 comments

Comments

@aftern00n
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant