all messages for Emacs-related lists mirrored at yhetil.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: Mon, 17 Oct 2011 10:07:16 -0700	[thread overview]
Message-ID: <81B49A9E5708D84A96259A96D480EE4902A50E49DF@CHC-CCR01.SEA.CORP.EXPECN.COM> (raw)
In-Reply-To: <83mxd3jm3l.fsf@gnu.org>

I have the GDB session running right now if you need more info. Note that I was entering in a dir name using ido-mode when this happened. The dir name was supposed to be fooMap but instead was foo< (bad typist).

Here is the backtrace of the threads:

(gdb) i threads
  52 Thread 13724.0x2f34  0x7d61c876 in ?? ()
  4 Thread 13724.0xda4  0x7d61c846 in ?? ()
* 3 Thread 13724.0x20f8  0x7d65b878 in ?? ()
  1 Thread 13724.0x16f8  0x7d94c888 in USER32!DrawFrame () from C:\WINDOWS\syswow64\user32.dll
(gdb)  bt
#0  0x7d65b878 in ?? ()
#1  0x77bc641c in msvcrt!_global_unwind2 () from C:\WINDOWS\syswow64\msvcrt.dll
#2  0x77bc7e30 in msvcrt!longjmp () from C:\WINDOWS\syswow64\msvcrt.dll
#3  0x0082ffe0 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) thread 52
[Switching to thread 52 (Thread 13724.0x2f34)]#0  0x7d61c876 in ?? ()
(gdb) bt
#0  0x7d61c876 in ?? ()
#1  0x77bc084a in putch () from C:\WINDOWS\syswow64\msvcrt.dll
#2  0x00000218 in ?? ()
#3  0x016235a4 in child_procs ()
#4  0x00000001 in ?? ()
#5  0x6cbcfee0 in ?? ()
#6  0x77bc0a0d in read () from C:\WINDOWS\syswow64\msvcrt.dll
#7  0x00000004 in ?? ()
#8  0x016235a4 in child_procs ()
#9  0x00000001 in ?? ()
#10 0x00000000 in ?? ()
(gdb) thread 4
[Switching to thread 4 (Thread 13724.0xda4)]#0  0x7d61c846 in ?? ()
(gdb) bt
#0  0x7d61c846 in ?? ()
#1  0x7d4d8c0d in RegisterWaitForInputIdle () from C:\WINDOWS\syswow64\kernel32.dll
#2  0x00000220 in ?? ()
#3  0xffffffff in ?? ()
#4  0x00000000 in ?? ()
(gdb) thread 1
[Switching to thread 1 (Thread 13724.0x16f8)]#0  0x7d94c888 in USER32!DrawFrame () from C:\WINDOWS\syswow64\user32.dll
(gdb) bt
#0  0x7d94c888 in USER32!DrawFrame () from C:\WINDOWS\syswow64\user32.dll
#1  0x7dbf6fd7 in ImageList_Duplicate ()
   from C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x-ww_8D2E3180\comctl32.dll
#2  0x7dbf71bf in ImageList_Duplicate ()
   from C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x-ww_8D2E3180\comctl32.dll
#3  0x7dbf7374 in ImageList_Duplicate ()
   from C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x-ww_8D2E3180\comctl32.dll
#4  0x7dbf7d35 in ImageList_Duplicate ()
   from C:\WINDOWS\WinSxS\WOW64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x-ww_8D2E3180\comctl32.dll
#5  0x7d9472d8 in USER32!DefDlgProcW () from C:\WINDOWS\syswow64\user32.dll
#6  0x008f0588 in ?? ()
#7  0x00000001 in ?? ()
#8  0x00000000 in ?? ()
(gdb)


-----Original Message-----
From: Eli Zaretskii [mailto:eliz@gnu.org] 
Sent: Friday, October 14, 2011 2:32 PM
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: Fri, 14 Oct 2011 12:33:26 -0700
> 
> 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:

Do you still have this crashed session in GDB?  If you do, I'd like
you to display values of some variables.

Also, what does "info threads" display?  If there's more than one
thread (usually, there are), please show "bt" from the other threads
as well, like this:

 (gdb) thread 2
 (gdb) bt
 (gdb) thread 3
 (gdb) bt

etc., for every thread number that's listed in "info threads", except
the one marked with an asterisk (which is the current thread, the one
whose backtrace you posted).

Thanks.





  reply	other threads:[~2011-10-17 17:07 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
2011-10-14 21:32                                                                                   ` Eli Zaretskii
2011-10-17 17:07                                                                                     ` Joseph Jones [this message]
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

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

  git send-email \
    --in-reply-to=81B49A9E5708D84A96259A96D480EE4902A50E49DF@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 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.