[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package tcsh - 6.18.01-5ubuntu0.16.10.1 --- tcsh (6.18.01-5ubuntu0.16.10.1) yakkety; urgency=medium * Add debian/patches/014-do-not-use-union-wait.patch to fix FTBFS and 024-use-sysmalloc.patch to resolve crash when using tab. (LP: #1618803) --

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-09 Thread Walter Garcia-Fontes
** No longer affects: tcsh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage notifications about this bug go to:

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-09 Thread Anatoly Borodin
tcsh_6.18.01-5ubuntu0.16.10.1_amd64.deb works for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage notifications about

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-04 Thread Jens Elkner
Yepp, tcsh_6.18.01-5ubuntu0.16.10.1_amd64.deb seems to work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage notifications

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-04 Thread Walter Garcia-Fontes
I tested: tcsh: Installed: 6.18.01-5ubuntu0.16.10.1 Candidate: 6.18.01-5ubuntu0.16.10.1 Version table: *** 6.18.01-5ubuntu0.16.10.1 400 400 http://archive.ubuntu.com/ubuntu yakkety-proposed/universe amd64 Packages 100 /var/lib/dpkg/status 6.18.01-5 500 500

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-03 Thread Robie Basak
Hello Walter, or anyone else affected, Accepted tcsh into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/tcsh/6.18.01-5ubuntu0.16.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-03 Thread Robie Basak
** Description changed: [Impact] -  * This bug makes tcsh unusable in Ubuntu 16.10 +  * This bug makes tab completion unusable in tcsh, making interactive + use impractical for users.  * Backporting to the stable release is justified as there are still 8 months before end of life

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-03 Thread Brian Murray
** Description changed: [Impact] -  * This bug makes tab completion unusable in tcsh, making interactive - use impractical for users. +  * This bug negatively impacts the usability of tcsh as tab completion + causes it to crash.  * Backporting to the stable release is justified as there

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-11-02 Thread Chelmite
I followed the steps in #8 (& put the whole thing into a script!) and it worked on one system, but not on another. Both are Ubuntu 16.10 x86_64. % uname -a Linux green76 4.8.0-26-generic #28-Ubuntu SMP Tue Oct 18 14:39:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux % dpkg-buildpackage -rfakeroot

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-29 Thread martinzul
Same here: ~> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.10 Release:16.10 Codename: yakkety The workaround at #8 worked perfectly for me, thanks!! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Walter Garcia-Fontes
I take comment #20 back, I was introducing a space after "ls". The test case also works for me. ** Description changed: [Impact]  * This bug makes tcsh unusable in Ubuntu 16.10  * Backporting to the stable release is justified as there are still 8 months before end of life

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Fazal Majid
@brian-murray The regression was introduced in yakkety, not xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Brian Murray
I tested this on xenial and it doesn't seem affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage notifications about

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Anatoly Borodin
I also get a crash with `/bin/tcsh -c "ls-F"`: ``` (gdb) bt #0 0x7f84413711d8 in rewinddir () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00427985 in ?? ()

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread ralphb
#19 does crash for me, both in bash and tcsh: arcturus ~ > /bin/tcsh -c "ls-F" Segmentation fault (core dumped) ralph@arcturus:~$ /bin/tcsh -c "ls-F" Segmentation fault (core dumped) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Walter Garcia-Fontes
I tried #19 in a bash shell and I didn't get a crash, it just worked. ** Description changed: [Impact] - * This bug makes tcsh unusable in Ubuntu 16.10 +  * This bug makes tcsh unusable in Ubuntu 16.10 - * Backporting to the stable release is justified as it will be end of - life only

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Fazal Majid
Another way to reproduce the crash, easier to automate without having to deal with ptys: /bin/tcsh -c "ls-F" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-27 Thread Walter Garcia-Fontes
** Description changed: + [Impact] + + * This bug makes tcsh unusable in Ubuntu 16.10 + + * Backporting to the stable release is justified as it will be end of + life only 8 months from now + + [Test Case] + + * Open a shell using tcsh, write "rmdi", hit Tab. What should happen? + The

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package tcsh - 6.18.01-5ubuntu1 --- tcsh (6.18.01-5ubuntu1) zesty; urgency=medium * Add debian/patches/014-do-not-use-union-wait.patch to fix FTBFS and 024-use-sysmalloc.patch to resolve crash when using tab. (LP: #1618803) -- Brian Murray

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-26 Thread Brian Murray
I've uploaded this to the SRU queue for yakkety, while the test case is rather obvious it would be helpful if someone were to update the description per the SRU process. Thanks in advance! http://wiki.ubuntu.com/StableReleaseUpdates ** Changed in: tcsh (Ubuntu) Assignee: (unassigned) =>

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tcsh (Ubuntu Yakkety) 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/1618803

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-21 Thread Dan Hopper
Apologies for comment #13. Just replying to what at first glance seemed to be a private email thread, since it showed up as being from "luc...@math.purdue.edu". Didn't intend that blunt a wording in a public forum. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-21 Thread Brian Murray
** Changed in: tcsh (Ubuntu) Importance: Medium => High ** Changed in: tcsh (Ubuntu) Status: Confirmed => Triaged ** Also affects: tcsh (Ubuntu Yakkety) Importance: Undecided Status: New ** Changed in: tcsh (Ubuntu Yakkety) Importance: Undecided => High -- You received

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-21 Thread Walter Garcia-Fontes
Last time I checked it wasn't fixed in Debian either, otherwise we could have asked to update the Ubuntu package. As far as I know it is fixed in the development version of Fedora. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-21 Thread Dan Hopper
Yeah I can't believe they went to and beyond release date without fixing tcsh. I've never in many years of unix/linux usage ever heard of tolerating a non-functional shell for a released product. Makes me think about going back to Debian next time, or pick-your-favorite-distro. Very

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-20 Thread luc...@math.purdue.edu
Thank you, your instructions worked for me. But good grief, shipping a shell that crashes when using for argument completion ... I guess, because I use tcsh (obviously), I'd say the importance is high! Brad -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-20 Thread Dan Hopper
No worries, hope it works for you. Dan On Thu, Oct 20, 2016 at 2:18 PM, luc...@math.purdue.edu < luc...@math.purdue.edu> wrote: > Ah, I just read the rest of the comment. > > I guess I didn't manage to download the patches while I thought I was > following your instructions, sorry. > > Brad >

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-20 Thread luc...@math.purdue.edu
Ah, I just read the rest of the comment. I guess I didn't manage to download the patches while I thought I was following your instructions, sorry. Brad -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-20 Thread luc...@math.purdue.edu
Re #8: During dpkg-buildpackage -rfakeroot -uc -b I get gcc -c -g -O2 -fdebug-prefix-map=/home/lucier/programs/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-10-05 Thread Dan Hopper
Workaround until 16.10's tcsh is rebuilt with the sysmalloc fix: build your own fixed AMD64 .deb: a) Pull the Fedora Rawhide src rpm from https://www.rpmfind.net/linux/RPM/fedora/devel/rawhide/src/t/tcsh-6.19.00-15.fc26.src.html wget

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-09-05 Thread sudodus
I tested in Lubuntu current daily live i386 and amd64. Only the amd64 version is affected by this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tcsh (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/1618803 Title: tcsh

[Bug 1618803] Re: tcsh crashed with SIGSEGV in __GI___rewinddir()

2016-08-31 Thread Walter Garcia-Fontes
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618803 Title: tcsh crashed with SIGSEGV in __GI___rewinddir() To manage notifications about this