all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 23935@debbugs.gnu.org
Subject: bug#23935: 25.1.50; simple reproducible crash for emacs -Q: `M-: (+ 1997 120 400)'
Date: Wed, 13 Jul 2016 20:24:27 +0300	[thread overview]
Message-ID: <83r3ax8n90.fsf@gnu.org> (raw)
In-Reply-To: <740d0689-ffba-4bc5-9740-3c9e64a55cd1@default> (message from Drew Adams on Wed, 13 Jul 2016 09:55:49 -0700 (PDT))

> Date: Wed, 13 Jul 2016 09:55:49 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 23935@debbugs.gnu.org
> 
> >   https://www.python.org/download/releases/2.6.6/
> 
> That says:
> 
> "Python 2.6.6 has been replaced by a newer security-fix only source release of Python. Please download Python 2.6.8 instead."
> 
> This is my work computer, so I'm reluctant to pick up something
> that needed a security fix.  How about using 2.6.8?

You can try, it will most probably work OK.

Please also note these installation notes from the ezwinports site:

  If you install this anywhere but D:\usr, you will need to set 2
  environment variables:

    set GUILE_LOAD_PATH=x:\foo\share\guile\2.0
    set GUILE_LOAD_COMPILED_PATH=x:\foo\lib\guile\2.0\ccache

  where "x:\foo" is the directory from which you unzipped the GDB
  binary zip file.  These variables are required for the Guile support
  in GDB to be able to initialize itself.

  If GDB complains at startup about being unable to load Python
  modules, you may need to set the PYTHONPATH environment variable to
  point to your Python 2.6.6 installation, like this:

    set PYTHONPATH=C:\Python26;C:\Python26\Lib;C:\Python26\;C:\Python26\DLLs;C:\Python26\Lib\lib-tk;C:\Python26\Lib\site-packages

  (assuming you installed Python in C:\Python26).

> This also rang a bell, so I searched old bug reports.  I sent
> you a message on 2010/Dec/09, where I said this:
> 
> ----
> 
> > > > It's enough to type "gdb RET" at the cmd prompt.  But to 
> > > > attach to a running Emacs process, it is more convenient
> > > > to type "gdb -p PID RET",
> > > > where PID is the Emacs process ID, a number.
> 
> Hi Eli,
> 
> I tried that just now, when I got a crash dialog box. I cd'd to the dir where I have the files you sent me, then did `gdb -p 5692' (the PID).
> 
> I got a Windows error box, with title `gdb.exe - Unable to Locate Component' and with text "This application has failed to start because libexpat-1.dll was not found. Re-installing the application may fix this problem. [OK]"
> 
> In the directory where I put the files you sent (which is in my PATH), I have these files (that you sent):
> 
> .gdbinit
> gdb-python27.exe
> gdb.exe
> gdbserver.exe
> 
> ----
> 
> It seems I didn't get a reply from you.  But I do find the file
> gdb-python27.exe in the other GDB directory, for version 7.2.

The binary zip distribution of GDB 7.10 that you have includes all the
dependency DLLs, with the sole exception of Python.  So once you
install Python, I don't expect any additional problems with missing
DLLs.  (You can also download the latest GDB 7.11 from the same site.)

One more caveat: this GDB 7.10/7.11 can only debug 32-bit programs, so
you can only use it with the binaries that identify themselves as
i686-pc-mingw32, not x86_64-w64-mingw64.  If the i686-pc-mingw32 one
is stripped, i.e. without debugging symbols, we will have to arrange
fore you to download a binary with symbols.  (The .exe binary with
symbols is much larger, around 70MB.)  But first, let's see if GDB
works there.





  reply	other threads:[~2016-07-13 17:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <<<<<<141ef34b-eb0a-4b2a-9b1a-57161854406a@default>
     [not found] ` <<<<<<83wpkte97w.fsf@gnu.org>
     [not found]   ` <<<<<138a40d5-0c08-47bc-b20a-ff3780f4e739@default>
     [not found]     ` <<<<<83shvhe822.fsf@gnu.org>
     [not found]       ` <<<<0104f314-b8f0-41a2-af56-081d8c35e983@default>
     [not found]         ` <<<<83lh19e61q.fsf@gnu.org>
     [not found]           ` <<<5ccb511f-24bc-48ec-8d8c-5ff1a72fdb0d@default>
     [not found]             ` <<<83h9bxe3ym.fsf@gnu.org>
     [not found]               ` <<f7f4b996-defb-498c-828b-1638b1512c2d@default>
     [not found]                 ` <<8337ngdzes.fsf@gnu.org>
