You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "DominicWuest (via GitHub)" <gi...@apache.org> on 2023/05/05 14:37:35 UTC

[GitHub] [age] DominicWuest commented on issue #899: `SET` of property to `true OR true` causes crash

DominicWuest commented on issue #899:
URL: https://github.com/apache/age/issues/899#issuecomment-1536359855

   `gdb` stacktrace:
   
   ```
   #0  0x000055766192b3d8 in datumTransfer ()
   #1  0x00005576617bdef4 in SPI_datumTransfer ()
   #2  0x00007f1581ec5610 in plpgsql_exec_function ()
      from /usr/lib/postgresql/13/lib/plpgsql.so
   #3  0x00007f1581ed0dd3 in plpgsql_call_handler ()
      from /usr/lib/postgresql/13/lib/plpgsql.so
   #4  0x00005576617832e2 in ?? ()
   #5  0x00007f158ae35644 in ExecEvalExprSwitchContext (isNull=0x7ffe97658227, 
       econtext=0x557662aa4360, state=0x557662aa4518)
       at /usr/include/postgresql/13/server/executor/executor.h:322
   #6  ExecProject (projInfo=0x557662aa4510)
       at /usr/include/postgresql/13/server/executor/executor.h:356
   #7  exec_cypher_create (node=<optimized out>)
       at src/backend/executor/cypher_create.c:248
   #8  0x00005576617904e0 in ExecScan ()
   #9  0x00007f158ae36efb in ExecProcNode (node=0x557662a607f8)
       at /usr/include/postgresql/13/server/executor/executor.h:248
   #10 exec_cypher_set (node=0x557662a5ffc8)
       at src/backend/executor/cypher_set.c:627
   #11 0x000055766178742d in standard_ExecutorRun ()
   #12 0x00005576618f332b in ?? ()
   #13 0x00005576618f48a8 in PortalRun ()
   #14 0x00005576618f0301 in ?? ()
   #15 0x00005576618f2454 in PostgresMain ()
   #16 0x00005576618794a5 in ?? ()
   #17 0x000055766187a3f4 in PostmasterMain ()
   #18 0x00005576615fc046 in main ()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org