acelyc111 commented on issue #3504:
URL: 
https://github.com/apache/incubator-doris/issues/3504#issuecomment-625126360


   ```
   (gdb) f 1
   #1  0x000000000101f52b in doris::Tuple::deep_copy (this=<optimized out>, 
desc=..., data=data@entry=0x7efe86d80280, offset=offset@entry=0x7efe86d8027c, 
convert_ptrs=convert_ptrs@entry=true) at 
/home/laiyingchun/ap_doris/be/src/runtime/tuple.cpp:135
   135        /home/laiyingchun/ap_doris/be/src/runtime/tuple.cpp: No such file 
or directory.
   (gdb) p string_v
   $1 = (doris::StringValue *) 0x6c3fa68
   (gdb) p *string_v
   $2 = {
     static MAX_LENGTH = 1073741824,
     ptr = 0xffffff40e12409c4 <Address 0xffffff40e12409c4 out of bounds>,
     len = 18446744073709551615
   }
   ```


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to