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

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

Re: emacs 20.7 crashes sometimes under HP-UX 10.20


From: Eli Zaretskii
Subject: Re: emacs 20.7 crashes sometimes under HP-UX 10.20
Date: Wed, 17 Jan 2001 17:38:03 +0200 (IST)

On 17 Jan 2001, Klaus Zeitler wrote:

> GNU gdb 5.0
> Copyright 2000 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "hppa1.1-hp-hpux10.20"...
> Core was generated by `emacs'.
> Program terminated with signal 11, Segmentation fault.
> 
> warning: The shared libraries were not privately mapped; setting a
> breakpoint in a shared library will not work until you rerun the program.

This means that the core file doesn't have enough information for GDB to 
find the source and/or debug info about shared libraries.  therefore, you 
cannot put breakpoints in shared libraries unless you rerun the program.  
(Rerunning the program makes this info available to GDB.)  This is 
irrelevant for you, since you are debugging a core dump, where 
breakpoints cannot be used anyway.

> warning: Can't find file emacs referenced in dld_list.

This means that GDB cannot find the Emacs executable file.  How did you 
invoke GDB, exactly?

In any case, I'd say you should report this to the GDB mailing list 
(gdb@sources.redhat.com) and ask whether these are known problems, 
especially since the other version of GDB didn't have the second problem.



reply via email to

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