[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-16 Thread Jonathan
Apparently so, rerunning apt update && apt dist-upgrade now shows the update. $ apt-cache show autofs | grep -i version Version: 5.1.2-1ubuntu3 style automounter under Linux. A recent version of the kernel $ automount -V Linux automount version 5.1.2 Directories: config dir: /etc

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-16 Thread Andreas Hasenack
Maybe your mirror is lagging behind a bit. I already see it in the .br mirror: Version table: 5.1.2-1ubuntu3 500 500 http://ubuntu.c3sl.ufpr.br/ubuntu bionic/main amd64 Packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-16 Thread Jonathan
How do I get and test this update? Running apt update and apt-cache show autofs still shows Version: 5.1.2-1ubuntu2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-16 Thread Jonathan
Thanks for the quick response. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manage notifications about this bug go to: https://bugs.lau

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs - 5.1.2-1ubuntu3 --- autofs (5.1.2-1ubuntu3) bionic; urgency=medium * Revert the previous change, as it introduced a segfault when using the builtin -hosts map. This will reopen #1101779. (LP: #1745817) -- Andreas Hasenack Fri, 13 Apr

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
For release team members looking at this bug, the attached MP has a simple test case that reproduces the segfault and shows that the fixed package does not crash. ** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/343237 -- You received t

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
** Changed in: autofs (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: autofs (Ubuntu) Importance: Undecided => High ** Changed in: autofs (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubu

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
I'm out of ideas. We can't upgrade libtirpc to 1.0.3 for Bionic I'm afraid, so it looks like reverting the linking with libtirpc (and reopening #1101779) is the only option for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
It works if I build autofs with libtirpc 1.0.3, so the bug must have been fixed between the ancient version ubuntu is carrying, and 1.0.3. Debian has 1.0.2 in experimental. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
What I got so far: a) Using "/net /etc/auto.net -intr,soft --timeout=60" works around it b) The crash is in AUTH_WRAP(cl->cl_auth, xdrs, xargs, argsp): 367 if ((! XDR_PUTINT32(xdrs, (int32_t *)&proc)) || 368 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) || 369

Re: [Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Jonathan
Sounds good. Let me know if there is more information I can get out of gdb. On Fri, Apr 13, 2018 at 8:14 AM, Andreas Hasenack wrote: > Thanks for the troubleshooting. I'm taking a look. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.la

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread Andreas Hasenack
Thanks for the troubleshooting. I'm taking a look. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manage notifications about this bug go

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-13 Thread ChristianEhrhardt
** Tags added: server-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manage notifications about this bug go to: https://bugs.launchp

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-12 Thread Jonathan
Tested building autofs without --with-libtirpc and segfault went away. $ mkdir build $ cd build/ $ sudo apt install flex bison build-essential autoconf debhelper $ sudo apt-get build-dep autofs $ apt-get source autofs $ cd autofs-5.1.2/ $ dpkg-buildpackage -rfakeroot -b $ sed 's/--with-lib

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-12 Thread Jonathan
Adding ahasenack as he was the one assigned to the above issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manage notifications about

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-12 Thread Jonathan
Linked to this change. https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1101779 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manag

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-12 Thread Jonathan
Note the libtirpc version appears to be 1.0.10 and not 0.2.5-1.2 $ ll /lib/x86_64-linux-gnu/libtirpc.so.1 lrwxrwxrwx 1 root root 18 May 5 2017 /lib/x86_64-linux-gnu/libtirpc.so.1 -> libtirpc.so.1.0.10 $ file /lib/x86_64-linux-gnu/libtirpc.so.1.0.10 /lib/x86_64-linux-gnu/libtirpc.so.1.0.10: E

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-04-11 Thread Jonathan
$ sudo gdb --args /usr/sbin/automount $OPTIONS -d -v -f (gdb) run Starting program: /usr/sbin/automount -d -v -f [...] attempting to mount entry /net/wanda lookup_mount: lookup(hosts): wanda -> (null)

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-01-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: autofs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: aut

[Bug 1745817] Re: autofs 5.1.2-1ubuntu2 crashes on nfs mount

2018-01-28 Thread CKone
here same on bionic server -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745817 Title: autofs 5.1.2-1ubuntu2 crashes on nfs mount To manage notifications about this bug go to: https://bugs.launchp