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:44 UTC

[GitHub] [age] DominicWuest commented on issue #898: Crash on property access of node in same `MATCH`

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

   `gdb` stacktrace
   
   ```
   #0  __strnlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:74
   #1  0x0000557661a30d4f in pnstrdup ()
   #2  0x00007f158ae5b020 in fill_agtype_value (
       container=container@entry=0x557662af4134, index=index@entry=0, 
       base_addr=base_addr@entry=0x5576a2af4134 <error: Cannot access memory at address 0x5576a2af4134>, offset=<optimized out>, 
       result=result@entry=0x557662af42a8)
       at src/backend/utils/adt/agtype_util.c:563
   #3  0x00007f158ae5b30b in get_ith_agtype_value_from_container (
       container=container@entry=0x557662af4134, i=i@entry=0)
       at src/backend/utils/adt/agtype_util.c:525
   #4  0x00007f158ae4ec4f in agtype_access_operator (fcinfo=0x557662afe178)
       at src/backend/utils/adt/agtype.c:3429
   #5  0x0000557661783b02 in ?? ()
   #6  0x0000557661790492 in ExecScan ()
   #7  0x00005576617b1775 in ?? ()
   #8  0x000055766178742d in standard_ExecutorRun ()
   #9  0x00005576618f332b in ?? ()
   #10 0x00005576618f48a8 in PortalRun ()
   #11 0x00005576618f0301 in ?? ()
   #12 0x00005576618f2454 in PostgresMain ()
   #13 0x00005576618794a5 in ?? ()
   #14 0x000055766187a3f4 in PostmasterMain ()
   #15 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