GNU bug report logs -
#17598
Emacs pretest 24.3.91 - AIX - SIGSEV when customize
Previous Next
Reported by: Gilles Pion <gpion <at> lfdj.com>
Date: Mon, 26 May 2014 06:54:02 UTC
Severity: important
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 05/28/2014 04:13 PM, Gilles PION wrote:
> $ MALLOCTYPE=debug MALLOEBUG=validate_ptrs ./emacs-24.3.91/src/temacs --no-site-file --no-init-file
> Fatal error 11: Segmentation violationMemory fault
Are there some more specific messages about memory-related errors? Most malloc
debuggers can handle typical errors like double free or writing before begin /
past end of block. It's almost impossible to understand what's wrong with
#0 0xd013d94c in rightmost () from /usr/lib/libc.a(shr.o)
#1 0xd013eb28 in free_y () from /usr/lib/libc.a(shr.o)
#2 0xd0129a74 in free_common () from /usr/lib/libc.a(shr.o)
#3 0xd11ff294 in XFreeFontNames <at> AF6_3 () from /usr/lib/libX11.a(shr4.o)
without a solid cooperation from the malloc debugging facilities.
And, as usual with weird problems, please try '-O0 -g3' (i.e. avoid any optimizations).
Dmitry
This bug report was last modified 10 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.