From: Eli Zaretskii <eliz@gnu.org>
To: Eric Lilja <mindcooler@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista
Date: Tue, 12 Feb 2008 06:14:20 +0200 [thread overview]
Message-ID: <u7ihaq09v.fsf@gnu.org> (raw)
In-Reply-To: <foqjrq$em5$1@ger.gmane.org> (message from Eric Lilja on Mon, 11 Feb 2008 23:57:00 +0100)
> From: Eric Lilja <mindcooler@gmail.com>
> Date: Mon, 11 Feb 2008 23:57:00 +0100
>
> I'm doing a fresh build right now (I wonder if I should have disabled
> the new font backend this time to see what happened, oh well).
The default is to build with font backend disabled, so if you didn't
_enable_ it, you are building without it.
> Could you explain how exactly I would do that in gdb?
From the src directory:
gdb ./oo-spd/i386/emacs.exe
(gdb) break init_user_info
(gdb) run -Q
Then, when it stops in init_user_info, type:
(gdb) until 619
(619 is the number of the line where it calls
get_sid_sub_authority_count.)
When it stops at line 619, type "step" repeatedly to step through
get_sid_sub_authority_count, and see what happens there.
If you compiled with optimizations, it could be that
get_sid_sub_authority_count is inlined, and you will have difficulties
stepping through it. If that happens, please recompile without
optimizations (edit gmake.defs to remove the -U2 compiler switch, then
run configure, make, make install to rebuild).
> If I copy the source along with the binaries, will gdb be able to
> find it and I can put a breakpoint in there?
If it doesn't find the sources, use the `dir' command to tell GDB
where to find the sources. This command accepts a name of a directory
and adds it to the list of directories where GDB looks for sources.
Btw, is that a 32-bit Vista or a 64-bit one?
next prev parent reply other threads:[~2008-02-12 4:14 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 12:11 emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista Eric Lilja
2008-02-11 12:26 ` Jason Rumney
2008-02-11 12:30 ` Eric Lilja
2008-02-11 12:40 ` Jason Rumney
2008-02-11 12:48 ` Eric Lilja
2008-02-11 12:51 ` Jason Rumney
2008-02-11 13:10 ` Eric Lilja
2008-02-11 21:52 ` Eli Zaretskii
2008-02-11 22:57 ` Eric Lilja
2008-02-12 4:14 ` Eli Zaretskii [this message]
2008-02-12 9:49 ` Eric Lilja
2008-02-13 20:22 ` Eli Zaretskii
2008-02-13 22:57 ` Eric Lilja
2008-02-14 0:03 ` Juanma Barranquero
2008-02-14 0:44 ` Eric Lilja
2008-02-14 0:54 ` Juanma Barranquero
2008-02-14 1:06 ` Eric Lilja
2008-02-14 1:18 ` Eric Lilja
2008-02-14 8:32 ` Jason Rumney
2008-02-14 19:59 ` Eli Zaretskii
2008-02-14 19:47 ` Eli Zaretskii
2008-02-14 20:12 ` Eric Lilja
2008-02-14 21:44 ` Eli Zaretskii
2008-02-16 17:07 ` Eli Zaretskii
2008-02-16 22:10 ` Eric Lilja
2008-02-17 4:23 ` Eli Zaretskii
2008-02-17 13:09 ` Eric Lilja
2008-02-17 15:09 ` Eli Zaretskii
2008-02-17 15:47 ` Eric Lilja
2008-02-17 15:51 ` Eric Lilja
2008-02-17 16:48 ` Eli Zaretskii
2008-02-17 16:46 ` Eli Zaretskii
2008-02-17 16:59 ` Eric Lilja
2008-02-14 0:57 ` Kenichi Handa
2008-02-12 17:45 ` Richard Stallman
2008-02-14 21:10 ` Eric Hanchrow
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=u7ihaq09v.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=mindcooler@gmail.com \
/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.