2016-07-12  0:48                   ` bug#23935: 25.1.50; simple reproducible crash for emacs -Q: `M-: (+ 1997 120 400)' Drew Adams
     [not found]                   ` <<83h9bwcbgu.fsf@gnu.org>
2016-07-12  0:52                     ` Drew Adams
2016-07-12  5:15                       ` Eli Zaretskii
     [not found]                       ` <<831t2zcu96.fsf@gnu.org>
2016-07-12 13:51                         ` Drew Adams
2016-07-12 14:18                           ` Eli Zaretskii
     [not found]                       ` <<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<83eg6zaqjo.fsf@gnu.org>
2016-07-12 14:33                             ` Drew Adams
2016-07-12 14:54                               ` Eli Zaretskii
     [not found]                       ` <<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<83bn22c3fm.fsf@gnu.org>
2016-07-12 16:09                                 ` Drew Adams
2016-07-12 17:55                                   ` Eli Zaretskii
     [not found]                       ` <<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<83zipmaggi.fsf@gnu.org>
2016-07-12 19:57                                     ` Drew Adams
2016-07-13  2:44                                       ` Eli Zaretskii
     [not found]                       ` <<<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<<83zipmaggi.fsf@gnu.org>
     [not found]                                     ` <<d291cdfb-b4c3-41c1-9517-cd0bf251d1e8@default>
     [not found]                                       ` <<83oa629rz8.fsf@gnu.org>
2016-07-13  3:23                                         ` Drew Adams
2016-07-13 14:37                                           ` Eli Zaretskii
     [not found]                       ` <<<<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<<<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<<<83zipmaggi.fsf@gnu.org>
     [not found]                                     ` <<<d291cdfb-b4c3-41c1-9517-cd0bf251d1e8@default>
     [not found]                                       ` <<<83oa629rz8.fsf@gnu.org>
     [not found]                                         ` <<f80c3607-859f-40ca-8a30-debb90d3d4c6@default>
     [not found]                                           ` <<83h9bta9ju.fsf@gnu.org>
2016-07-13 15:02                                             ` Drew Adams
2016-07-13 15:18                                               ` Eli Zaretskii
     [not found]                       ` <<<<<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<<<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<<<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<<<<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<<<<83zipmaggi.fsf@gnu.org>
     [not found]                                     ` <<<<d291cdfb-b4c3-41c1-9517-cd0bf251d1e8@default>
     [not found]                                       ` <<<<83oa629rz8.fsf@gnu.org>
     [not found]                                         ` <<<f80c3607-859f-40ca-8a30-debb90d3d4c6@default>
     [not found]                                           ` <<<83h9bta9ju.fsf@gnu.org>
     [not found]                                             ` <<df251412-4c7a-4d0a-9ffa-df1c5a1584ac@default>
     [not found]                                               ` <<831t2xa7n0.fsf@gnu.org>
