Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Kostik Belousov
On Fri, Aug 27, 2010 at 09:46:35PM +0200, Fabian Keil wrote: > > diff --git a/lib/libc/stdlib/atexit.c b/lib/libc/stdlib/atexit.c > > index 97cf234..511172a 100644 > > --- a/lib/libc/stdlib/atexit.c > > +++ b/lib/libc/stdlib/atexit.c > > @@ -200,6 +200,6 @@ __cxa_finalize(void *dso) > > if (dso

Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Fabian Keil
Kostik Belousov wrote: > On Fri, Aug 27, 2010 at 09:25:34PM +0200, Fabian Keil wrote: > > Kostik Belousov wrote: > > > > > On Fri, Aug 27, 2010 at 06:21:08PM +0200, Fabian Keil wrote: > > > > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for > > > > me. It aborts on exit (C

Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Kostik Belousov
On Fri, Aug 27, 2010 at 09:25:34PM +0200, Fabian Keil wrote: > Kostik Belousov wrote: > > > On Fri, Aug 27, 2010 at 06:21:08PM +0200, Fabian Keil wrote: > > > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for > > > me. It aborts on exit (C-x C-c) after receiving SIGBUS: > > >

Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Fabian Keil
Kostik Belousov wrote: > On Fri, Aug 27, 2010 at 06:21:08PM +0200, Fabian Keil wrote: > > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for > > me. It aborts on exit (C-x C-c) after receiving SIGBUS: > > > > f...@r500 ~ $gdb emacs > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 20

Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Kostik Belousov
On Fri, Aug 27, 2010 at 06:21:08PM +0200, Fabian Keil wrote: > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for me. > It aborts on exit (C-x C-c) after receiving SIGBUS: > > f...@r500 ~ $gdb emacs > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB

Re: emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread jhell
On 08/27/2010 12:21, Fabian Keil wrote: > The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for me. > It aborts on exit (C-x C-c) after receiving SIGBUS: > r211704 was just a style(9) fix and should coincide with cvs/1.10 that your talking about. r211706 or cvs/1.11 is the culpri

emacs aborting on exit with recent lib/libc/stdlib/atexit.c changes

2010-08-27 Thread Fabian Keil
The recent lib/libc/stdlib/atexit.c changes broke emacs (23.2_2,2) for me. It aborts on exit (C-x C-c) after receiving SIGBUS: f...@r500 ~ $gdb emacs GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are w