home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 533 < prev    next >
Encoding:
Text File  |  1993-01-27  |  3.0 KB  |  65 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Wed, 27 Jan 1993 18:06:18 EST
  2. Message-ID: <9301261654.AA01775@sapir.cog.jhu.edu>
  3. Subject: memory error on shutdown (lemacs-19.4)
  4. Date: Tue, 26 Jan 1993 11:54:14 -0500
  5. From: anderson@sapir.cog.jhu.edu
  6. Newsgroups: alt.lucid-emacs.bug
  7. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  8. Sender: bug-lucid-emacs-request@lucid.com
  9. Lines: 54
  10.  
  11.  
  12. I'm using lemacs-19.4 (Lucid widgets) on a NeXT (OS3.0, co-Xist 3.0).
  13. I have a few NeXT-specific problems, but one that may be more general
  14. is the following: when I kill lemacs, I get a memory error. Of course,
  15. at that point I don't care a lot....but it's kind of graceless,
  16. nonetheless. Perhaps someone can figure out what's going on from the
  17. gdb output below.
  18.  
  19. --Steve Anderson
  20.  
  21. sapir:~
  22. zsh [5]% gdb lemacs
  23. Reading symbol data from lemacs...done.
  24. Reading symbol data from /usr/shlib/libsys_s.B.shlib...done.
  25. (gdb) run
  26. Starting program: /usr/local/bin/lemacs 
  27. emacs-19.4.1-Luci: privileges disabled because of outstanding IPC access to task
  28. memory allocation error: attempt to free or realloc space not in heap
  29. bad zone
  30.  
  31. Program received signal 6, IOT trap
  32. 0x5007914 in kill ()
  33. (gdb) bt
  34. #0  0x5007914 in kill ()
  35. #1  0x5 in ?? ()
  36. #2  0x50535b4 in abort ()
  37. #3  0x50571c4 in DefaultMallocError ()
  38. #4  0x50092d8 in free ()
  39. #5  0xc2948 in LINEAR_RGB_FreeSCCData ()
  40. #6  0xc081e in _XcmsFreeDefaultCCCs ()
  41. #7  0xb5462 in _XFreeDisplayStructure ()
  42. #8  0xad03e in XCloseDisplay ()
  43. #9  0x23e86 in Fx_close_current_connection () at xfns.c:2097
  44. #10 0x2fc88 in Fkill_emacs (arg=68364896) at emacs.c:1089
  45. #11 0x57d26 in Ffuncall (nargs=1, args=0x3fff24c) at eval.c:1904
  46. #12 0x6abda in Fbyte_code (bytestr=202413164, vector=269522132, maxdepth=5) at bytecode.c:425
  47. #13 0x5834a in funcall_lambda (fun=403739708, nargs=1, arg_vector=0x3fff3a8) at eval.c:2076
  48. #14 0x57e26 in Ffuncall (nargs=2, args=0x3fff3a4) at eval.c:1943
  49. #15 0x54cd0 in Fcall_interactively (function=68498196, record_flag=68364896) at callint.c:626
  50. #16 0x57d3c in Ffuncall (nargs=2, args=0x3fff4dc) at eval.c:1907
  51. #17 0x5790c in call1 (fn=68384432, arg=68498196) at eval.c:1698
  52. #18 0x188ba in dispatch_command_event_internal (event=0x206c08, leaf=68364896) at event-stream.c:1619
  53. #19 0x1898a in dispatch_menu_event (e=0x206c08) at event-stream.c:1671
  54. #20 0x1780e in dispatch_event_internal (event=1746955272, execute_p=1) at event-stream.c:1004
  55. #21 0x18b3a in Fdispatch_event (event=1746955272) at event-stream.c:1745
  56. #22 0x30724 in command_loop_1 (dummy=68364896) at keyboard.c:509
  57. #23 0x56618 in condition_case_1 (handlers=68365116, bfun=0x305a8 <command_loop_1>, barg=68364896, hfun=0x300cc <cmd_error>, harg=68364896) at eval.c:1017
  58. #24 0x3043e in command_loop_2 (dummy=68364896) at keyboard.c:377
  59. #25 0x563f2 in internal_catch (tag=68365096, func=0x30414 <command_loop_2>, arg=68364896) at eval.c:887
  60. #26 0x303f4 in command_loop () at keyboard.c:356
  61. #27 0x2ffda in recursive_edit_1 () at keyboard.c:216
  62. #28 0x3007c in Frecursive_edit () at keyboard.c:242
  63. #29 0x2fbac in main (argc=1, argv=0x3fff7a4, envp=0x3fff7ac) at emacs.c:963
  64. (gdb) 
  65.