all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13669: 24.3.50; emacs_backtrace.txt - build is unusable, for me
@ 2013-02-09 23:42 Drew Adams
  2013-02-10  5:42 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2013-02-09 23:42 UTC (permalink / raw)
  To: 13669

 
 
Backtrace:
0x011576FC
0x0115776E
0x01001459
0x01021E61
0x012E5AF3
0x010A6D59
0x01014EF4
0x010E40FB
0x01015C0A
0x0101509B
0x010E40FB
0x01015C0A
0x0101509B
0x010E40FB
0x01015C0A
0x0101509B
0x010E9B88
0x01014D59
0x010144B7
0x0103E663
0x01024CC4
0x01010CBF
0x01023C18
0x0101071C
0x01023BD2
0x0102318C
0x010234B9
0x010029BF
0x010010F9
0x7C81776B
 
This starts out the same as the backtrace in bug #13667.
The crash came when I hit C-M-q in an elisp buffer.
 
This build is unusable for me - crashes within a few minutes of opening
Emacs.  I guess I will need to return to the last build I downloaded,
which is from 2013-01-30.
 
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2013-02-08 on VBOX-W7
Bzr revision: 111700 monnier@iro.umontreal.ca-20130208174209-vpjpdh4qipaceoh5
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/emacs/libs/libXpm-3.5.10/include -IC:/emacs/libs/libXpm-3.5.10/src
 -IC:/emacs/libs/libpng-dev_1.4.3-1_win32/include
 -IC:/emacs/libs/zlib-dev_1.2.5-2_win32/include
 -IC:/emacs/libs/giflib-4.1.4-1-lib/include
 -IC:/emacs/libs/jpeg-6b-4-lib/include
 -IC:/emacs/libs/tiff-3.8.2-1-lib/include
 -IC:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2
 -IC:/emacs/libs/gnutls-3.1.5-w32/include
 -IC:/emacs/libs/libiconv-1.14-2-mingw32-dev/include'
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#13669: 24.3.50; emacs_backtrace.txt - build is unusable, for me
  2013-02-09 23:42 bug#13669: 24.3.50; emacs_backtrace.txt - build is unusable, for me Drew Adams
@ 2013-02-10  5:42 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2013-02-10  5:42 UTC (permalink / raw)
  To: Drew Adams; +Cc: 13669

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Sat, 9 Feb 2013 15:42:39 -0800
> 
> Backtrace:
> 0x011576FC
> 0x0115776E
> 0x01001459
> 0x01021E61
> 0x012E5AF3
> 0x010A6D59
> 0x01014EF4
> 0x010E40FB
> 0x01015C0A
> 0x0101509B
> 0x010E40FB
> 0x01015C0A
> 0x0101509B
> 0x010E40FB
> 0x01015C0A
> 0x0101509B
> 0x010E9B88
> 0x01014D59
> 0x010144B7
> 0x0103E663
> 0x01024CC4
> 0x01010CBF
> 0x01023C18
> 0x0101071C
> 0x01023BD2
> 0x0102318C
> 0x010234B9
> 0x010029BF
> 0x010010F9
> 0x7C81776B
>  
> This starts out the same as the backtrace in bug #13667.
> The crash came when I hit C-M-q in an elisp buffer.

Another duplicate of 13664:

  w32_backtrace at C:\emacs\trunk\src/w32fns.c:7727
  emacs_abort at C:\emacs\trunk\src/w32fns.c:7759
  terminate_due_to_signal at C:\emacs\trunk\src/emacs.c:343
  die at C:\emacs\trunk\src/alloc.c:6556
  set_point_both at C:\emacs\trunk\src/intervals.c:1894
  Fparse_partial_sexp at C:\emacs\trunk\src/syntax.c:3353
  Ffuncall at C:\emacs\trunk\src/eval.c:2696
  exec_byte_code at C:\emacs\trunk\src/bytecode.c:898
  funcall_lambda at C:\emacs\trunk\src/eval.c:2907
  Ffuncall at C:\emacs\trunk\src/eval.c:2724
  exec_byte_code at C:\emacs\trunk\src/bytecode.c:898
  funcall_lambda at C:\emacs\trunk\src/eval.c:2907
  Ffuncall at C:\emacs\trunk\src/eval.c:2724
  exec_byte_code at C:\emacs\trunk\src/bytecode.c:898
  funcall_lambda at C:\emacs\trunk\src/eval.c:2907
  Ffuncall at C:\emacs\trunk\src/eval.c:2724
  Fcall_interactively at C:\emacs\trunk\src/callint.c:852
  Ffuncall at C:\emacs\trunk\src/eval.c:2682
  call3 at C:\emacs\trunk\src/eval.c:2500
  Fcommand_execute at C:\emacs\trunk\src/keyboard.c:10237
  command_loop_1 at C:\emacs\trunk\src/keyboard.c:1587
  internal_condition_case at C:\emacs\trunk\src/eval.c:1193
  command_loop_2 at C:\emacs\trunk\src/keyboard.c:1174
  internal_catch at C:\emacs\trunk\src/eval.c:964
  command_loop at C:\emacs\trunk\src/keyboard.c:1153
  recursive_edit_1 at C:\emacs\trunk\src/keyboard.c:786
  Frecursive_edit at C:\emacs\trunk\src/keyboard.c:850
  main at C:\emacs\trunk\src/emacs.c:1556
  ?? at crt1.c:0





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-10  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 23:42 bug#13669: 24.3.50; emacs_backtrace.txt - build is unusable, for me Drew Adams
2013-02-10  5:42 ` Eli Zaretskii

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.