home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / bug / 1602 next >
Encoding:
Text File  |  1993-01-05  |  2.2 KB  |  56 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!wstar.mixcom.COM!jpf
  3. From: jpf@wstar.mixcom.COM (John P. Flanagan)
  4. Subject: abort() in get_display_line - core dump!
  5. Message-ID: <9301041631.aa13991@mixcom.mixcom.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 4 Jan 1993 21:39:33 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 43
  12.  
  13. VERSION:     18.58.1.1
  14. MACHINE:    HP-UX wstar A.08.07 A 9000/710 2000283986.
  15.  
  16. PROBLEM:
  17.  
  18. Emacs crashes (core dumps) after making the following call to abort() from
  19. within the function get_display_line() as located in the file dispnew.c; all
  20. I can offer at the moment is the following traceback ($c) from an invocation
  21. of adb /usr/local/bin/emacs core:
  22.  
  23.     _raise() from _abort+60
  24.     _abort() from get_display_line+44
  25.     get_display_line() from display_echo_area_contents+6C
  26.     display_echo_area_contents() from message1+0xC8
  27.     message1() from Fgarbage_collect+44
  28.     Fgarbage_collect() from Ffuncall+0xA0
  29.     Ffuncall() from call0+24
  30.     call0() from updatesfk+2F0
  31.     updatesfk() from update_softkeys_if_necessary+2C
  32.     update_softkeys_if_necessary() from redisplay_all_windows+30
  33.     redisplay_all_windows() from redisplay+44C
  34.     redisplay() from read_command_char+10C
  35.     read_command_char() from read_key_sequence+0xB0
  36.     read_key_sequence() from command_loop_1+218
  37.     command_loop_1() from internal_condition_case+120
  38.     internal_condition_case() from command_loop_2+54
  39.     command_loop_2() from internal_catch+0xC0
  40.     internal_catch() from command_loop+0xC4
  41.     command_loop() from recursive_edit_1+68
  42.     recursive_edit_1() from Frecursive_edit+0xA8
  43.     Frecursive_edit() from main+560
  44.     main() from _start+68
  45.     _start() from $START$+70
  46.  
  47. Thus far the exact pattern of key-strokes that trigger this core dump
  48. are unknown to me.  Please let me know what else I can do to narrow down
  49. the cause and/or solve the problem.  -jpf.
  50. --
  51.    __________________________________________________________________________
  52.    WaveStar Technology           WaveStar Common Lisp        John P. Flanagan
  53.    W344 N6855 Bayberry Court     ANSI-12.24, X3J13/92          (414) 367-5014
  54.    Oconomowoc, WI  53066         HPUX-800/700/400/300    jpf@wstar.mixcom.com
  55.  
  56.