More property blocks than can fit in a record

Hello,

I have a graph with 300k nodes and 4M relationships.

I'd like to query all triples:

MATCH p=()-[]->()
RETURN p

I get the following error:

Neo.DatabaseError.Statement.ExecutionFailed

org.neo4j.io.pagecache.CursorException: PropertyRecord claims to have more property blocks than can fit in a record

Do you know what goes wrong? Thanks.