I'm running leopard on a macbook.

Firstly, i downloaded Emacs_NS-9.0rc3.dmg. But I'm unable to run
it. Double click on Emacs.app icon, nothing happens.

Then, i downloaded emacs-23.0.0_NS-9.0rc3.tar.bz2. At first, "./compile"
failed, then I changed line 62 to:

,----
| export MACOSX_DEPLOYMENT_TARGET_i386=10.5
`----

It installed successfully. But it still can't be run. gdb backtrace:

---------------------------------8<-------------------------------------
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x90bf583e
nsfont_make_fontset_for_font (name=25277851, font_object=33454426) at 
nsfont.m:76
76            name[i] = '_';
(gdb) bt
#0  nsfont_make_fontset_for_font (name=25277851, font_object=33454426) at 
nsfont.m:76
#1  0x001b7531 in new_fontset_from_font (font_object=33454426) at fontset.c:1929
#2  0x000191d2 in x_set_font (f=0x89f8e0, arg=25270507, oldval=25165833) at 
frame.c:3400
#3  0x000197aa in x_set_frame_parameters (f=0x89f8e0, alist=4707621) at 
frame.c:3023
#4  0x0001a20c in x_default_parameter (f=0x89f8e0, alist=13, prop=25319945, 
deflt=25270507, xprop=0xd <Address 0xd out of bounds>, xclass=0xd <Address 0xd 
out of bounds>, type=13) at frame.c:4066
#5  0x001a32cf in Fns_create_frame (parms=4710869) at nsfns.m:1244
#6  0x00136b49 in Ffuncall (nargs=2, args=0xbfffe6a4) at eval.c:3037
#7  0x0016cbaa in Fbyte_code (bytestr=2210083, vector=2210100, maxdepth=4) at 
bytecode.c:679
#8  0x001363c4 in funcall_lambda (fun=2210036, nargs=1, arg_vector=0xbfffe824) 
at eval.c:3222
#9  0x001368bb in Ffuncall (nargs=2, args=0xbfffe820) at eval.c:3088
#10 0x0016cbaa in Fbyte_code (bytestr=2470147, vector=2470164, maxdepth=6) at 
bytecode.c:679
#11 0x001363c4 in funcall_lambda (fun=2470100, nargs=1, arg_vector=0xbfffe9b4) 
at eval.c:3222
#12 0x001368bb in Ffuncall (nargs=2, args=0xbfffe9b0) at eval.c:3088
#13 0x0016cbaa in Fbyte_code (bytestr=2467107, vector=2467124, maxdepth=6) at 
bytecode.c:679
#14 0x001363c4 in funcall_lambda (fun=2467076, nargs=0, arg_vector=0xbfffeb44) 
at eval.c:3222
#15 0x001368bb in Ffuncall (nargs=1, args=0xbfffeb40) at eval.c:3088
#16 0x0016cbaa in Fbyte_code (bytestr=2237867, vector=2237884, maxdepth=7) at 
bytecode.c:679
#17 0x001363c4 in funcall_lambda (fun=2237844, nargs=0, arg_vector=0xbfffecd4) 
at eval.c:3222
#18 0x001368bb in Ffuncall (nargs=1, args=0xbfffecd0) at eval.c:3088
#19 0x0016cbaa in Fbyte_code (bytestr=2234547, vector=2234564, maxdepth=6) at 
bytecode.c:679
#20 0x001363c4 in funcall_lambda (fun=2234524, nargs=0, arg_vector=0xbfffedf0) 
at eval.c:3222
#21 0x001396f9 in apply_lambda (fun=2234524, args=25165833, eval_flag=1) at 
eval.c:3142
#22 0x001392a2 in Feval (form=4797405) at eval.c:2421
#23 0x000b0fbd in top_level_2 () at keyboard.c:1410
#24 0x00134edd in internal_condition_case (bfun=0xb0fa0 <top_level_2>, 
handlers=25206353, hfun=0xb7ca0 <cmd_error>) at eval.c:1497
#25 0x000b1013 in top_level_1 () at keyboard.c:1418
#26 0x00134dbc in internal_catch (tag=13, func=0xb0fd0 <top_level_1>, 
arg=25165833) at eval.c:1233
#27 0x000b7f74 in recursive_edit_1 () at keyboard.c:1373
#28 0x000b8144 in Frecursive_edit () at keyboard.c:1051
#29 0x000aff5b in main (argc=1, argv=0xbffff250) at emacs.c:1862
Current language:  auto; currently objective-c
(gdb)
---------------------------------8<-------------------------------------

--
William

http://williamxu.net9.org

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to