I can reproduce this issue by executing this in the terminal on Ubuntu
22.04:

```
$ sleep 3600 &
[1] 40965
$ pid=40965
$ kill -11 $pid && sleep 0.02 && kill -9 $pid
```

The second sleep needs to be adjusted to be between the kernel calling
Apport and Apport starting.

An alternative explanation would be that there might be environments
where /proc is not mounted. Should we cover this case? Check for /proc
and mount it if it is missing? Or should we do nothing and exit
gracefully?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2112466

Title:
  
/usr/share/apport/apport:FileNotFoundError:/usr/share/apport/apport@600:get_pid_info
  on /proc/<pid>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2112466/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to