GNU bug report logs -
#15688
24.3.50; clear-temporary-overlay-map
Previous Next
Reported by: rms <at> gnu.org
Date: Wed, 23 Oct 2013 00:10:03 UTC
Severity: important
Tags: moreinfo
Merged with 15583,
15719,
15972,
16278,
16521,
17167,
17168,
17184
Found in version 24.3.50
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
Please tell us exactly what value is used for GC_MARK_STACK; as Eli said:
It's a macro set in src/lisp.h. You can check it with #warning or
some such
This said, since you have mark_memory in your backtrace, that indicates
that GC_MARK_STACK is probably set to GC_MAKE_GCPROS_NOOPS, as usual.
I don't see a way to examine the value, but the only definition I see
in lisp.h is
#ifndef GC_MARK_STACK
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
#endif
I suggest adding
enum gc_mark_stack { gc_mark_stack_value = GC_MARK_STACK; }; in lisp.h
or some source file. Then it will be possible to view
gc_mark_stack_value in GDB.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call.
This bug report was last modified 11 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.