GNU bug report logs -
#36447
27.0.50; New "Unknown keyword" errors
Previous Next
Full log
Message #125 received at 36447 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Pip Cet <pipcet <at> gmail.com> writes:
>
>> Are you on master?
>
> Yup.
I've switched byte-compile-cond-use-jump-table to nil for now, so you
shouldn't be hitting this anymore.
>> Also also, can you please stash copies of the emacs binaries and
>> emacs.pdmp that fail to work? I did something very silly and overwrote
>> my compiler with a very slightly different version (after carefully
>> backing up /usr/local/bin/gcc, too. Too bad that's just the driver
>> program), and now can no longer reproduce the issue easily.
>
> OK; will do the next time it happens (but it's gone again now after yet
> another "make bootstrap")...
>
>> Is there anything I can do to help get this bug fixed on master? Thanks!
>
> The change is just the following?
>
> + /* These structures may have been purecopied and shared
> + (bug#36447). */
> + h->next = Fcopy_sequence (h->next);
> + h->index = Fcopy_sequence (h->index);
> + h->hash = Fcopy_sequence (h->hash);
>
> I know nothing about this, but did anybody want to fix this in a
> different way, or did the discussion just peter our?
There were some suggestions about checking PURE_P or similar to see if
the copy is really needed, but then apparently PURE_P doesn't work at
all? I've been meaning to check that out, because it seems like there
are still a few things which aren't making sense.
This bug report was last modified 5 years and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.