emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Carbon Emacs on OS X 10.4 - still broken


From: David Reitter
Subject: Carbon Emacs on OS X 10.4 - still broken
Date: Mon, 2 May 2005 16:42:11 +0100

At least when compiled on a 10.3 machine, the Emacs binary crashes on startup when run on a 10.4 system. Of course this is a recent checkout, so the MK_TIME compatibility patch has been applied. config.log says to "#define BROKEN_MKTIME 1". But I have the impression that this is relevant only to build on 10.4, not to run it.

The stack trace is below, coming from a 10.4 Emacs user.

I'm trying now to compile on Tiger to link against potentially new libraries. High hopes...

----


[henrik@ Emacs.app]$ gdb ./Contents/MacOS/bin/emacs-22.0.50
GNU gdb 6.1-20040303 (Apple version gdb-384) (Mon Mar 21 00:05:26 GMT 2005)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared libraries ..... done

(gdb) run
Starting program: /Users/henrik/Desktop/Emacs.app/Contents/MacOS/bin/emacs-22.0.50 Reading symbols for shared libraries .....................................................................+ done Warning: arch-dependent data dir (/usr/local/libexec/emacs/22.0.50/powerpc-apple-darwin7.9.0/) does not exist. Warning: arch-independent data dir (/usr/local/share/emacs/22.0.50/etc/) does not exist.
Reading symbols for shared libraries . done

Program received signal SIGABRT, Aborted.
0x9004a10c in kill ()
(gdb) where
#0  0x9004a10c in kill ()
#1  0x90120934 in abort ()
#2 0x000c17fc in analyse_first (p=0x813882 "&", pend=0x81389f "Ð", fastmap=0x28a3f4 "", multibyte=1) at regex.c:4032
#3  0x000c1870 in re_compile_fastmap (bufp=0x28a3d4) at regex.c:4075
#4 0x000c1a50 in re_search_2 (bufp=0x28a3d4, str1=0x0, size1=0, str2=0x39a1ff8 "/Users/henrik/Desktop/Emacs.app/", size2=32, startpos=0, range=32, regs=0x2bf164, stop=32) at regex.c:4224 #5 0x000c1918 in re_search (bufp=0x0, string=0x0, size=17, startpos=37, range=0, regs=0x9002280c) at regex.c:4129 #6 0x000b7050 in string_match_1 (regexp=58839347, string=59341491, start=2649768, posix=0) at search.c:408
#7  0x000e32d8 in Ffuncall (nargs=0, args=0x8) at eval.c:2793
#8 0x001103e4 in Fbyte_code (bytestr=58761969, vector=2, maxdepth=-1073748560) at bytecode.c:686 #9 0x000e38f4 in funcall_lambda (fun=1751380, nargs=1, arg_vector=0xbfffe7e4) at eval.c:2975
#10 0x000e340c in Ffuncall (nargs=0, args=0xbfffe7e0) at eval.c:2843
#11 0x001103e4 in Fbyte_code (bytestr=58807433, vector=1, maxdepth=-1073748000) at bytecode.c:686 #12 0x000e38f4 in funcall_lambda (fun=2382716, nargs=0, arg_vector=0xbfffe980) at eval.c:2975 #13 0x000e35b0 in apply_lambda (fun=2382716, args=2669092, eval_flag=1) at eval.c:2897
#14 0x000e2744 in Feval (form=2382716) at eval.c:2190
#15 0x000e1124 in internal_condition_case (bfun=0x78878 <top_level_2>, handlers=58766473, hfun=0x78430 <cmd_error>) at eval.c:1385
#16 0x000788e8 in top_level_1 () at keyboard.c:1340
#17 0x000e0b3c in internal_catch (tag=0, func=0x78894 <top_level_1>, arg=58721281) at eval.c:1144
#18 0x0007879c in command_loop () at keyboard.c:1297
#19 0x00078198 in recursive_edit_1 () at keyboard.c:995
#20 0x00078330 in Frecursive_edit () at keyboard.c:1056
#21 0x00076e30 in main (argc=0, argv=0xbffff67c) at emacs.c:1769
(gdb) up 2
#2 0x000c17fc in analyse_first (p=0x813882 "&", pend=0x81389f "Ð", fastmap=0x28a3f4 "", multibyte=1) at regex.c:4032
4032    regex.c: No such file or directory.
        in regex.c
(gdb) p p
$1 = (const unsigned char *) 0x813882 "&"
(gdb)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]