This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Emacs-w32... still crashing...


On 5/14/2014 5:12 PM, Zdzislaw Meglicki wrote:
OK, I've manage to catch it this time. But it looks like
it didn't get very far, because the info in emacs-w32.exe.dbg
appears to be wrong.
[...]
Reading symbols from /usr/bin/emacs-w32.exe...
warning: the debug information found in "/usr/lib/debug//usr/bin/emacs-w32.exe.dbg" does not match "/usr/bin/emacs-w32.exe" (CRC mismatch).

Make sure you have version 24.3.90-1 of emacs, emacs-w32, and emacs-debuginfo. Since these are test releases, you have to explicitly choose to keep them every time you run setup. Here's what I see on my system:

$ cygcheck -cd | grep emacs | grep -v auctex
emacs                                     24.3.90-1
emacs-debuginfo                           24.3.90-1
emacs-el                                  24.3.90-1
emacs-w32                                 24.3.90-1
emacs-X11                                 24.3.90-1

$ emacs-w32.exe &
[1] 11244

$ gdb -p 11244
GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".

Attaching to process 12892
[New Thread 12892.0xdac]
[New Thread 12892.0xecc]
[New Thread 12892.0x11ac]
[New Thread 12892.0x31bc]
[New Thread 12892.0x1064]
[New Thread 12892.0x22b8]
[New Thread 12892.0x29a8]
[New Thread 12892.0x27d4]
[New Thread 12892.0x1994]
[New Thread 12892.0xdcc]
Reading symbols from /usr/bin/emacs-w32.exe...Reading symbols from /usr/lib/debug/usr/bin/emacs-w32.exe.dbg...done.
done.
(gdb) c
Continuing.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]