From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ashley Sanders Newsgroups: gmane.emacs.help Subject: Mac OSX Fatal error (6).Abort trap Date: Thu, 09 Jan 2003 11:52:53 +0000 Organization: Sirius Cybernetics Corporation Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1042114079 24756 80.91.224.249 (9 Jan 2003 12:07:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2003 12:07:59 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WbTY-0006Qt-00 for ; Thu, 09 Jan 2003 13:07:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WbHm-0003hS-02 for gnu-help-gnu-emacs@m.gmane.org; Thu, 09 Jan 2003 06:55:46 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!zen.net.uk!130.88.203.18.MISMATCH!peernews.mcc.ac.uk!news.mcc.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 69 Original-NNTP-Posting-Host: pc54.wlan.mcc.ac.uk Original-X-Trace: godfrey.mcc.ac.uk 1042113202 4349 192.150.184.54 (9 Jan 2003 11:53:22 GMT) Original-X-Complaints-To: usenet@godfrey.mcc.ac.uk Original-NNTP-Posting-Date: 9 Jan 2003 11:53:22 GMT User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:108765 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5294 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5294 Have just compiled and installed emacs 21 for Mac OSX according to the instructions at: http://members.shaw.ca/akochoi-emacs/ I'm running MaC OSX 10.2.1 When I run emacs from the command line I get: Fatal error (6).Abort trap Running emacs under gdb gives the following backtrace: Program received signal SIGABRT, Aborted. 0x9001bc0c in kill () (gdb) bt #0 0x9001bc0c in kill () #1 0x9005d5cc in abort () #2 0x0012c41c in NewMacWindow (fp=0x105a0c0) at macterm.c:13203 #3 0x0012c49c in make_mac_frame (f=0x105a0c0) at macterm.c:13231 #4 0x0013216c in Fx_create_frame (parms=1349071004) at macfns.c:4030 #5 0x000cbb60 in Ffuncall (nargs=0, args=0xbfffe748) at eval.c:2740 #6 0x000fba20 in Fbyte_code (bytestr=275454532, vector=1, maxdepth=-1073748152) at bytecode.c:709 #7 0x000cc204 in funcall_lambda (fun=1075433048, nargs=1, arg_vector=0xbfffe964) at eval.c:2927 #8 0x000cbcc8 in Ffuncall (nargs=0, args=0xbfffe960) at eval.c:2797 #9 0x000fba20 in Fbyte_code (bytestr=275454532, vector=1, maxdepth=-1073747616) at bytecode.c:709 #10 0x000cc204 in funcall_lambda (fun=1075743864, nargs=1, arg_vector=0xbfffeb74) at eval.c:2927 #11 0x000cbcc8 in Ffuncall (nargs=0, args=0xbfffeb70) at eval.c:2797 #12 0x000fba20 in Fbyte_code (bytestr=276279636, vector=1, maxdepth=-1073747088) at bytecode.c:709 #13 0x000cc204 in funcall_lambda (fun=1075740308, nargs=0, arg_vector=0xbfffed84) at eval.c:2927 #14 0x000cbcc8 in Ffuncall (nargs=0, args=0xbfffed80) at eval.c:2797 #15 0x000fba20 in Fbyte_code (bytestr=275172516, vector=0, maxdepth=-1073746560) at bytecode.c:709 #16 0x000cc204 in funcall_lambda (fun=1075871536, nargs=0, arg_vector=0xbfffefa4) at eval.c:2927 #17 0x000cbcc8 in Ffuncall (nargs=0, args=0xbfffefa0) at eval.c:2797 #18 0x000fba20 in Fbyte_code (bytestr=275035812, vector=0, maxdepth=-1073746016) at bytecode.c:709 #19 0x000cc204 in funcall_lambda (fun=1075866752, nargs=0, arg_vector=0xbffff130) at eval.c:2927 #20 0x000cbecc in apply_lambda (fun=830688, args=2367344, eval_flag=1) at eval.c:2849 #21 0x000cace0 in Feval (form=1349835268) at eval.c:2153 #22 0x000c9488 in internal_condition_case (bfun=0x638d0 , handlers=274992316, hfun=0x63474 ) at eval.c:1351 #23 0x00063940 in top_level_1 () at keyboard.c:1291 #24 0x000c8ef8 in internal_catch (tag=0, func=0x638ec , arg=274945748) at eval.c:1112 #25 0x000637ec in command_loop () at keyboard.c:1252 #26 0x00063210 in recursive_edit_1 () at keyboard.c:969 #27 0x00063398 in Frecursive_edit () at keyboard.c:1025 #28 0x00061e6c in main (argc=0, argv=0xbffffe08) at emacs.c:1659 #29 0x000038a8 in _start (argc=50, argv=0x0, envp=0x23c2d4) at /SourceCache/Csu/Csu-45/crt.c:267 #30 0x00003728 in start () Any suggestions on how this might be fixed will be gladly received. Many thanks, Ashley.