Re: zsh crash in recent -current

2019-03-14 Thread Chavdar Ivanov
That makes perfect sense. I'll rebuild it without this flag. On Thu, 14 Mar 2019 at 12:21, Geoff Wing wrote: > > On Thursday 2019-03-14 10:57 +, ci4...@gmail.com output: > :Well, after installing the unstripped zsh+modules and ncurses, I no > :longer get zsh any crashes. Plus, as I

Re: zsh crash in recent -current

2019-03-14 Thread Geoff Wing
On Thursday 2019-03-14 10:57 +, ci4...@gmail.com output: :Well, after installing the unstripped zsh+modules and ncurses, I no :longer get zsh any crashes. Plus, as I mentioned, there was some :jemalloc updates a couple of days ago. Hence, no idea. Hi, if you ended up configuring with

Re: zsh crash in recent -current

2019-03-14 Thread Chavdar Ivanov
Well, after installing the unstripped zsh+modules and ncurses, I no longer get zsh any crashes. Plus, as I mentioned, there was some jemalloc updates a couple of days ago. Hence, no idea. On Thu, 14 Mar 2019 at 05:23, matthew green wrote: > > > (while none I have ever seen actually do, the > >

re: zsh crash in recent -current

2019-03-13 Thread matthew green
> (while none I have ever seen actually do, the > malloc implementation is free to retrn the memory to the kernel, and > remove it from the process's address space). FWIW, both old and new jemalloc are capable of doing this. :-) .mrg.

Re: zsh crash in recent -current

2019-03-13 Thread Robert Elz
Date:Wed, 13 Mar 2019 10:37:41 -0700 From:Brian Buhrow Message-ID: <201903131737.x2dhbfd8001...@lothlorien.nfbcal.org> | Given this code fragment and the discussion you raise | about it, allow me to ask what perhaps is a naive question. If the sample | you

Re: zsh crash in recent -current

2019-03-13 Thread Brett Lymn
On Wed, Mar 13, 2019 at 11:32:05AM +, Chavdar Ivanov wrote: > Setting INSTALL_UNSTRIPPED=yes didn't work for me for zsh and ncurses, > I still had to find all the '-s' flags in the install command > invocations. Perhaps I am doing something wrong. Still, I've gor now > zsh with the debug

Re: zsh crash in recent -current

2019-03-13 Thread Brian Buhrow
: zsh crash in recent -current } Date:Wed, 13 Mar 2019 10:06:42 + } From:Chavdar Ivanov } Message-ID: } } | I saw the one with the trashed history as well. } | } | I don't think it is zsh's problem, though. As I mentioned above, I've } | used v5.7 since

Re: zsh crash in recent -current

2019-03-13 Thread Chavdar Ivanov
s/gor/got/. On the other hand there were some jemalloc changes overnight, so I will update the system first and then try to get zsh crashes. On Wed, 13 Mar 2019 at 11:32, Chavdar Ivanov wrote: > > Setting INSTALL_UNSTRIPPED=yes didn't work for me for zsh and ncurses, > I still had to find all

Re: zsh crash in recent -current

2019-03-13 Thread Chavdar Ivanov
Setting INSTALL_UNSTRIPPED=yes didn't work for me for zsh and ncurses, I still had to find all the '-s' flags in the install command invocations. Perhaps I am doing something wrong. Still, I've gor now zsh with the debug options and all modules plus ncurses unstripped. Now to build the OS debug

Re: zsh crash in recent -current

2019-03-13 Thread Robert Elz
Date:Wed, 13 Mar 2019 10:06:42 + From:Chavdar Ivanov Message-ID: | I saw the one with the trashed history as well. | | I don't think it is zsh's problem, though. As I mentioned above, I've | used v5.7 since it came out without any problems until perhaps

Re: zsh crash in recent -current

2019-03-13 Thread Chavdar Ivanov
Thanks. One has to read the manuals from time to time... On Wed, 13 Mar 2019 at 10:21, Patrick Welche wrote: > > On Wed, Mar 13, 2019 at 10:06:42AM +, Chavdar Ivanov wrote: > > I saw the one with the trashed history as well. > > > > I don't think it is zsh's problem, though. As I mentioned

Re: zsh crash in recent -current

2019-03-13 Thread Patrick Welche
On Wed, Mar 13, 2019 at 10:06:42AM +, Chavdar Ivanov wrote: > I saw the one with the trashed history as well. > > I don't think it is zsh's problem, though. As I mentioned above, I've > used v5.7 since it came out without any problems until perhaps 3-4 > days ago. > > I tried to build zsh

Re: zsh crash in recent -current

2019-03-13 Thread Chavdar Ivanov
OK, I understand. I should carry on using it to see if it will break again and perhaps get something useful. On Wed, 13 Mar 2019 at 10:09, Martin Husemann wrote: > > On Wed, Mar 13, 2019 at 10:06:42AM +, Chavdar Ivanov wrote: > > I saw the one with the trashed history as well. > > > > I

Re: zsh crash in recent -current

2019-03-13 Thread Martin Husemann
On Wed, Mar 13, 2019 at 10:06:42AM +, Chavdar Ivanov wrote: > I saw the one with the trashed history as well. > > I don't think it is zsh's problem, though. As I mentioned above, I've > used v5.7 since it came out without any problems until perhaps 3-4 > days ago. It still is very likely a

Re: zsh crash in recent -current

2019-03-13 Thread Chavdar Ivanov
I saw the one with the trashed history as well. I don't think it is zsh's problem, though. As I mentioned above, I've used v5.7 since it came out without any problems until perhaps 3-4 days ago. I tried to build zsh with debug (adding --enable-zsh-debug --enable-zsh-mem --enable-zsh-mem-debug

Re: zsh crash in recent -current

2019-03-12 Thread Thomas Klausner
On Tue, Mar 12, 2019 at 03:33:26PM +, Chavdar Ivanov wrote: > On amd64 -curent from yesterday (and a couple of days earlier) I > started to get zsh crashes when tab-completing (files, directories, > packages), similar to I see lots of crashes with zsh too. Some happen in completion,

Re: zsh crash in recent -current

2019-03-12 Thread Martin Husemann
On Tue, Mar 12, 2019 at 03:33:26PM +, Chavdar Ivanov wrote: > Hi, > > On amd64 -curent from yesterday (and a couple of days earlier) I > started to get zsh crashes when tab-completing (files, directories, > packages), similar to > . > Core was generated by `zsh'. > Program terminated

Re: zsh crash in recent -current

2019-03-12 Thread Christos Zoulas
In article , Chavdar Ivanov wrote: >Hi, > >On amd64 -curent from yesterday (and a couple of days earlier) I >started to get zsh crashes when tab-completing (files, directories, >packages), similar to >. >Core was generated by `zsh'. >Program terminated with signal SIGSEGV, Segmentation

zsh crash in recent -current

2019-03-12 Thread Chavdar Ivanov
Hi, On amd64 -curent from yesterday (and a couple of days earlier) I started to get zsh crashes when tab-completing (files, directories, packages), similar to . Core was generated by `zsh'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7cf050211540 in permmatches ()