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: Thu, 20 Oct 2011 15:29:33 -0700	[thread overview]
Message-ID: <81B49A9E5708D84A96259A96D480EE4902A5390073@CHC-CCR01.SEA.CORP.EXPECN.COM> (raw)
In-Reply-To: <81B49A9E5708D84A96259A96D480EE4902A4F888DE@CHC-CCR01.SEA.CORP.EXPECN.COM>

Just got a new crash while in GDB. Here is the GDB session information you requested last time.


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 13664.0x2a74]
0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730, maxdepth=8578712, args_template=16837538, nargs=23009797,
    args=0x186a00) at bytecode.c:1012
1012    bytecode.c: No such file or directory.
        in bytecode.c
(gdb) i threads
  63 Thread 13664.0x38b4  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
  4 Thread 13664.0x3060  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
  3 Thread 13664.0x1c64  0x7d61c846 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
  2 Thread 13664.0x33e4  0x7d947860 in USER32!SetActiveWindow () from C:\WINDOWS\syswow64\user32.dll
* 1 Thread 13664.0x2a74  0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730, maxdepth=8578712,
    args_template=16837538, nargs=23009797, args=0x186a00) at bytecode.c:1012
(gdb) bt 63
#0  0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730, maxdepth=8578712, args_template=16837538,
    nargs=23009797, args=0x186a00) at bytecode.c:1012
#1  0x010dfd99 in exec_byte_code (bytestr=23009797, vector=1600000, maxdepth=8578600, args_template=17642311, nargs=20835142,
    args=0x13e281a) at bytecode.c:1182
#2  0x0100eba2 in make_lispy_position (f=0x10dfd6c, x=23009797, y=20835142, t=17593177) at keyboard.c:5148
#3  0x010e0d54 in exec_byte_code (bytestr=0, vector=0, maxdepth=20850714, args_template=20850714, nargs=0, args=0x0)
    at bytecode.c:1730
#4  0x01025592 in Fsequencep (object=-875902696) at data.c:352
#5  0x010279f6 in let_shadows_buffer_binding_p (symbol=0x13e281a) at data.c:1082
#6  0x01029a11 in Fkill_local_variable (variable=8583808) at data.c:1672
#7  0x0100ee4f in make_lispy_position (f=0x1029871, x=20908442, y=16922106, t=2102413915) at keyboard.c:5168
#8  0x0101cf4b in read_key_sequence (keybuf=0x13e281a, bufsize=7602259, prompt=7209057, dont_downcase_last=6357092,
    can_return_switch_frame=20906466, fix_current_buffer=20850714) at keyboard.c:9472
#9  0x0100ed84 in make_lispy_position (f=0x13f01e2, x=16895784, y=20850714, t=2009014352) at keyboard.c:5163
#10 0x0101cdfe in read_key_sequence (keybuf=0x101cac1, bufsize=20850714, prompt=2009021072, dont_downcase_last=8585048,
    can_return_switch_frame=0, fix_current_buffer=-1) at keyboard.c:9452
#11 0x0101cf12 in read_key_sequence (keybuf=0x135bdd6, bufsize=0, prompt=1, dont_downcase_last=0,
    can_return_switch_frame=8585028, fix_current_buffer=8584944) at keyboard.c:9472
#12 0x01002eb0 in shut_down_emacs (sig=1, no_x=11551144, stuff=11546872) at emacs.c:2039
#13 0x010010b6 in __mingw_CRTStartup ()
#14 0x01001148 in WinMainCRTStartup ()
#15 0x00000001 in ?? ()
#16 0x00000001 in ?? ()
#17 0x00000000 in ?? ()
(gdb) bt 4
#0  0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730, maxdepth=8578712, args_template=16837538,
    nargs=23009797, args=0x186a00) at bytecode.c:1012
#1  0x010dfd99 in exec_byte_code (bytestr=23009797, vector=1600000, maxdepth=8578600, args_template=17642311, nargs=20835142,
    args=0x13e281a) at bytecode.c:1182
#2  0x0100eba2 in make_lispy_position (f=0x10dfd6c, x=23009797, y=20835142, t=17593177) at keyboard.c:5148
#3  0x010e0d54 in exec_byte_code (bytestr=0, vector=0, maxdepth=20850714, args_template=20850714, nargs=0, args=0x0)
    at bytecode.c:1730
