emacs-devel
[Top][All Lists]
Advanced

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

Crash in Emacs 21.3.50 (-nw option)


From: Dhruva Krishnamurthy
Subject: Crash in Emacs 21.3.50 (-nw option)
Date: Tue, 15 Oct 2002 04:56:36 UT

Hi,
 I am using Emacs 21.3.50 from CVS on W2K using MinGW32 2.0 (gcc 3.2).
When I run emacs in console mode (emacs -no-init-file -nw), emacs crashes
at the following location. 
For face_id=92400, at line #516, a call to FACE_FROM_ID (f, face_id),
returns 0x0. For some reason, xassert(face!=NULL) is failing to catch
this.

with best regards,
dhruva

--- GDB stack trace ----
#0  w32_face_attributes (f=0x1655800, face_id=92400) at w32console.c:522
#1  0x010a2669 in write_glyphs (string=0x128b940, len=722) at
w32console.c:325
#2  0x010a2241 in clear_end_of_line (end=979) at w32console.c:167
#3  0x0108466c in clear_end_of_line (first_unused_hpos=1000) at
term.c:759
#4  0x010784bf in update_frame_line (f=0x1655800, vpos=999) at
dispnew.c:5446
#5  0x01077eb5 in update_frame_1 (f=0x1655800, force_p=1, inhibit_id_p=1)
    at dispnew.c:5088
#6  0x01075ede in update_frame (f=0x1655800, force_p=1,
inhibit_hairy_id_p=1)
    at dispnew.c:3835
#7  0x0103a7cf in echo_area_display (update_frame_p=1) at xdisp.c:7186
#8  0x01038cb2 in message3_nolog (m=872191556, nbytes=21, multibyte=0)
    at xdisp.c:6058
#9  0x01038aa7 in message3 (m=872191556, nbytes=21, multibyte=0)
    at xdisp.c:5999
#10 0x01038f48 in message_with_string (m=0x10558f5 "Loading %s...",
    string=829187444, log=1) at xdisp.c:6144
#11 0x01056054 in Fload (file=829187444, noerror=291798020,
    nomessage=291798020, nosuffix=291798020, must_suffix=291798068)
    at lread.c:877
#12 0x0101da67 in do_autoload (fundef=1366220900, funname=292252676)
    at eval.c:1937
#13 0x0101eaee in Ffuncall (nargs=2, args=0x82f7c0) at eval.c:2793
#14 0x010f1a43 in Fbyte_code (bytestr=823615052, vector=1092050560,
maxdepth=2) at bytecode.c:709
#15 0x0101f08d in funcall_lambda (fun=1092050468, nargs=1,
arg_vector=0x82f8e4) at eval.c:2920
#16 0x0101eb2e in Ffuncall (nargs=2, args=0x82f8e0) at eval.c:2790
#17 0x010f1a43 in Fbyte_code (bytestr=823945212, vector=1092380904,
maxdepth=6) at bytecode.c:709
#18 0x0101f08d in funcall_lambda (fun=1092380620, nargs=1,
arg_vector=0x82fa14) at eval.c:2920
#19 0x0101eb2e in Ffuncall (nargs=2, args=0x82fa10) at eval.c:2790
#20 0x010f1a43 in Fbyte_code (bytestr=824179136, vector=1092615852,
maxdepth=6) at bytecode.c:709
#21 0x0101f08d in funcall_lambda (fun=1092614568, nargs=0,
arg_vector=0x82fb44) at eval.c:2920
#22 0x0101eb2e in Ffuncall (nargs=1, args=0x82fb40) at eval.c:2790
#23 0x010f1a43 in Fbyte_code (bytestr=824174464, vector=1092610072,
maxdepth=6) at bytecode.c:709
#24 0x0101f08d in funcall_lambda (fun=1092609896, nargs=0,
arg_vector=0x82fbfc) at eval.c:2920
#25 0x0101ef4c in apply_lambda (fun=1092609896, args=291798020,
eval_flag=1) at eval.c:2842
#26 0x0101dd46 in Feval (form=1367497364) at eval.c:2150
#27 0x01006913 in top_level_2 () at keyboard.c:1282
#28 0x0101cbed in internal_condition_case (bfun=0x1006900 <top_level_2>,
    handlers=291920380, hfun=0x10065c0 <cmd_error>) at eval.c:1348
#29 0x010069c0 in top_level_1 () at keyboard.c:1290
#30 0x0101c739 in internal_catch (tag=291872684, func=0x1006990
<top_level_1>,
    arg=291798020) at eval.c:1108
#31 0x01006879 in command_loop () at keyboard.c:1251
#32 0x0100636f in recursive_edit_1 () at keyboard.c:968
#33 0x01006499 in Frecursive_edit () at keyboard.c:1024
#34 0x01003017 in main (argc=3, argv=0x9f4cf8, envp=0x9f3418) at
emacs.c:1641
#35 0x01001165 in __mingw_CRTStartup ()
#36 0x01001013 in mainCRTStartup ()
#37 0x77e97d08 in _libuser32_a_iname ()

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




reply via email to

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