home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / lucidem / bug / 352 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  2.7 KB

  1. From: dg@dgupta.hpl.hp.com (Dipankar Gupta)
  2. Date: Fri, 13 Nov 1992 12:10:47 GMT
  3. Subject: Re: VM hangs
  4. Message-ID: <DG.92Nov13121047@dgupta.hpl.hp.com>
  5. Organization: Hewlett-Packard Laboratories, Bristol, UK
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!otter.hpl.hp.com!hpltoad!toad.hpl.hp.com!dg
  7. Newsgroups: alt.lucid-emacs.bug
  8. References: <199211121505.AA10576@lupulus.ssc.gov>
  9. Sender: news@hplb.hpl.hp.com (Usenet News Administrator)
  10. Lines: 51
  11. In-Reply-To: jp@ssc.gov's message of Thu, 12 Nov 1992 09:05:27 -0600
  12. Nntp-Posting-Host: dgupta.hpl.hp.com
  13.  
  14. John Palkovic writes:
  15.  
  16.    I am getting hangs rather frequently with vm. Attaching to the process
  17.    with gdb, it looks like emacs is stuck in an infinite loop in the
  18.    while() at line 393 of extents.c, with the following sequence:
  19.  
  20. [...]
  21.  
  22.    I was in vm summary mode, and I typed 'q'.
  23.  
  24. I have been bitten by this too, and have turned off extents in VM.
  25. Their value to me was rather dubious anyway. I've also had crashes
  26. while:
  27.  
  28. - recursive edits in the minibuffer
  29. - hacking elisp using edebug
  30. - trying to open a new screen
  31.  
  32. I'm afraid I have had crashes with a frequency >1 a day: I don't know
  33. if this is `normal' for lucid-emacs users. A weird (and new) one was
  34. today: I tried to open a new screen, and the screen came out with almost
  35. zero height (ie just menubar and nothing else). When I tried resizing it,
  36. boom. The traceback suggests:
  37.  
  38.  0 fatal_error_signal (long branch stub)
  39.  1 fatal_error_signal + 0x000000b0 (0, 0, 0, 0)
  40.  2 _sigreturn (0x9, 0x1, 0xffffffff, 0)
  41.  3 raise + 0x0000001c (0x40447710, 0x40447b10, 0x909, 0x1)
  42.  4 abort + 0x00000060 (0, 0x1, 0x402ef240, 0x1)
  43.  5 lw_motif_widget_p + 0x00000c84 (0, 0x40097748, 0x1, 0x4009c058)
  44.  6 xm_update_one_widget + 0x00000168 (0x15, 0x1, 0x1, 0x4001b46d)
  45.  7 do_layout + 0x00001c30 (0, 0, 0x4001b490, 0x4001b46d)
  46.  8 do_layout + 0x00001c8c (0x68fade54, 0, 0x4001b490, 0x4001b46d)
  47.  9 lw_modify_all_widgets + 0x00000170 (0x15, 0x1, 0x4001b490, 0x4001b46d)
  48. 10 lw_make_widget + 0x00000064 (0x15, 0x1, 0x4001b490, 0x3ff)
  49. 11 lw_create_widget + 0x0000003c (0x15, 0x1, 0x4001b490, 0x3ff)
  50. 12 set_screen_menubar + 0x000001a8 (0x15, 0x1, 0x4001b490, 0x4001b46d)
  51. 13 update_screen_menubars + 0x000000b4 (0x5d, 0x216, 0x11, 0x2c)
  52. 14 redisplay + 0x00000a18 (0x1802d3fc, 0x40d8804, 0x1, 0x1f7470)
  53. 15 Fnext_event + 0x0000007c (0, 0, 0, 0)
  54. 16 command_loop_1 + 0x00000164 (0x68fada38, 0, 0, 0)
  55. 17 internal_condition_case + 0x000000f4 (0, 0, 0, 0)
  56. 18 command_loop_2 + 0x0000003c (0x68fad8c0, 0x1, 0x4001b490, 0x4001b46d)
  57. 19 internal_catch + 0x000000a0 (0x15, 0x1, 0x4001b490, 0x4001b46d)
  58. 20 command_loop + 0x000000a4 (0, 0, 0, 0x4001b46d)
  59. 21 recursive_edit_1 + 0x00000068 (0x762f756e, 0x69672f69, 0x64672f70, 0x7273392f)
  60.  
  61.  
  62. Cheers,
  63. Dipankar
  64. dg@hplb.hpl.hp.com
  65.