Re: Vim core dump

2018-11-20 Thread Chris Cappuccio
def...@posteo.de [def...@posteo.de] wrote:
> Hi, all
> 
> Could you be so kind to explain me why OpenBSD has no Dump core issue with
> Vim :
> https://github.com/vim/vim/issues/3619
> 

This is the wrong list for random discussion, but obviously, OpenBSD
is so far superior it can even help to avoid OTHER people's mistakes :)

Chris



Re: Vim core dump

2018-11-19 Thread Otto Moerbeek
On Mon, Nov 19, 2018 at 09:13:51PM +0100, def...@posteo.de wrote:

> Hi, all
> 
> Could you be so kind to explain me why OpenBSD has no Dump core issue with
> Vim :
> https://github.com/vim/vim/issues/3619
> 
> Many thanks
> 
> 

Hard question without delving deep and speding lots of time. But in
the end undefined beahviour != undefined behaviour. That is, the
behaviour of a program that has heap overflows is unpredictable. It
maybe boils down to OpenBSD having different memory layout compared to
programs using glibc.

-Otto



Vim core dump

2018-11-19 Thread deface

Hi, all

Could you be so kind to explain me why OpenBSD has no Dump core issue 
with Vim :

https://github.com/vim/vim/issues/3619

Many thanks