[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs segfault on bootstrap
From: |
Eli Zaretskii |
Subject: |
Re: emacs segfault on bootstrap |
Date: |
Sun, 29 Jan 2006 21:39:37 +0200 |
> From: Chong Yidong <address@hidden>
> Date: Sun, 29 Jan 2006 14:09:03 -0500
> Cc: address@hidden, Clemens Schueller <address@hidden>
>
> OK, now I can reproduce this (I had to reinstall gcc-3.4 -- the bug
> doesn't show up for gcc4, or for -O2 and below).
>
> I managed to get a backtrace. A Lisp_Int was passed to print_object,
> but, for some reason, print_object is in the Lisp_Vectorlike case
> statement instead.
>
> A cursory inspection did not reveal any bugs in print_object. Smells
> like a compiler bug.
Thanks. I'd suggest to look at the machine code in that function and
see if you can spot any compiler bugs.