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

peloton crashes abnormally when inserting #1479

@Handora

Description

@Handora

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions