unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11149: 24.0.94; NS variant crashes on PPC Mac OS X 10.4.11, Tiger
@ 2012-04-01 22:45 Peter Dyballa
  0 siblings, 0 replies; only message in thread
From: Peter Dyballa @ 2012-04-01 22:45 UTC (permalink / raw)
  To: 11149

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Hello!

Very reliably this variant can be built, but it crashes at launch  
time. This can be a local issue with a LucidaSans-Typewriter font.  
Launching the NS variant with -Q makes it stop and report that this  
font can't found, so I started to debug as if launched normally. When  
it crashes a new window opens, showing xfaces.c (Bzr-107490) with an  
arrow in the fringe pointing to line #4841:

	if (! EQ (face->font->props[i], def_face->font->props[i]))

Since the debug output contains binary characters I saved it as raw- 
text to a file, which I am attaching here:


[-- Attachment #2: gud-Emacs.txt --]
[-- Type: text/plain, Size: 25369 bytes --]

Current directory is /Volumes/Mainz/Users/pete/Quellen/Emacs_CVS/emacs-24.0.94/nextstep/Emacs.app/Contents/MacOS/
GNU gdb 6.3.50-20050815 (Apple version gdb-696) (Sat Oct 20 18:20:28 GMT 2007)
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"...
warning: --arch option not supported in this gdb.
Reading symbols for shared libraries ........ done

(gdb) run
Starting program: /Volumes/Mainz/Users/pete/Quellen/Emacs_CVS/emacs-24.0.94/nextstep/Emacs.app/Contents/MacOS/Emacs 
Reading symbols for shared libraries ....................................................................+.....+ done
2012-04-01 20:01:41.196 Emacs[14832] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0x2b03, name = 'org.gnu.Emacs.ServiceProvider'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2012-04-01 20:01:41.221 Emacs[14832] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (org.gnu.Emacs.ServiceProvider)
Reading symbols for shared libraries .. done
Reading symbols for shared libraries .......... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000010
0x00188904 in x_supports_face_attributes_p (f=0x17de8b0, attrs=0xbfff5248, def_face=0x290f1f0) at xfaces.c:4841
(gdb) bt full
#0  0x00188904 in x_supports_face_attributes_p (f=0x17de8b0, attrs=0xbfff5248, def_face=0x290f1f0) at xfaces.c:4841
	face_id = 12
	face = (struct face *) 0x29124e0
	merged_attrs = {4611686018477733432, -9223372036770684784, -9223372036850023312, 4611686018477764784, 100, 4611686018477764784, 4611686018477765208, 4611686018477732912, 4611686018477732912, -9223372036763088168, -9223372036763088072, 4611686018477732912, 4611686018477732912, 4611686018477732912, 4611686018477732912, -6917529027598011696, 4611686018477732912, -9223372036770684640}
	i = 0
	def_attrs = (Lisp_Object *) 0x290f230
#1  0x0018991c in Fdisplay_supports_face_attributes_p (attributes=-4611686018422244904, display=-6917529027616053072) at xfaces.c:5118
	supports = 0
	i = 18
	frame = -6917529027616053072
	f = (struct frame *) 0x17de8b0
	def_face = (struct face *) 0x290f1f0
	attrs = {4611686018477765728, 4611686018477765728, 4611686018477765728, 4611686018477765728, 4611686018477765728, 4611686018477765728, 4611686018477765208, 4611686018477765728 <repeats 11 times>}
#2  0x002d46d0 in Ffuncall (nargs=3, args=0xbfff5520) at eval.c:2999
	fun = -6917529027636394616
	original_fun = 4611686018477767256
	funcar = 184968504711318480
	numargs = 2
	lisp_numargs = -4611686018384321409
	val = -9223372036711710392
	backtrace = {
  next = 0xbfff5ef0, 
  function = 0xbfff5520, 
  args = 0xbfff5528, 
  nargs = 2, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfff5528
	i = -2147483648
#3  0x00375ee4 in exec_byte_code (bytestr=-9223372036849643288, vector=-6917529027635949312, maxdepth=5, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 39
	op = 2
	vectorp = (Lisp_Object *) 0x4e5110
	stack = {
  pc = 0x73bc4f "‚Ñ", 
  byte_string = -9223372036849643288, 
  byte_string_start = 0x73bb86 "\b\031Ɖ\032\033Æ\034Ç\035\tÇ=ƒ\022", 
  constants = -6917529027635949312, 
  next = 0xbfff6330
}
	top = (Lisp_Object *) 0xbfff5520
	result = 4611686018477766048
#4  0x002d5b98 in funcall_lambda (fun=-6917529027635949408, nargs=2, arg_vector=0xbfff6048) at eval.c:3227
	val = -4611686018422269904
	syms_left = 4611686018477732912
	next = 4611686018477785856
	lexenv = 4611686018477732912
	count = 37
	i = 2
	optional = 0
	rest = 0
#5  0x002d4ba8 in Ffuncall (nargs=3, args=0xbfff6040) at eval.c:3045
	fun = -6917529027635949408
	original_fun = 4611686018478022864
	funcar = 614461385990565076
	numargs = 2
	lisp_numargs = -4611686018385339120
	val = 4611686018477732952
	backtrace = {
  next = 0xbfff6a00, 
  function = 0xbfff6040, 
  args = 0xbfff6048, 
  nargs = 2, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0x40000000
	i = 1416832
#6  0x00375ee4 in exec_byte_code (bytestr=-9223372036849642840, vector=-6917529027635948864, maxdepth=4, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 30
	op = 2
	vectorp = (Lisp_Object *) 0x4e52d0
	stack = {
  pc = 0x73bb2f "ƒL", 
  byte_string = -9223372036849642840, 
  byte_string_start = 0x73baeb "\b„\a", 
  constants = -6917529027635948864, 
  next = 0xbfff6e50
}
	top = (Lisp_Object *) 0xbfff6040
	result = 4611686018477732912
#7  0x002d5b98 in funcall_lambda (fun=-6917529027635948960, nargs=2, arg_vector=0xbfff6b58) at eval.c:3227
	val = 4611686018477732912
	syms_left = 4611686018477732912
	next = 4611686018477785856
	lexenv = 4611686018477732912
	count = 28
	i = 2
	optional = 1
	rest = 0
#8  0x002d4ba8 in Ffuncall (nargs=3, args=0xbfff6b50) at eval.c:3045
	fun = -6917529027635948960
	original_fun = 4611686018478023224
	funcar = 84
	numargs = 2
	lisp_numargs = 4294967296
	val = 4611686018477732912
	backtrace = {
  next = 0xbfff7520, 
  function = 0xbfff6b50, 
  args = 0xbfff6b58, 
  nargs = 2, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0x900034e4
	i = -1610612736
#9  0x00375ee4 in exec_byte_code (bytestr=-9223372036849641672, vector=-6917529027635947696, maxdepth=6, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 28
	op = 2
	vectorp = (Lisp_Object *) 0x4e5760
	stack = {
  pc = 0x73b993 "\030Ç\032\bƒ+", 
  byte_string = -9223372036849641672, 
  byte_string_start = 0x73b98f "Æ\b\t\"\030Ç\032\bƒ+", 
  constants = -6917529027635947696, 
  next = 0xbfff7970
}
	top = (Lisp_Object *) 0xbfff6b50
	result = 4611686018477732912
#10 0x002d5b98 in funcall_lambda (fun=-6917529027635947808, nargs=3, arg_vector=0xbfff7678) at eval.c:3227
	val = 4611686018477732912
	syms_left = 4611686018477732912
	next = 4611686018478028344
	lexenv = 4611686018477732912
	count = 25
	i = 3
	optional = 0
	rest = 0
#11 0x002d4ba8 in Ffuncall (nargs=4, args=0xbfff7670) at eval.c:3045
	fun = -6917529027635947808
	original_fun = 4611686018478336208
	funcar = 184964177775602060
	numargs = 3
	lisp_numargs = -8035599672916500496
	val = 4611686018477732912
	backtrace = {
  next = 0xbfff8040, 
  function = 0xbfff7670, 
  args = 0xbfff7678, 
  nargs = 3, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfff7678
	i = 1106247679
#12 0x00375ee4 in exec_byte_code (bytestr=-9223372036849641936, vector=-6917529027635947960, maxdepth=6, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 24
	op = 3
	vectorp = (Lisp_Object *) 0x4e5658
	stack = {
  pc = 0x73b9e7 "ˆÌ\nÍN!‰\033Î\034‰\035ƒH", 
  byte_string = -9223372036849641936, 
  byte_string_start = 0x73b9c4 "Æ\b\t\"ˆ\bÇN†\f", 
  constants = -6917529027635947960, 
  next = 0xbfff8480
}
	top = (Lisp_Object *) 0xbfff7670
	result = 4611686018477732912
#13 0x002d5b98 in funcall_lambda (fun=-6917529027635948040, nargs=2, arg_vector=0xbfff8198) at eval.c:3227
	val = 4611686018477732912
	syms_left = 4611686018477732912
	next = 4611686018477785856
	lexenv = 4611686018477732912
	count = 22
	i = 2
	optional = 0
	rest = 0
#14 0x002d4ba8 in Ffuncall (nargs=3, args=0xbfff8190) at eval.c:3045
	fun = -6917529027635948040
	original_fun = 4611686018478276464
	funcar = 125533581432069320
	numargs = 2
	lisp_numargs = -8022959014528875920
	val = 4611686018477732912
	backtrace = {
  next = 0xbfff8ad0, 
  function = 0xbfff8190, 
  args = 0xbfff8198, 
  nargs = 2, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfff8198
	i = 0
#15 0x00375ee4 in exec_byte_code (bytestr=-9223372036849635832, vector=-6917529027635941840, maxdepth=3, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 22
	op = 2
	vectorp = (Lisp_Object *) 0x4e6e40
	stack = {
  pc = 0x73b223 "ˆ\bÄ=„\024", 
  byte_string = -9223372036849635832, 
  byte_string_start = 0x73b21f "Ã\b\t\"ˆ\bÄ=„\024", 
  constants = -6917529027635941840, 
  next = 0xbfff93d0
}
	top = (Lisp_Object *) 0xbfff8190
	result = 4611686018477732912
#16 0x00374988 in Fbyte_code (bytestr=-9223372036849635832, vector=-6917529027635941840, maxdepth=3) at bytecode.c:423
No locals.
#17 0x002d1590 in eval_sub (form=-4611686018422247960) at eval.c:2350
	numargs = 3
	args_left = 4611686018477732912
	i = 3
	maxargs = 3
	argvals = {-9223372036849635832, -6917529027635941840, 3, -4611813561725864912, -4611686018385337200, 12884901888, -4611814386409780544, 4611686018477764904}
	fun = -6917529027633332952
	val = 4611686018477732912
	original_fun = 4611686018477858392
	original_args = -4611686018422247944
	funcar = 4611686018477732912
	backtrace = {
  next = 0xbfff9aa0, 
  function = 0xbfff8ac0, 
  args = 0xbfff8b08, 
  nargs = 3, 
  debug_on_exit = 0
}
	gcpro1 = {
  next = 0x5031200, 
  var = 0x2, 
  nvars = 50345008
}
	gcpro2 = {
  next = 0x0, 
  var = 0x0, 
  nvars = -1073771712
}
	gcpro3 = {
  next = 0x24ac0, 
  var = 0xbfff8b08, 
  nvars = 3
}
#18 0x002cd088 in internal_lisp_condition_case (var=4611686018477732912, bodyform=-4611686018422247960, handlers=-4611686018422591256) at eval.c:1463
	val = 4611686018477732912
	c = {
  tag = 4611686018477732912, 
  val = 4611686018477732912, 
  next = 0xbfffd670, 
  gcpro = 0x0, 
  jmp = {-1073771360, -1073771288, 0 <repeats 12 times>, 1, -1073749280, -1073749496, 1073741824, 50842912, -1073771360, 2935880, 2936616, 671089192, 50344968, 1073741824, 50344968, -524288, -2113781760, 0, -1073771264, -1073741824, 42050928, 1073741824, 50345008, 1073741824, 50345008, 1073741824, 50345008, 1073741824, 50500584, -1073773120, 50500664, -1, -1, 0, 3, 1073741824, 50500264, -1073770976, 50345008, -1073749280, -1073749496, 1073741824, 50842912, -1073771040, 2970100, -1073770768, 5, 2972600, 50502088, 1073741824, 50377744, 20, 50377784, -1073770896, 104, -1073771712, -1073771680, -1073741824, 42050736, 0, 0, -1073770784, 1, 144104, 25, 0, 0, 0, 20, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, 1092126486, 340813280, 1051056256, 0, 1092126485, -449459508, 0, 0, 1085022207, -1789696, 1067945293, -1979711488, 1073741824, 50345008, 1073741824, 50345008, -1073770368, 5150720, -1073770768, 2964788, -1073770352, 191988, 2968488, -1073770288, 1, -1073770296, -1073770736, 2746256, 0, -1073770280, 2746776, 42049264, -2147483648, 5138720, -2147483648, 5138744, 2, 2, 2, -1073770296, 1073741824, 50345008, 1, 2975672, -1073741824, 42050928, 1091006368, 0, 0, 50504360, -1610612736, 4678840, 1073741824, 50741544, -1610612736, 5108512, -1073770352, -1073770288, -1073770280, 0, -1073770512, -2144676480, -1073770280, 50345008, 0, 0, 0, 600, 1073741824, 2048, 2, 53955520, 1073741824, 2048, -1073741824, 42050160, -1073741824, 42050144, 50345528, 0, -1073770368, 50345008, -1073770512, 3051644, -1073770352, 7, 3052084, 600}, 
  backlist = 0xbfff9aa0, 
  handlerlist = 0xbfffd9a8, 
  lisp_eval_depth = 6, 
  pdlcount = 22, 
  poll_suppress_count = 0, 
  interrupt_input_blocked = 0, 
  byte_stack = 0xbfff93d0
}
	h = {
  handler = -4611686018422591256, 
  var = 4611686018477732912, 
  chosen_clause = 4611686018477732912, 
  tag = 0xbfff8ce8, 
  next = 0xbfffd9a8
}
#19 0x00377cf8 in exec_byte_code (bytestr=-9223372036849636056, vector=-6917529027635942080, maxdepth=6, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:981
	handlers = -4611686018422591256
	body = -4611686018422247960
	count = 19
	op = 143
	vectorp = (Lisp_Object *) 0x4e6d50
	stack = {
  pc = 0x73b250 "ˆ\vA‰\023„\020", 
  byte_string = -9223372036849636056, 
  byte_string_start = 0x73b239 "Æ\b!Ç>\031È ŸÉ\032‰\033ƒ\037", 
  constants = -6917529027635942080, 
  next = 0xbfff9ee0
}
	top = (Lisp_Object *) 0xbfff90d0
	result = 4611686018477732912
#20 0x002d5b98 in funcall_lambda (fun=-6917529027635942176, nargs=2, arg_vector=0xbfff9bf8) at eval.c:3227
	val = 4611686018477732912
	syms_left = 4611686018477732912
	next = 4611686018477979976
	lexenv = 4611686018477732912
	count = 17
	i = 2
	optional = 1
	rest = 0
#21 0x002d4ba8 in Ffuncall (nargs=3, args=0xbfff9bf0) at eval.c:3045
	fun = -6917529027635942176
	original_fun = 4611686018477889392
	funcar = 122675016328
	numargs = 2
	lisp_numargs = 32757239748
	val = 4611686018477732912
	backtrace = {
  next = 0xbfffa5b0, 
  function = 0xbfff9bf0, 
  args = 0xbfff9bf8, 
  nargs = 2, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfff9bf8
	i = 0
#22 0x00375ee4 in exec_byte_code (bytestr=-9223372036849636768, vector=-6917529027635942792, maxdepth=4, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 11
	op = 2
	vectorp = (Lisp_Object *) 0x4e6a88
	stack = {
  pc = 0x73b30e "ˆ\n„W", 
  byte_string = -9223372036849636768, 
  byte_string_start = 0x73b2c3 "Æ\b!\020Ç\b!\031È\bž\032É\033ʉ\034\035\vÊ\036\026‰\036\027ƒ0", 
  constants = -6917529027635942792, 
  next = 0xbfffaa00
}
	top = (Lisp_Object *) 0xbfff9bf0
	result = 800000
#23 0x002d5b98 in funcall_lambda (fun=-6917529027635942888, nargs=1, arg_vector=0xbfffa708) at eval.c:3227
	val = 4611686018477732872
	syms_left = 4611686018477732912
	next = 4611686018477979976
	lexenv = 4611686018477732912
	count = 10
	i = 1
	optional = 1
	rest = 0
#24 0x002d4ba8 in Ffuncall (nargs=2, args=0xbfffa700) at eval.c:3045
	fun = -6917529027635942888
	original_fun = 4611686018478313448
	funcar = 123480286652
	numargs = 1
	lisp_numargs = 104123201394573429
	val = 4611686018477732912
	backtrace = {
  next = 0xbfffb0d0, 
  function = 0xbfffa700, 
  args = 0xbfffa708, 
  nargs = 1, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfffa5d0
	i = -1073764992
#25 0x00375ee4 in exec_byte_code (bytestr=-9223372036849059320, vector=-6917529027635365344, maxdepth=5, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 5
	op = 1
	vectorp = (Lisp_Object *) 0x573a30
	stack = {
  pc = 0x7056c9 "\026\027Ð\016\027!ˆ\016\035É\036\036‰\036\037ƒì", 
  byte_string = -9223372036849059320, 
  byte_string_start = 0x705619 "Æ\bžƒ,", 
  constants = -6917529027635365344, 
  next = 0xbfffb520
}
	top = (Lisp_Object *) 0xbfffa700
	result = -4611686018385357632
#26 0x002d5b98 in funcall_lambda (fun=-6917529027635365432, nargs=1, arg_vector=0xbfffb228) at eval.c:3227
	val = -4611686018385357632
	syms_left = 4611686018477732912
	next = 4611686018477979976
	lexenv = 4611686018477732912
	count = 4
	i = 1
	optional = 1
	rest = 0
#27 0x002d4ba8 in Ffuncall (nargs=2, args=0xbfffb220) at eval.c:3045
	fun = -6917529027635365432
	original_fun = 4611686018478248696
	funcar = 859017730064
	numargs = 1
	lisp_numargs = -8035154662783821968
	val = 4611686018477732912
	backtrace = {
  next = 0xbfffbbf0, 
  function = 0xbfffb220, 
  args = 0xbfffb228, 
  nargs = 1, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfffb0f0
	i = -1879034652
#28 0x00375ee4 in exec_byte_code (bytestr=-9223372036849064168, vector=-6917529027635370192, maxdepth=6, args_template=4611686018477732912, nargs=0, args=0x0) at bytecode.c:785
	count = 4
	op = 1
	vectorp = (Lisp_Object *) 0x572740
	stack = {
  pc = 0x705f54 "‰\026\024\026\025Ï\v!\023Ð\016\024ÑÒ\nÑ\"#ˆÓ\n!ˆÊ‰\022‡", 
  byte_string = -9223372036849064168, 
  byte_string_start = 0x705f23 "\b…K", 
  constants = -6917529027635370192, 
  next = 0xbfffc0a0
}
	top = (Lisp_Object *) 0xbfffb220
	result = 104147118196510660
#29 0x002d5b98 in funcall_lambda (fun=-6917529027635370272, nargs=0, arg_vector=0xbfffbd48) at eval.c:3227
	val = 4611686018477732912
	syms_left = 4611686018477732912
	next = 743392393139091
	lexenv = 4611686018477732912
	count = 4
	i = 0
	optional = 0
	rest = 0
#30 0x002d4ba8 in Ffuncall (nargs=1, args=0xbfffbd40) at eval.c:3045
	fun = -6917529027635370272
	original_fun = 4611686018478363392
	funcar = -9223372036849950104
	numargs = 0
	lisp_numargs = 4611686018477732912
	val = 4611686018477732952
	backtrace = {
  next = 0xbfffc770, 
  function = 0xbfffbd40, 
  args = 0xbfffbd48, 
  nargs = 0, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfffbd50
	i = 4
#31 0x00375ee4 in exec_byte_code (bytestr=-9223372036849601848, vector=-6917529027635907872, maxdepth=18, args_template=0, nargs=0, args=0xbfffc8d0) at bytecode.c:785
	count = 4
	op = 0
	vectorp = (Lisp_Object *) 0x4ef2f0
	stack = {
  pc = 0x7383be "ˆŒ", 
  byte_string = -9223372036849601848, 
  byte_string_start = 0x738112 "Æ \020Ç\021\n\023Ç\024ÈÉ!‰Ç=„0", 
  constants = -6917529027635907872, 
  next = 0xbfffcbd0
}
	top = (Lisp_Object *) 0xbfffbd40
	result = 28
#32 0x002d5570 in funcall_lambda (fun=-6917529027635907952, nargs=0, arg_vector=0xbfffc8d0) at eval.c:3161
	val = 11411143989919745
	syms_left = 0
	next = -4611749515221235268
	lexenv = 104125606626604080
	count = 4
	i = 1073741824
	optional = 5
	rest = 0
#33 0x002d4ba8 in Ffuncall (nargs=1, args=0xbfffc8c8) at eval.c:3045
	fun = -6917529027635907952
	original_fun = 4611686018478362832
	funcar = -9223372036800796088
	numargs = 0
	lisp_numargs = -1
	val = -6917529027616837808
	backtrace = {
  next = 0xbfffd390, 
  function = 0xbfffc8c8, 
  args = 0xbfffc8d0, 
  nargs = 0, 
  debug_on_exit = 0
}
	internal_args = (Lisp_Object *) 0xbfffc790
	i = 2
#34 0x00375ee4 in exec_byte_code (bytestr=-9223372036849606696, vector=-6917529027635912720, maxdepth=8, args_template=0, nargs=0, args=0xbfffd250) at bytecode.c:785
	count = 3
	op = 0
	vectorp = (Lisp_Object *) 0x4ee000
	stack = {
  pc = 0x7390f5 "ˆ)ˆæçè\"ˆéÏê\"‰;ƒ ", 
  byte_string = -9223372036849606696, 
  byte_string_start = 0x73906e "\bƒ\b", 
  constants = -6917529027635912720, 
  next = 0x0
}
	top = (Lisp_Object *) 0xbfffc8c8
	result = -8035062217932012542
#35 0x002d5570 in funcall_lambda (fun=-6917529027635912800, nargs=0, arg_vector=0xbfffd250) at eval.c:3161
	val = -8077833303737957892
	syms_left = 0
	next = 44106281895596464
	lexenv = 3221213736
	count = 3
	i = 1073741824
	optional = 50345008
	rest = 1073741824
#36 0x002d50cc in apply_lambda (fun=-6917529027635912800, args=4611686018477732912) at eval.c:3104
	args_left = 4611686018477732912
	i = 0
	numargs = 0
	arg_vector = (Lisp_Object *) 0xbfffd250
	gcpro1 = {
  next = 0x9bdfca, 
  var = 0xc011b0, 
  nvars = 0
}
	gcpro2 = {
  next = 0xc00040, 
  var = 0x8fe5c568, 
  nvars = -1881079300
}
	gcpro3 = {
  next = 0xbfffd300, 
  var = 0x42000448, 
  nvars = -1881078444
}
	tem = -4611735150437328016
	sa_count = 3
	sa_must_free = 0
#37 0x002d1920 in eval_sub (form=-4611686018394956048) at eval.c:2389
	fun = -6917529027635912800
	val = -4611734603097439366
	original_fun = 4611686018478270208
	original_args = 4611686018477732912
	funcar = 346011227792
	backtrace = {
  next = 0x0, 
  function = 0xbfffd380, 
  args = 0xbfffd250, 
  nargs = 0, 
  debug_on_exit = 0
}
	gcpro1 = {
  next = 0x3003430, 
  var = 0xbfffd3b0, 
  nvars = 2716236
}
	gcpro2 = {
  next = 0xbfffd4c0, 
  var = 0xc3500, 
  nvars = 2718440
}
	gcpro3 = {
  next = 0xbfffbd30, 
  var = 0x140, 
  nvars = 800000
}
#38 0x002d0544 in Feval (form=-4611686018394956048, lexical=4611686018477732912) at eval.c:2198
	count = 2
#39 0x00196ba8 in top_level_2 () at keyboard.c:1168
No locals.
#40 0x002cd2b8 in internal_condition_case (bfun=0x196b58 <top_level_2>, handlers=4611686018477783128, hfun=0x196184 <cmd_error>) at eval.c:1509
	val = -9223372036803914160
	c = {
  tag = 4611686018477732912, 
  val = 4611686018477732912, 
  next = 0xbfffda98, 
  gcpro = 0x0, 
  jmp = {-1073752528, -1073752464, 0 <repeats 12 times>, 1, -1073749280, -1073749496, -1073749504, 4561020, -1073752528, 2937092, 2937336, 570425896, -1610570772, 83886080, -1610562188, -524288, -2113781760, 0, -1073752440, 83975168, 0, 83979904, -1880795504, -1073752128, 12582976, 0, 13, 0, 13, 0, 3452, 0, 0, 0, 0, 0, -1610577556, 0, 13, 0, 0, 0, 16, 83975168, 0, 83979928, -1878846516, -1073752128, 4561020, 0, 6, 0, 6, 0, 3428, 0, 0, 0, 0, 0, 50861576, 0, 7, -1073751920, 13, -1073752128, 2651172, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, 1092126486, 340813280, 1051056256, 0, 1092126485, -449459508, 0, 0, 1085022207, -1789696, 1067945293, -1979711488, 12582976, 10255209, 5040, -1881077508, -1073751856, 0, -2147483648, 51034592, 0, -1073751752, 10243362, 12587440, -1073751808, 12582976, -1880767128, -1881079300, -1073751808, 1140851240, -1881078444, 2784888, -1073751824, 24236288, 2649604, -1879014796, -1073751792, -1073751864, 4096, -1880795504, 0, 12582976, 80, -1881123184, 0, 1, 0, 0, 0, 7758276, -1880767128, 7758276, 12582976, 10243362, 5040, -1881077508, -1073751696, 4561020, -1881077108, 2815128, -1073751616, -1073751768, -1073751760, -1073749496, -1073749504, 4561020, 0, 6, 0, 6, 12587440, 6, -2147483648, 51034592, -2147483648, 2784888, 0, 6, 4096, -1880795504, 0, 12582976, 80, -1881123184, -1073751600, 97, -1881123000, 1627389953, 1073741824, -2147483648}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
	h = {
  handler = 4611686018477783128, 
  var = 4611686018477732912, 
  chosen_clause = -4611718038482329080, 
  tag = 0xbfffd670, 
  next = 0x0
}
#41 0x00196cb0 in top_level_1 (ignore=4611686018477732912) at keyboard.c:1176
No locals.
#42 0x002cc730 in internal_catch (tag=4611686018477779792, func=0x196bcc <top_level_1>, arg=4611686018477732912) at eval.c:1266
	c = {
  tag = 4611686018477779792, 
  val = 4611686018477732912, 
  next = 0x0, 
  gcpro = 0x0, 
  jmp = {-1073751456, 198, 0 <repeats 12 times>, 1, -1073749280, -1073749496, -1073749504, 4561020, -1073751456, 2934272, 2934540, -2113928670, 1667786030, 1718774132, 2049860207, -524288, -2113781760, 0, -1073751376, 2421248, 50345008, 1073741824, 50401104, 8130476, 83979804, 43, 0, 43, 0, 0, 0, 8130476, 3054696, -1, -1, -2147483648, 5023384, -2147483648, 50861672, -1, -1, 43, 0, -1, -1, 43, 83979804, 0, 50638272, -1, -1, 1073741824, 50345008, 0, 0, -1073751104, 2189024, -1073750944, 50345008, 2189564, 43, -1073750944, 50401104, -1073751072, 2651172, -1073750928, 0, 2651308, 0, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, 1092126486, 340813280, 1051056256, 0, 1092126485, -449459508, 0, 0, 1085022207, -1789696, 1067945293, -1979711488, 0, 0, 0, 43, 0, 43, 0, 50428424, 8, 2, 1073741824, 50345008, 0, 1, -1073750848, 2716236, -1073750576, 1, 2718440, -1073749496, -1073749504, 4561020, 7767588, 3622340, -1073750704, 50375176, 3622464, 0, -1073750688, 50345008, 1073741824, 50345008, 7767588, 50375176, 1073741824, 41, 41, 24236288, 50543872, 0, -1073750608, 24236944, 1073741824, 50345008, 50375176, 50345008, -1073750720, 30828, -1073750576, 8, -1073750704, 2714836, -1073750576, 50345008, 2715228, 41, -1073750544, 50345008, 7767588, 41, -1073750592, 7757960, 3, 0, 0, 0, -2147483648, 50543872, -1610600560, 1, 1073741824, 50344968, 1073741824, 50543872, 1073741824, 50345008}, 
  backlist = 0x0, 
  handlerlist = 0x0, 
  lisp_eval_depth = 0, 
  pdlcount = 2, 
  poll_suppress_count = 1, 
  interrupt_input_blocked = 0, 
  byte_stack = 0x0
}
#43 0x00196964 in command_loop () at keyboard.c:1131
	val = -4611723126941203324
#44 0x00195750 in recursive_edit_1 () at keyboard.c:758
	count = 1
	val = 16311392437105128
#45 0x00195a3c in Frecursive_edit () at keyboard.c:822
	count = 0
	buffer = 4611686018477732912
#46 0x001923e4 in main (argc=1, argv=0xbfffe200) at emacs.c:1715
	dummy = -4611720378165755903
	stack_bottom_variable = -96 ' '
	do_initial_setlocale = 1
	skip_args = 0
	rlim = {
  rlim_cur = 8388608, 
  rlim_max = 67108864
}
	no_loadup = 0
	junk = 0x0
	dname_arg = 0x0
	dname_arg2 = "\000\031Là¨ð¿ÿàp‚\000\004\"\000\000\020\000åV\000\000\000\000\000À\000@\000\000\000PàV¿ÿà\000\000\000\001 \000\023¼¿ÿâ\b¿ÿâ\000\000\000\000\000àr¤\000\025h¿ÿఐ®A("
	ch_to_dir = 0x900015c4 "8!"
(gdb) xbacktrace
Undefined command: "xbacktrace".  Try "help".
(gdb) 

[-- Attachment #3: Type: text/plain, Size: 944 bytes --]



Konfiguration was with: ./configure --without-sound --without-dbus -- 
without-pop --without-gconf --without-gpm --without-gsettings -- 
without-gif --without-jpeg --without-png --without-rsvg --without- 
tiff --without-xpm --with-wide-int --with-ns --disable-ns-self- 
contained --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/ 
include --enable-locallisppath=/Library/Application\ Support/Emacs/ 
calendar24:/Library/Application\ Support/Emacs CFLAGS="-g -H -pipe - 
fPIC -fno-common -O0 -mfused-madd -mmultiple -ftree-vectorize - 
mpowerpc-gfxopt -maltivec -faltivec -mabi=altivec -mcpu=7450 - 
mtune=7450" CPPFLAGS="" LDFLAGS="-Wl,-bind_at_load -Wl,-t"  
PKG_CONFIG_PATH=/sw/lib/xft2/lib/pkgconfig:/sw/share/pkgconfig:/sw/ 
lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/ 
lib/pkgconfig

Compiler was Apple's GCC 4.0.1. The crash happens at the same spot.

--
Greetings

   Pete

Remember: use logout to logout.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-01 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-01 22:45 bug#11149: 24.0.94; NS variant crashes on PPC Mac OS X 10.4.11, Tiger Peter Dyballa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).