From: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
Cc: emacs-devel@gnu.org
Subject: Re: Building Emacs-cvs on Cygwin (Mystery!)
Date: Sat, 23 Sep 2006 01:08:35 +0200 (MET DST) [thread overview]
Message-ID: <Pine.OSF.4.21.0609230023440.32679-101000@ax0rm1.roma1.infn.it> (raw)
In-Reply-To: <u7izwm422.fsf@gnu.org>
[-- Attachment #1: Type: TEXT/PLAIN, Size: 3205 bytes --]
On Fri, 22 Sep 2006, Eli Zaretskii wrote:
>
> We need to solve this ``no debugging symbols found'' problem. Can you
> please post the transcript of the entire configure+build procedure, or
> (better) look there for the command that stripped the symbols from the
> binary?
I have looked but found anything, so I have attached
Build_Emacs-CVS.tar.bz2 which contains :
build-emacs-cvs.sh
build-emacs-cvs.log
.emacs-cvs
The first is the script to build Emacs-CVS and that produces the .log file
of the building (configure included), the last is the initialization file
(.emacs).
>
> The ``normal'' build should invoke GCC with the -g option, and should
> NOT use the -s option to GCC or the linker in the command that links
> temacs.exe. This should produce temacs.exe with debugging symbols,
> and then dumping emacs.exe should produce emacs.exe with debugging
> symbols.
>
> What happens if you type "gdb ./temacs.exe", does it also say ``no
> debugging symbols found''?
I will try this at the next build (tomorrow), I have deleted the building
tree.
>
> > (gdb) r
>
> "r -Q" is better, as it doesn't load any init files.
>
> > Starting program: /usr/local/emacs-22.0.50/bin/emacs.exe
...
> > Loaded symbols for /usr/bin/cygtiff-5.dll
> > Loaded symbols for /usr/bin/cygungif-4.dll
> >
> > [1]+ Stopped gdb ./emacs
>
> Can you type "fg" at this point, to get back into GDB?
>
Yes (oh yes, fg!); this is the result
-------------------------------------------------------
[1]+ Stopped gdb ./emacs.exe
Angelo@homepc /usr/local/emacs-22.0.50/bin
$ fg
gdb ./emacs.exe
---Type <return> to continue, or q <return> to quit---
warning: NOD32 protected [MSAFD Tcpip [TCP/IP]]
warning: NOD32 protected [MSAFD Tcpip [UDP/IP]]
warning: NOD32 protected [MSAFD Tcpip [RAW/IP]]
warning: NOD32 protected [RSVP UDP Service Provider]
warning: NOD32 protected [RSVP TCP Service Provider]
---Type <return> to continue, or q <return> to quit---
-------------------------------------------------------
A this point Emacs starts and for the moment it seems to works.
> If that works, can you type "bt" inside GDB and get a meaningful
> traceback?
>
I think NO, I haven't any GDB prompt. In any case I have typed 'bt'
without results:
-----------------------------------------------------
...
warning: NOD32 protected [RSVP TCP Service Provider]
---Type <return> to continue, or q <return> to quit---
bt
-----------------------------------------------------
I can continue to type <Return> with the only result to add lines.
After a few minutes that anything happened, I have decided to close Emacs
(click on 'x' button of the window):
--------------------------------------------------------
---Type <return> to continue, or q <return> to quit---
bt
Program exited normally.
(gdb)
(gdb) bt
No stack.
(gdb)
No stack.
(gdb)
No stack.
(gdb) bt
No stack.
(gdb)
--------------------------------------------------------
After this I have repeated using
(gdb) -r
so that also the init file is loaded. For the moment same behaviour
without seg. fault.
I will observe for a longer time the behaviour of Emacs under GDB.
Thanks,
Angelo.
[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 43196 bytes --]
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2006-09-22 23:08 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-19 23:49 Building Emacs-cvs on Cygwin Angelo Graziosi
2006-09-20 3:29 ` Eli Zaretskii
2006-09-20 9:05 ` Angelo Graziosi
2006-09-20 21:08 ` Eli Zaretskii
2006-09-20 22:02 ` Andreas Schwab
2006-09-20 22:41 ` Building Emacs-cvs on Cygwin (Mystery!) Angelo Graziosi
2006-09-21 3:31 ` Eli Zaretskii
2006-09-21 22:20 ` Angelo Graziosi
2006-09-22 13:19 ` Eli Zaretskii
2006-09-22 23:08 ` Angelo Graziosi [this message]
2006-09-22 23:22 ` Angelo Graziosi
2006-09-24 13:02 ` Angelo Graziosi
2006-09-23 10:33 ` Building Emacs-cvs on Cygwin Angelo Graziosi
2006-09-23 15:15 ` Eli Zaretskii
2006-09-23 16:49 ` Angelo Graziosi
2006-09-23 19:17 ` Eli Zaretskii
2006-09-23 21:19 ` Angelo Graziosi
2006-09-24 7:41 ` Eli Zaretskii
2006-09-24 22:46 ` Angelo Graziosi
2006-09-25 3:26 ` Eli Zaretskii
2006-09-25 12:56 ` Angelo Graziosi
2006-09-25 19:57 ` Eli Zaretskii
2006-09-26 0:06 ` Angelo Graziosi
2006-09-26 3:22 ` Eli Zaretskii
2006-09-26 12:48 ` Angelo Graziosi
2006-09-26 20:10 ` Eli Zaretskii
2006-09-26 22:18 ` Angelo Graziosi
2006-09-27 3:35 ` Eli Zaretskii
2006-09-27 16:52 ` Angelo Graziosi
2006-09-27 18:22 ` Eli Zaretskii
2006-09-28 10:18 ` Angelo Graziosi
2006-09-30 9:30 ` Eli Zaretskii
2006-09-30 10:16 ` Angelo Graziosi
2006-09-30 14:47 ` Eli Zaretskii
2006-09-30 16:49 ` Angelo Graziosi
2006-10-01 16:54 ` Eli Zaretskii
2006-10-01 21:29 ` Angelo Graziosi
2006-10-25 22:32 ` Angelo Graziosi
2006-10-26 7:48 ` Eli Zaretskii
2006-10-26 8:21 ` Angelo Graziosi
2006-10-26 8:57 ` Jason Rumney
2006-10-26 15:46 ` Angelo Graziosi
2006-10-27 8:41 ` Eli Zaretskii
2006-10-27 16:34 ` Angelo Graziosi
2006-10-28 0:16 ` Angelo Graziosi
2006-10-28 12:16 ` Eli Zaretskii
2006-10-29 11:13 ` Building Emacs-cvs on Cygwin (GCC summary) Angelo Graziosi
2006-10-26 10:12 ` Building Emacs-cvs on Cygwin Richard Stallman
2006-10-26 10:24 ` David Kastrup
2006-10-26 15:06 ` Eli Zaretskii
2006-10-26 15:12 ` David Kastrup
2006-10-27 8:17 ` Eli Zaretskii
2006-10-27 9:04 ` David Kastrup
2006-10-28 10:49 ` Eli Zaretskii
2006-10-29 18:45 ` Richard Stallman
2006-10-29 20:19 ` Eli Zaretskii
2006-10-30 19:16 ` Richard Stallman
2006-10-30 20:49 ` Eli Zaretskii
2006-10-26 20:40 ` Richard Stallman
2006-10-26 20:58 ` David Kastrup
2006-10-26 15:12 ` Eli Zaretskii
2006-10-26 16:18 ` Angelo Graziosi
2006-10-26 8:53 ` Richard Stallman
2006-10-26 15:08 ` Eli Zaretskii
2006-10-27 9:10 ` Richard Stallman
2006-09-30 17:00 ` Problems with 'make install' after the build of " Angelo Graziosi
2006-10-02 0:30 ` Giorgos Keramidas
2006-10-02 12:53 ` Kenichi Handa
2006-10-02 13:39 ` Giorgos Keramidas
2006-09-30 23:34 ` Building " Kim F. Storm
2006-10-01 10:28 ` Eli Zaretskii
2006-09-27 18:14 ` Angelo Graziosi
2006-09-25 20:42 ` Kim F. Storm
2006-09-24 2:10 ` Richard Stallman
2006-09-21 1:59 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.OSF.4.21.0609230023440.32679-101000@ax0rm1.roma1.infn.it \
--to=angelo.graziosi@roma1.infn.it \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.