Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

peloton crashes abnormally when inserting #1479

Open
Handora opened this issue Sep 23, 2018 · 0 comments
Open

peloton crashes abnormally when inserting #1479

Handora opened this issue Sep 23, 2018 · 0 comments

Comments

@Handora
Copy link

Handora commented Sep 23, 2018

I have built the peloton according to the developer instruction guide, while when I launch the client using psql "sslmode=disable" -U default_table -h localhost -p 15721 and create and insert tuple table as follow, the server crashes abnormally

CREATE TABLE foo (id INT PRIMARY KEY, val VARCHAR(32) DEFAULT NULL);

INSERT INTO foo VALUES (0, 'Cappadonna');

when inserting the tuple, the server's error is as follow,

peloton: /home/han/Src/peloton/src/include/type/serializeio.h:56: const void* peloton::SerializeInput::getRawPointer(std::size_t): Assertion `(current_ <= end_)' failed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant