emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Crash(s) in Emacs from CVS - W2K


From: Dhruva Krishnamurthy
Subject: Crash(s) in Emacs from CVS - W2K
Date: Mon, 23 Sep 2002 04:03:31 UT

Hi,
 I am using Emacs on W2K built with the latest CVS source using MINGW32
 tools. I have found a two scenerios which teads to a crash.

Scenerio 1:
when I do a "M-x highlight-compare-with-file" from a buffer containing
a C++ file. The "ediff" window comes up and then the crash.

Bug Recipe:
1. Launch emacs (with --no-init-file)
2. Visit a CPP file (contents of file: "// Dummy file")
3. M-x highlight-compare-with-file & select any file.
4. Crash

(gdb) backtrace
#0  0x01041720 in set_buffer_internal_1 ()
#1  0x0102eff8 in x_consider_frame_title ()
#2  0x0102f1af in prepare_menu_bars ()
#3  0x01031246 in redisplay_internal ()
#4  0x01030bf2 in redisplay ()
#5  0x01007fa5 in read_char ()
#6  0x0100f4a7 in read_key_sequence ()
#7  0x01006a75 in command_loop_1 ()
#8  0x0101b816 in internal_condition_case ()
#9  0x01006509 in command_loop_2 ()
#10 0x0101b3a4 in internal_catch ()
#11 0x01006498 in command_loop ()
#12 0x0100602c in recursive_edit_1 ()
#13 0x0100614c in Frecursive_edit ()
#14 0x0100344f in main ()
#15 0x01001165 in __mingw_CRTStartup ()
#16 0x01001013 in mainCRTStartup ()

Scenerio 2:
 I launch emacs with "emacs -nw --no-init-file" in the W2K command
 shell, I get a crash immediately.

(gdb) backtrace
#0  0x0109a6f5 in w32_face_attributes ()
#1  0x0109a204 in write_glyphs ()
#2  0x01099dff in clear_end_of_line ()
#3  0x0107dda7 in clear_end_of_line ()
#4  0x010722fc in update_frame_line ()
#5  0x01071b48 in update_frame_1 ()
#6  0x0107010f in update_frame ()
#7  0x0102edea in echo_area_display ()
#8  0x0102d466 in message3_nolog ()
#9  0x0102d241 in message3 ()
#10 0x0102d6b8 in message_with_string ()
#11 0x01052112 in Fload ()
#12 0x0101c5d1 in do_autoload ()
#13 0x0101d865 in Ffuncall ()
#14 0x010e4472 in Fbyte_code ()
#15 0x0101dc5c in funcall_lambda ()
#16 0x0101d84d in Ffuncall ()
#17 0x010e4472 in Fbyte_code ()
#18 0x0101dc5c in funcall_lambda ()
#19 0x0101d84d in Ffuncall ()
#20 0x010e4472 in Fbyte_code ()
#21 0x0101dc5c in funcall_lambda ()
#22 0x0101d84d in Ffuncall ()
#23 0x010e4472 in Fbyte_code ()
#24 0x0101dc5c in funcall_lambda ()
#25 0x0101d99a in apply_lambda ()
#26 0x0101cc78 in Feval ()
#27 0x0100652b in top_level_2 ()
#28 0x0101b816 in internal_condition_case ()
#29 0x010065dc in top_level_1 ()
#30 0x0101b3a4 in internal_catch ()
#31 0x0100647a in command_loop ()
#32 0x0100602c in recursive_edit_1 ()
#33 0x0100614c in Frecursive_edit ()
#34 0x0100344f in main ()
#35 0x01001165 in __mingw_CRTStartup ()
#36 0x01001013 in mainCRTStartup ()
(gdb)

 The second scenerio (emacs -nw) was working a week back (approx) as I
 remember having used it. I plan to build with MSVC++ 6.0 and try
 debugging.

with regards,
dhruva

-- 
Dhruva Krishnamurthy
Home: http://www.geocities.com/gnued/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]