[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2022-02-02 Thread Stéphane Graber
** Changed in: lxc (Ubuntu) Status: Confirmed => Won't Fix ** Changed in: libnih (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2020-08-11 Thread Serge Hallyn
I'm not sure 'fix released' is correct. Was a patch posted to fix it? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1532314 Title: Buffer overflow in cgmanager Status in

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2020-07-10 Thread bahr alshooq
** Changed in: cgmanager (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1532314 Title: Buffer overflow in cgmanager Status

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2018-09-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1532314 Title: Buffer overflow in cgmanager Status in cgmanager package in Ubuntu: Confirmed Status in

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2018-09-17 Thread Alex Murray
Based on the most recent comments, changing the priority back to undecided since there is no clear path forward for now. ** Changed in: libnih (Ubuntu) Importance: High => Undecided ** Changed in: lxc (Ubuntu) Importance: High => Undecided ** Changed in: cgmanager (Ubuntu) Status:

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-11 Thread Shimin
The stack trace seems to indicate that FD_SETSIZE was exceeded. Specifically, FD_SET was called with an fd >= 1024 at http://bazaar.launchpad.net/~scott/libnih/trunk/view/head:/nih/io.c#L176. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-11 Thread Serge Hallyn
Can you show 'ls /proc/$(pidof cgmanager)/fd' at a few times? This is something we've run into with normal operation in go, but since cgmanager is not threaded it should not have so many open fds. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

Re: [Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-11 Thread Shimin
Yes I was able to hit 1024 open fd's. On Mon, Jan 11, 2016 at 9:18 AM, Serge Hallyn <1532...@bugs.launchpad.net> wrote: > Can you show 'ls /proc/$(pidof cgmanager)/fd' at a few times? > > This is something we've run into with normal operation in go, but since > cgmanager is not threaded it

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-11 Thread Shimin
They were all sockets. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1532314 Title: Buffer overflow in cgmanager Status in lxc package in Ubuntu: Incomplete Bug

Re: [Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-11 Thread Serge Hallyn
What were the fds? (ls -l) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1532314 Title: Buffer overflow in cgmanager Status in lxc package in Ubuntu: Incomplete Bug

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-08 Thread Shimin
** Attachment added: "/var/crash/_sbin_cgmanager.0.crash" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1532314/+attachment/4546429/+files/crash -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-08 Thread Shimin
It can happen fairly often. For example, in one case it happened 5 times within a span of less than 30 minutes. Jan 8 05:35:04 ip-10-169-176-230 cgmanager[781]: *** buffer overflow detected ***: /sbin/cgmanager terminated Jan 8 05:40:23 ip-10-169-176-230 cgmanager[15954]: *** buffer overflow

[Touch-packages] [Bug 1532314] Re: Buffer overflow in cgmanager

2016-01-08 Thread Serge Hallyn
Hm, sadly the trace isn't very informative: Core was generated by `/sbin/cgmanager -m name=systemd'. Program terminated with signal SIGABRT, Aborted. #0 0x7fade2d7a267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 55 ../sysdeps/unix/sysv/linux/raise.c: No