emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dumping failure with ENABLE_CHECKING


From: Stefan Monnier
Subject: Re: dumping failure with ENABLE_CHECKING
Date: 18 Sep 2003 15:19:00 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Emacs fatal error: /net/pxfs5/home/fx/esrc/src/alloc.c:731: assertion failed: 
> nbytes <= BLOCK_BYTES

> Breakpoint 1, abort () at /net/pxfs5/home/fx/esrc/src/emacs.c:417
> 417       kill (getpid (), SIGABRT);
> (gdb) up
> #1  0x001be1f0 in die (msg=0x2c5538 "assertion failed: nbytes <= 
> BLOCK_BYTES", 
>     file=0x2c5510 "/net/pxfs5/home/fx/esrc/src/alloc.c", line=731)
>     at /net/pxfs5/home/fx/esrc/src/alloc.c:5568
> 5568      abort ();
> (gdb) up
> #2  0x001b690c in lisp_align_malloc (nbytes=1024, type=MEM_TYPE_FLOAT)
>     at /net/pxfs5/home/fx/esrc/src/alloc.c:801
> 801           eassert (aligned == (long) ABLOCKS_BUSY (abase));
> (gdb) up
> #3  0x001b8424 in make_float (float_value=0)
>     at /net/pxfs5/home/fx/esrc/src/alloc.c:2224
> 2224              new = (struct float_block *) lisp_align_malloc (sizeof *new,

Could you check the value of BLOCK_BYTES, FLOAT_BLOCK_SIZE,
sizeof (int) and CHAR_BIT (by adding a printf statement in
syms_of_alloc, for example) ?
Also is it a 64bit system ?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]