2016-07-13 15:33                                                 ` Drew Adams
2016-07-13 16:09                                                   ` Eli Zaretskii
     [not found]                       ` <<<<<<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<<<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<<<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<<<<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<<<<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<<<<<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<<<<<83zipmaggi.fsf@gnu.org>
     [not found]                                     ` <<<<<d291cdfb-b4c3-41c1-9517-cd0bf251d1e8@default>
     [not found]                                       ` <<<<<83oa629rz8.fsf@gnu.org>
     [not found]                                         ` <<<<f80c3607-859f-40ca-8a30-debb90d3d4c6@default>
     [not found]                                           ` <<<<83h9bta9ju.fsf@gnu.org>
     [not found]                                             ` <<<df251412-4c7a-4d0a-9ffa-df1c5a1584ac@default>
     [not found]                                               ` <<<831t2xa7n0.fsf@gnu.org>
     [not found]                                                 ` <<595920b7-4690-46ac-8390-f7f228b6e575@default>
     [not found]                                                   ` <<83vb098qpd.fsf@gnu.org>
2016-07-13 16:55                                                     ` Drew Adams
2016-07-13 17:24                                                       ` Eli Zaretskii [this message]
2016-07-23  8:47                                                         ` Eli Zaretskii
     [not found] <<<<<141ef34b-eb0a-4b2a-9b1a-57161854406a@default>
     [not found] ` <<<<<83wpkte97w.fsf@gnu.org>
     [not found]   ` <<<<138a40d5-0c08-47bc-b20a-ff3780f4e739@default>
     [not found]     ` <<<<83shvhe822.fsf@gnu.org>
     [not found]       ` <<<0104f314-b8f0-41a2-af56-081d8c35e983@default>
     [not found]         ` <<<83lh19e61q.fsf@gnu.org>
     [not found]           ` <<5ccb511f-24bc-48ec-8d8c-5ff1a72fdb0d@default>
     [not found]             ` <<83h9bxe3ym.fsf@gnu.org>
2016-07-10 19:46               ` Drew Adams
2016-07-11 14:26                 ` Eli Zaretskii
2016-07-11 17:48                   ` Eli Zaretskii
     [not found]                 ` <<<8337ngdzes.fsf@gnu.org>
     [not found]                   ` <<<<<<<<<<<83h9bwcbgu.fsf@gnu.org>
     [not found]                     ` <<853bee3b-8e6a-4ef1-963e-705d8f7fe660@default>
     [not found]                       ` <<<<<<<<<<831t2zcu96.fsf@gnu.org>
     [not found]                         ` <<<<<<<<<11992196-79f5-4fe8-8998-e0811e3adfd3@default>
     [not found]                           ` <<<<<<<<<83eg6zaqjo.fsf@gnu.org>
     [not found]                             ` <<<<<<<<0647e47f-ac9a-4347-aedb-5ff9cd8ff292@default>
     [not found]                               ` <<<<<<<<83bn22c3fm.fsf@gnu.org>
     [not found]                                 ` <<<<<<<72de3c68-803f-4bc5-b328-d6cf61f045dc@default>
     [not found]                                   ` <<<<<<<83zipmaggi.fsf@gnu.org>
     [not found]                                     ` <<<<<<d291cdfb-b4c3-41c1-9517-cd0bf251d1e8@default>
     [not found]                                       ` <<<<<<83oa629rz8.fsf@gnu.org>
     [not found]                                         ` <<<<<f80c3607-859f-40ca-8a30-debb90d3d4c6@default>
     [not found]                                           ` <<<<<83h9bta9ju.fsf@gnu.org>
     [not found]                                             ` <<<<df251412-4c7a-4d0a-9ffa-df1c5a1584ac@default>
     [not found]                                               ` <<<<831t2xa7n0.fsf@gnu.org>
     [not found]                                                 ` <<<595920b7-4690-46ac-8390-f7f228b6e575@default>
     [not found]                                                   ` <<<83vb098qpd.fsf@gnu.org>
     [not found]                                                     ` <<740d0689-ffba-4bc5-9740-3c9e64a55cd1@default>
     [not found]                                                       ` <<83r3ax8n90.fsf@gnu.org>
     [not found]                                                         ` <<837fccwxkr.fsf@gnu.org>
2016-07-23 14:50                                                           ` Drew Adams
     [not found]             ` <<834m7wdzhe.fsf@gnu.org>
2016-07-12  0:46               ` Drew Adams
     [not found] <<<<141ef34b-eb0a-4b2a-9b1a-57161854406a@default>
     [not found] ` <<<<83wpkte97w.fsf@gnu.org>
     [not found]   ` <<<138a40d5-0c08-47bc-b20a-ff3780f4e739@default>
     [not found]     ` <<<83shvhe822.fsf@gnu.org>
     [not found]       ` <<0104f314-b8f0-41a2-af56-081d8c35e983@default>
     [not found]         ` <<83lh19e61q.fsf@gnu.org>
2016-07-10 18:14           ` Drew Adams
2016-07-10 18:19           ` Drew Adams
2016-07-10 18:35             ` Eli Zaretskii
2016-07-11 14:24             ` Eli Zaretskii
     [not found] <<<141ef34b-eb0a-4b2a-9b1a-57161854406a@default>
     [not found] ` <<<83wpkte97w.fsf@gnu.org>
     [not found]   ` <<138a40d5-0c08-47bc-b20a-ff3780f4e739@default>
     [not found]     ` <<83shvhe822.fsf@gnu.org>
2016-07-10 17:28       ` Drew Adams
2016-07-10 17:50         ` Eli Zaretskii
     [not found] <<141ef34b-eb0a-4b2a-9b1a-57161854406a@default>
     [not found] ` <<83wpkte97w.fsf@gnu.org>
2016-07-10 16:45   ` Drew Adams
2016-07-10 17:07     ` Eli Zaretskii
2016-07-10 16:17 Drew Adams
2016-07-10 16:41 ` Eli Zaretskii
2016-07-10 17:16   ` Clément Pit--Claudel
2016-07-10 17:24     ` Drew Adams

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=83r3ax8n90.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=23935@debbugs.gnu.org \
    --cc=drew.adams@oracle.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.