Skip to content

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

@aftern00n

Description

@aftern00n

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions