unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Joseph Jones <josejones@expedia.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "9723@debbugs.gnu.org" <9723@debbugs.gnu.org>
Subject: bug#9723: 24.0.50; Emacs Clipboard crash
Date: Fri, 14 Oct 2011 12:33:26 -0700	[thread overview]
Message-ID: <81B49A9E5708D84A96259A96D480EE4902A50E421A@CHC-CCR01.SEA.CORP.EXPECN.COM> (raw)
In-Reply-To: <83pqhzjvoi.fsf@gnu.org>

Here is what I get, and it looks like it is definitely happening during C-x C-f for a file that doesn't already exist:

(gdb) bt
#0  0x0137014e in pure ()
#1  0x010388af in unbind_to (count=54, value=54704154) at eval.c:3406
#2  0x01032687 in unwind_to_catch (catch=0x82e424, value=54704178) at eval.c:1299
#3  0x01032718 in Fthrow (tag=20382054, value=54704178) at eval.c:1337
#4  0x01143887 in signal_user_input () at w32fns.c:2482
#5  0x01143924 in post_character_message (hwnd=0x190c66, msg=256, wParam=13, lParam=1835009, modifiers=0) at w32fns.c:2542
#6  0x01144690 in w32_wnd_proc (hwnd=0x190c66, msg=256, wParam=13, lParam=1835009) at w32fns.c:2913
#7  0x7d9472d8 in USER32!DefDlgProcW () from C:\WINDOWS\syswow64\user32.dll
#8  0x00190c66 in ?? ()
#9  0x00000100 in ?? ()
#10 0x0000000d in ?? ()
#11 0x001c0001 in ?? ()
#12 0x00000001 in ?? ()
#13 0xdcbaabcd in ?? ()
#14 0x00000000 in ?? ()
(gdb) bt full
#0  0x0137014e in pure ()
No symbol table info available.
#1  0x010388af in unbind_to (count=54, value=54704154) at eval.c:3406
        this_binding = {symbol = 57296896, old_value = 20382054, func = 0x137014e <pure+438414>, unused = 20382030}
        quitf = 54704154
        gcpro1 = {next = 0x7d94759c, var = 0x9376b0, nvars = 9663904}
        gcpro2 = {next = 0x114394d, var = 0x190c66, nvars = 1806498288}
#2  0x01032687 in unwind_to_catch (catch=0x82e424, value=54704178) at eval.c:1299
        last_time = 1
#3  0x01032718 in Fthrow (tag=20382054, value=54704178) at eval.c:1337
        c = 0x82e424
#4  0x01143887 in signal_user_input () at w32fns.c:2482
        flag = 92784554
#5  0x01143924 in post_character_message (hwnd=0x190c66, msg=256, wParam=13, lParam=1835009, modifiers=0) at w32fns.c:2542
        c = 13
        wmsg = {msg = {hwnd = 0x0, message = 642, wParam = 11, lParam = 1806498460, time = 18100165, pt = {x = 0, y = 13}},
          dwModifiers = 0, rect = {left = 3, top = 0, right = 60997120, bottom = 60997125}}
#6  0x01144690 in w32_wnd_proc (hwnd=0x190c66, msg=256, wParam=13, lParam=1835009) at w32fns.c:2913
        f = 0x6bacfdb0
        dpyinfo = 0x1626820
        wmsg = {msg = {hwnd = 0x190c66, message = 512, wParam = 0, lParam = 49087330, time = 246493093, pt = {x = 2102234307,
              y = 2102234125}}, dwModifiers = 0, rect = {left = 2103560934, top = 23226400, right = 684, bottom = 0}}
        windows_translate = 0
        key = 1806499484
#7  0x7d9472d8 in USER32!DefDlgProcW () from C:\WINDOWS\syswow64\user32.dll
No symbol table info available.
#8  0x00190c66 in ?? ()
No symbol table info available.
#9  0x00000100 in ?? ()
No symbol table info available.
#10 0x0000000d in ?? ()
No symbol table info available.
#11 0x001c0001 in ?? ()
No symbol table info available.
#12 0x00000001 in ?? ()
No symbol table info available.
#13 0xdcbaabcd in ?? ()
No symbol table info available.
#14 0x00000000 in ?? ()
No symbol table info available.
(gdb)

-----Original Message-----
From: Eli Zaretskii [mailto:eliz@gnu.org] 
Sent: Friday, October 14, 2011 11:05 AM
To: Joseph Jones
Cc: 9723@debbugs.gnu.org
Subject: Re: bug#9723: 24.0.50; Emacs Clipboard crash