(More stack frames follow...)
(gdb) thread 63
[Switching to thread 63 (Thread 13664.0x38b4)]#0  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
(gdb) bt
#0  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
#1  0x7d4d08ac in KERNEL32!CreateThread () from C:\WINDOWS\syswow64\kernel32.dll
#2  0x000001dc in ?? ()
#3  0x00000000 in ?? ()
(gdb) thread 4
[Switching to thread 4 (Thread 13664.0x3060)]#0  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
(gdb) bt
#0  0x7d61c876 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
#1  0x7d4d08ac in KERNEL32!CreateThread () from C:\WINDOWS\syswow64\kernel32.dll
#2  0x0000021c in ?? ()
#3  0x00000000 in ?? ()
(gdb) thread 3
[Switching to thread 3 (Thread 13664.0x1c64)]#0  0x7d61c846 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
(gdb) bt
#0  0x7d61c846 in ntdll!NtAccessCheck () from C:\WINDOWS\system32\ntdll.dll
#1  0x7d4d8c9e in KERNEL32!GetCommandLineW () from C:\WINDOWS\syswow64\kernel32.dll
#2  0x00000230 in ?? ()
#3  0x00000000 in ?? ()
(gdb) thread 2
[Switching to thread 2 (Thread 13664.0x33e4)]#0  0x7d947860 in USER32!SetActiveWindow () from C:\WINDOWS\syswow64\user32.dll
(gdb) bt
#0  0x7d947860 in USER32!SetActiveWindow () from C:\WINDOWS\syswow64\user32.dll
#1  0x7d947bbf in USER32!SetForegroundWindow () from C:\WINDOWS\syswow64\user32.dll
#2  0x6bacfef0 in ?? ()
#3  0x01129fea in regex_compile (pattern=0x2a74 <Address 0x2a74 out of bounds>, size=1027, syntax=0, bufp=0x0) at regex.c:2632
#4  0x0112a5c1 in regex_compile (pattern=0x0, size=0, syntax=0, bufp=0x0) at regex.c:2724
#5  0x7d4dfe37 in KERNEL32!GetConsoleOutputCP () from C:\WINDOWS\syswow64\kernel32.dll
#6  0x00000000 in ?? ()
(gdb) thread 1
[Switching to thread 1 (Thread 13664.0x2a74)]#0  0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730,
    maxdepth=8578712, args_template=16837538, nargs=23009797, args=0x186a00) at bytecode.c:1012
1012    in bytecode.c
(gdb) bt
#0  0x010df89c in exec_byte_code (bytestr=20911730, vector=20911730, maxdepth=8578712, args_template=16837538,
    nargs=23009797, args=0x186a00) at bytecode.c:1012
#1  0x010dfd99 in exec_byte_code (bytestr=23009797, vector=1600000, maxdepth=8578600, args_template=17642311, nargs=20835142,
    args=0x13e281a) at bytecode.c:1182
#2  0x0100eba2 in make_lispy_position (f=0x10dfd6c, x=23009797, y=20835142, t=17593177) at keyboard.c:5148
#3  0x010e0d54 in exec_byte_code (bytestr=0, vector=0, maxdepth=20850714, args_template=20850714, nargs=0, args=0x0)
    at bytecode.c:1730
#4  0x01025592 in Fsequencep (object=-875902696) at data.c:352
#5  0x010279f6 in let_shadows_buffer_binding_p (symbol=0x13e281a) at data.c:1082
#6  0x01029a11 in Fkill_local_variable (variable=8583808) at data.c:1672
#7  0x0100ee4f in make_lispy_position (f=0x1029871, x=20908442, y=16922106, t=2102413915) at keyboard.c:5168
#8  0x0101cf4b in read_key_sequence (keybuf=0x13e281a, bufsize=7602259, prompt=7209057, dont_downcase_last=6357092,
    can_return_switch_frame=20906466, fix_current_buffer=20850714) at keyboard.c:9472
#9  0x0100ed84 in make_lispy_position (f=0x13f01e2, x=16895784, y=20850714, t=2009014352) at keyboard.c:5163
#10 0x0101cdfe in read_key_sequence (keybuf=0x101cac1, bufsize=20850714, prompt=2009021072, dont_downcase_last=8585048,
    can_return_switch_frame=0, fix_current_buffer=-1) at keyboard.c:9452
#11 0x0101cf12 in read_key_sequence (keybuf=0x135bdd6, bufsize=0, prompt=1, dont_downcase_last=0,
    can_return_switch_frame=8585028, fix_current_buffer=8584944) at keyboard.c:9472
#12 0x01002eb0 in shut_down_emacs (sig=1, no_x=11551144, stuff=11546872) at emacs.c:2039
#13 0x010010b6 in __mingw_CRTStartup ()
#14 0x01001148 in WinMainCRTStartup ()
#15 0x00000001 in ?? ()



-----Original Message-----
From: Joseph Jones 
Sent: Thursday, October 20, 2011 3:04 PM
To: 'Eli Zaretskii'
Cc: 9723@debbugs.gnu.org
Subject: RE: bug#9723: 24.0.50; Emacs Clipboard crash

OK, got another crash but I'm not in GDB because I can't debug Emacs AND use Emacs to debug my work.

Event Viewer:

Faulting application emacs.exe, version 24.0.50.0, faulting module emacs.exe, version 24.0.50.0, fault address 0x000df89c.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



Dr MinGw attached.

-----Original Message-----
From: Eli Zaretskii [mailto:eliz@gnu.org]
Sent: Monday, October 17, 2011 8:44 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: Mon, 17 Oct 2011 13:47:32 -0700
> 
> I see those, but they are different and I already sent you one of them.

I meant do you see anything in the Event Viewer that corresponds to them?  If so, could you post the data from the Event Viewer here?





  parent reply	other threads:[~2011-10-20 22:29 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
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 [this message]
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=81B49A9E5708D84A96259A96D480EE4902A5390073@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.