-
Notifications
You must be signed in to change notification settings - Fork 467
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Given the same edge label and vertex label to create_complete_graph() function, server terminates.
How are you accessing AGE (Command line, driver, etc.)?
Command Line
What is the command that caused the error?
SELECT * FROM create_complete_graph('complete_graph',5,'label','label');NOTICE: graph "complete_graph" has been created
NOTICE: VLabel "label" has been created
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: 2023-03-07 00:25:32.852 PKT [33484] LOG: server process (PID 33523) was terminated by signal 11: Segmentation fault
2023-03-07 00:25:32.852 PKT [33484] DETAIL: Failed process was running: SELECT * FROM create_complete_graph('complete_graph',5,'label','label');
2023-03-07 00:25:32.852 PKT [33484] LOG: terminating any other active server processes
2023-03-07 00:25:32.852 PKT [33497] WARNING: terminating connection because of crash of another server process
2023-03-07 00:25:32.852 PKT [33497] DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2023-03-07 00:25:32.852 PKT [33497] HINT: In a moment you should be able to reconnect to the database and repeat your command.
2023-03-07 00:25:32.852 PKT [33884] FATAL: the database system is in recovery mode
Failed.
!> 2023-03-07 00:25:32.852 PKT [33484] LOG: all server processes terminated; reinitializing
2023-03-07 00:25:32.865 PKT [33885] LOG: database system was interrupted; last known up at 2023-03-07 00:23:31 PKT
2023-03-07 00:25:33.422 PKT [33885] LOG: database system was not properly shut down; automatic recovery in progress
2023-03-07 00:25:33.429 PKT [33885] LOG: redo starts at 0/1115B688
2023-03-07 00:25:33.439 PKT [33885] LOG: redo done at 0/11193F08
2023-03-07 00:25:33.497 PKT [33484] LOG: database system is ready to accept connections
Expected behavior
Error stating label cannot be same for vertex and edge.
Environment (please complete the following information):
- latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working