Mitch Bailey
07/13/2021, 9:45 PMNetgen 1.5.192
from commit a984ac1
(gdb) up
#1 0x00007fffede1ce41 in Tcl_Strdup (s=0x1 <Address 0x1 out of bounds>) at tclnetgen.c:4309
4309 slen = 1 + strlen(s);
(gdb) up
#2 0x00007fffeddf678c in CopyProperties (obj_to=0x173b0040, obj_from=0xc196050) at netgen.c:2503
2503 obj_to->model.class = strsave(obj_from->model.class);
(gdb) print *obj_from
$1 = {name = 0xc097b20 "properties", type = -4, model = {class = 0x1 <Address 0x1 out of bounds>, port = 1},
instance = {name = 0xf6fc110 "\340z\t\f", props = 0xf6fc110}, flags = 0 '\000', node = -2, next = 0xc195e50}
Tim Edwards
07/14/2021, 12:15 AMMitch Bailey
07/14/2021, 2:57 AMMitch Bailey
07/14/2021, 10:50 PMTim Edwards
07/15/2021, 12:57 PM