[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2020-07-29 Thread Lucas Kanashiro
I also tried to reproduce the mentioned failure in a clean Xenial container with no success. Since this is an old bug and no one replied to it for years I am removing the server-next tag. ** Tags removed: server-next -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2017-05-19 Thread Launchpad Bug Tracker
[Expired for iproute2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: iproute2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2017-03-20 Thread ChristianEhrhardt
Hi KJH, I appreciate all your help and I really think Jon is really trying to help. And also from the source I agree. But the rules dictate that one is supposed to verify the issue and the fix of it. So a question might be "how often is often" and "how long is long". Because for me as well e.g.

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2017-03-18 Thread KJH
The thing is, I rely on 'ip' a lot. So, not wanting to have to rely on code I knew was buggy, and how it was buggy, I apt-get sourced it, fixed it, and installed it on all my machines. I have now no machines with that particular bug left. My hunch is that when using network namespaces with

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2017-03-15 Thread Jon Grimm
While I can visually confirm that the fix in comment #10 is now in the zesty source code (and the fix is not in the xenial/yakkety source code), I'm unable to actually recreate the experience of a valgrind failure on xenial (I've attempted with both i386 and amd64 xenial containers). I

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2017-03-15 Thread Jon Grimm
I'll take a look at this one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615209 Title: ip crashes after a few times adding and removing network namespaces To manage notifications about this

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-11-02 Thread Robie Basak
** Changed in: iproute2 (Ubuntu) Status: In Progress => Triaged ** Changed in: iproute2 (Ubuntu) Importance: Undecided => High ** Tags added: server-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-10-31 Thread KJH
By the way, the bug was fixed already: http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=a1b4a274d4917be06b3060d3c8e95aba5c92a9a9 So by upgrading to ip version 4.5 this should be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-10-31 Thread KJH
Well, either that or you change struct nsid_cache (line 138) to struct nsid_cache { struct hlist_node nsid_hash; struct hlist_node name_hash; int nsid; charname[1]; }; I think that that would do the same. --

Re: [Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-10-31 Thread KJH
Please reopen as I've found the cause of the bug and posted it to the forum. 2016-10-26 6:17 GMT+02:00 Launchpad Bug Tracker <1615...@bugs.launchpad.net> : > [Expired for iproute2 (Ubuntu) because there has been no activity for 60 > days.] > > ** Changed in: iproute2 (Ubuntu) >Status:

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-10-31 Thread KJH
I found the bug: in the package iproute2 version 2-4.3, in the file ip/ipnetns.c, line 175 must read: c = malloc(sizeof(*c) + strlen(name) + 1); instead of: c = malloc(sizeof(*c) + strlen(name)); ** Changed in: iproute2 (Ubuntu) Status: Expired => In Progress -- You received this bug

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-10-25 Thread Launchpad Bug Tracker
[Expired for iproute2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: iproute2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-08-26 Thread KJH
I have no idea if or whether the 16.10 and 16.04 versions are somehow the same. I'll see if I can write a script to reproduce the bug (which I forgot to post: this causes a segfault). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-08-24 Thread Nish Aravamudan
Hello, Thank you for filing this bug report! I am unable to reproduce this in 16.10, which has the same version of iproute2 currently (4.3.0-1ubuntu3). Do you have any local configuration that might be relevant? Thanks, Nish ** Changed in: iproute2 (Ubuntu) Status: New => Incomplete --

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-08-20 Thread KJH
# cat /etc/issue Ubuntu 16.04.1 LTS \n \l -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615209 Title: ip crashes after a few times adding and removing network namespaces To manage notifications

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-08-20 Thread KJH
# uname -a Linux charcoal 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:28 UTC 2016 i686 i686 i686 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615209 Title: ip crashes after a few

[Bug 1615209] Re: ip crashes after a few times adding and removing network namespaces

2016-08-20 Thread KJH
# ip -V ip utility, iproute2-ss151103 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615209 Title: ip crashes after a few times adding and removing network namespaces To manage notifications about