Description
I was following the instructions [here](https://wiki.qt.io/Qt_Creator_ManualTests_DebuggerGdb) to test GDB by attaching a process.
When I attach a process, `GDB` crashes.
`qtcreator` is downloaded from https://ci-files02-hki.intra.qt.io/packages/jenkins/qtcreator/12.0.0/installers/latest_available/
```
> gdb --version
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```
```
> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
```