> From: Joseph Jones <josejones@expedia.com>
> CC: "9723@debbugs.gnu.org" <9723@debbugs.gnu.org>
> Date: Wed, 12 Oct 2011 11:39:27 -0700
> 
> Here is the DrMinGW output for the 9/19 build that was in the link you sent me.

Thanks.  This is very strange: these addresses seem to indicate that
the crash is inside garbage collection, which makes no sense, given
the error message about the clipboard.  Or maybe I'm missing
something...

Can I ask you to download GDB, the GNU debugger, from here:

  http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.3/gdb-7.3-2-mingw32-bin.tar.lzma/download

and then run this Emacs binary under GDB?  (You will need the
unlzma.exe program to unpack the .lzma archive.)

To run Emacs under GDB, open a cmd window, chdir to where you have the
emacs.exe binary, and type:

  gdb ./emacs.exe

After GDB starts and reads the symbols from emacs.exe, it will show
this prompt:

  (gdb)

Type "run" to run Emacs normally.  (If you are normally invoking Emacs
with some command line arguments, type them after the "run" command,
as in "run arg1 arg2 ...".)  When Emacs crashes, please type at the
GDB prompt:

 (gdb) bt full

and post the results.

Thanks in advance.





  reply	other threads:[~2011-10-14 19:33 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <83lis391w3.fsf@gnu.org>
     [not found] ` <81B49A9E5708D84A96259A96D480EE4902D815F95A@CHC-CCR01.SEA.CORP.EXPECN.COM>
2012-01-21  9:37   ` bug#9723: 24.0.50; Emacs Clipboard crash Eli Zaretskii
2012-01-21 16:08     ` Joseph Jones
2012-01-21 16:40       ` Eli Zaretskii
2012-01-21 16:49         ` Joseph Jones
2012-01-24  2:23         ` Joseph Jones
2012-01-24  5:30           ` Eli Zaretskii
2012-01-24 17:12             ` Joseph Jones
2012-01-30 17:47             ` Joseph Jones
2012-01-30 19:06               ` Eli Zaretskii
     [not found]                 ` <81B49A9E5708D84A96259A96D480EE4902E2FD8919@CHC-CCR01.SEA.CORP.EXPECN.COM>
2012-01-30 21:14                   ` Eli Zaretskii
2012-01-30 21:50                     ` Joseph Jones
2012-01-31 17:43                       ` Eli Zaretskii
2012-02-02 11:08                         ` martin rudalics
2012-02-02 17:06                           ` Eli Zaretskii
2012-02-02 19:22                             ` martin rudalics
2012-02-02 20:26                               ` Eli Zaretskii
2012-02-03 18:23                                 ` martin rudalics
2012-02-03 19:06                                   ` Eli Zaretskii
2012-02-04 13:56                                     ` martin rudalics
2012-02-04 14:16                                       ` Eli Zaretskii
2012-02-04 15:00                                         ` martin rudalics
2012-02-04 15:32                                           ` Andreas Schwab
2012-02-04 17:24                                             ` martin rudalics
2012-02-04 17:51                                               ` Andreas Schwab
2012-02-04 18:35                                                 ` martin rudalics
2012-02-04 19:30                                                   ` Eli Zaretskii
2012-02-05 10:39                                                     ` martin rudalics
2012-02-04 19:41                                                   ` Andreas Schwab
2012-02-05 10:42                                                     ` martin rudalics
2012-02-05 11:01                                                       ` Andreas Schwab
2012-02-05 13:16                                                         ` martin rudalics
2012-02-05 13:47                                                           ` Andreas Schwab
2012-02-05 18:16                                                             ` martin rudalics
2012-02-05 18:22                                                               ` Eli Zaretskii
2011-10-10 23:42                                                                 ` Joseph Jones
2011-10-11  6:29                                                                   ` Eli Zaretskii
2011-10-11 10:09                                                                     ` Štěpán Němec
2011-10-11 12:21                                                                       ` Eli Zaretskii
2011-10-11 15:51                                                                     ` Joseph Jones
2011-10-11 16:59                                                                     ` Joseph Jones
2011-10-11 17:54                                                                       ` Eli Zaretskii
2011-10-11 17:58                                                                         ` Joseph Jones
2011-10-11 18:03                                                                         ` Joseph Jones
2011-10-11 19:17                                                                           ` Eli Zaretskii
2011-10-11 20:43                                                                             ` Joseph Jones
2011-10-12 18:39                                                                             ` Joseph Jones
2011-10-14 18:05                                                                               ` Eli Zaretskii
2011-10-14 19:33                                                                                 ` Joseph Jones [this message]
2011-10-14 21:32                                                                                   ` Eli Zaretskii
2011-10-17 17:07                                                                                     ` Joseph Jones
2011-10-17 17:52                                                                                       ` Eli Zaretskii
2011-10-17 18:00                                                                                         ` Joseph Jones
2011-10-17 18:30                                                                                           ` Eli Zaretskii
2011-10-17 20:31                                                                                             ` Joseph Jones
2011-10-17 20:38                                                                                               ` Eli Zaretskii
2011-10-17 20:47                                                                                                 ` Joseph Jones
2011-10-18  3:44                                                                                                   ` Eli Zaretskii
2011-10-20 22:03                                                                                                     ` Joseph Jones
2011-10-20 22:29                                                                                                     ` Joseph Jones
2011-10-21  8:49                                                                                                       ` Eli Zaretskii
2011-10-21  9:04                                                                                                         ` Andreas Schwab
2011-10-21  9:14                                                                                                           ` Eli Zaretskii
2011-10-21  9:51                                                                                                             ` Andreas Schwab
2011-10-21 16:13                                                                                                               ` Joseph Jones
2011-10-21 16:42                                                                                                                 ` Eli Zaretskii
2011-10-26 16:42                                                                                                                   ` Joseph Jones
2011-10-26 18:16                                                                                                                     ` Eli Zaretskii
2011-10-27  3:26                                                                                                                       ` Joseph Jones
2011-10-27 14:25                                                                                                                         ` Eli Zaretskii
2011-10-27 16:06                                                                                                                           ` Joseph Jones
2011-10-27 17:37                                                                                                                             ` Eli Zaretskii
2011-10-27 17:42                                                                                                                               ` Joseph Jones
2011-10-27 18:06                                                                                                                                 ` Eli Zaretskii
2011-10-27 18:28                                                                                                                                   ` Joseph Jones
2011-10-28  9:38                                                                                                                                     ` Eli Zaretskii
2011-10-28 20:55                                                                                                                                       ` Joseph Jones
2011-10-29  8:51                                                                                                                                         ` Eli Zaretskii
2011-10-17 20:34                                                                                             ` Joseph Jones
2011-10-14 19:34                                                                                 ` Joseph Jones
2012-02-11 19:06                                                                   ` Joseph Jones
2012-02-11 19:24                                                                     ` Eli Zaretskii
2012-02-12  1:52                                                                       ` Joseph Jones
2012-02-12 16:42                                                                         ` Eli Zaretskii
2012-02-12 20:05                                                                   ` Joseph Jones
2012-02-12 21:05                                                                     ` Eli Zaretskii
2012-02-13 17:59                                                                       ` Joseph Jones
2012-02-13 18:15                                                                         ` Eli Zaretskii
2012-02-13 18:17                                                                           ` Joseph Jones
2012-02-13 18:34                                                                             ` Eli Zaretskii
2012-02-13 18:41                                                                               ` Joseph Jones
2012-04-03 17:17                                                                               ` Joseph Jones
2012-04-03 18:04                                                                                 ` Eli Zaretskii
2012-04-03 18:15                                                                                   ` Joseph Jones
2012-02-11 18:48                                                                 ` Joseph Jones
2012-02-11 19:19                                                                   ` Eli Zaretskii
2012-02-11 19:44                                                                     ` Eli Zaretskii
2012-02-12  2:08                                                                       ` Joseph Jones
2012-02-12  1:50                                                                     ` Joseph Jones
2012-02-12 16:40                                                                       ` Eli Zaretskii
2012-02-12 20:04                                                                         ` Joseph Jones
2012-02-12 22:13                                                                         ` Joseph Jones
2012-02-18 17:15                                                                           ` Eli Zaretskii
2012-02-20 17:20                                                                             ` Joseph Jones
2012-02-05 16:23                                                           ` Eli Zaretskii
2012-02-05 18:17                                                             ` martin rudalics
2012-02-04 15:39                                           ` Eli Zaretskii
2012-02-04 17:24                                             ` martin rudalics
2012-02-04 17:45                                               ` Eli Zaretskii
2012-02-04 17:53                                                 ` martin rudalics
2012-02-04 19:31                                                   ` Eli Zaretskii
2012-02-02 17:08                           ` Joseph Jones
2012-02-02 17:39                             ` Eli Zaretskii
2012-02-02 19:23                               ` martin rudalics
2012-01-31 17:51                       ` Eli Zaretskii
2012-01-31 18:15                         ` Joseph Jones
2012-02-01 22:08                         ` Joseph Jones
2012-02-02  3:47                           ` Eli Zaretskii
2012-02-02  4:04                             ` Joseph Jones
2012-01-21 16:19     ` Joseph Jones

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81B49A9E5708D84A96259A96D480EE4902A50E421A@CHC-CCR01.SEA.CORP.EXPECN.COM \
    --to=josejones@expedia.com \
    --cc=9723@debbugs.gnu.org \
    --cc=eliz@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).