abalashov left a comment (kamailio/kamailio#4778)

> We haven't found a core dump file. Will one be necessary to solve the root 
> cause?

Very likely so.

You may need to enable core dumps on your system. Ubuntu has this annoying 
`apport` thing to manage them, and I recommend bypassing it:

```bash
sudo mkdir -p /tmp/core_dumps
sudo sysctl -w kernel.core_pattern='/tmp/core_dumps/core.%e.%p.%t'
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4778#issuecomment-4691556069
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4778/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to