Comment 2 for bug 2061849

Revision history for this message
Aaron Rainbolt (arraybolt3) wrote (last edit ):

This does NOT occur on Noble. Trying it there, the following happens (note that I allowed debuginfod to be used but I'm not sure if that makes any difference):

```
(gdb) print strlen(statstr)
'strlen' has unknown return type; cast the call to its declared return type
(gdb) print (size_t)strlen(statstr)
$1 = 12
```

However, attempting to use `print (size_t)strlen(statstr)` under Jammy still segfaults.