On Mon, Sep 25, 2017 at 8:59 AM, Xin Long wrote:
> Hi,
>
> linux network is using
> systemctl start teamd@team0.service
> to start a teamd service, which will call teamd.
>
> I got a teamd issue to debug, I wanted generate core file by adding abort()
> in teamd and ulimit -c unlimited.
>
> But
Hi,
linux network is using
systemctl start teamd@team0.service
to start a teamd service, which will call teamd.
I got a teamd issue to debug, I wanted generate core file by adding abort()
in teamd and ulimit -c unlimited.
But when I start the deamon by "teamd" directly, I could get core file.