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