home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0241.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  5.7 KB  |  90 lines

  1. The abort looks like so:
  2.  
  3. Program generated(1): Memory access exception on address 0x301383b8 (invalid address).
  4. 0x67f4e in oblookup (obarray=269690440, ptr=0x164b4c "window-buffer", size=13) at lread.c:1433
  5.  
  6. It aborts in lread.c at the pointer:
  7.  
  8.     for (tail = bucket; ;)
  9.       {
  10.         struct Lisp_Symbol *next;
  11. =>    if (XSYMBOL (tail)->name->size == size &&
  12.         !memcmp (XSYMBOL (tail)->name->data, ptr, size))
  13.       return tail;
  14.  
  15.  
  16. bucket and tail are invalid pointers at this point, which generate the
  17. invalid memory exception.
  18.  
  19. Here is the backtrace:
  20.  
  21. (gdb) bt
  22. #0  0x67f4e in oblookup (obarray=269690440, ptr=0x164b4c "window-buffer", size=13) at lread.c:1433
  23. #1  0x67c78 in intern (str=0x164b4c "window-buffer") at lread.c:1344
  24. #2  0x672e4 in read_symbol (readcharfun=136526544, firstchar=119 'w', uninterned_symbol=0) at lread.c:980
  25. #3  0x676d8 in read1 (readcharfun=136526544) at lread.c:1145
  26. #4  0x6794c in read_list (flag=1, readcharfun=136526544) at lread.c:1263
  27. #5  0x67810 in read_vector (readcharfun=136526544, vector_type=Lisp_Vector) at lread.c:1221
  28. #6  0x67360 in read1 (readcharfun=136526544) at lread.c:999
  29. #7  0x6794c in read_list (flag=0, readcharfun=136526544) at lread.c:1263
  30. #8  0x67350 in read1 (readcharfun=136526544) at lread.c:996
  31. #9  0x6794c in read_list (flag=0, readcharfun=136526544) at lread.c:1263
  32. #10 0x67350 in read1 (readcharfun=136526544) at lread.c:996
  33. #11 0x66e06 in read0 (readcharfun=136526544) at lread.c:747
  34. #12 0x66984 in readevalloop (readcharfun=136526544, evalfun=0x5d906 <Feval>, printflag=0) at lread.c:577
  35. #13 0x66406 in Fload (str=404997816, missing_ok=806560348, nomessage=806560348, nosuffix=806560348) at lread.c:363
  36. #14 0x5e4d4 in funcall_subr (subr=0x12aad8, args=0x3ffea32) at eval.c:1942
  37. #15 0x5dd4c in Feval (form=538871336) at eval.c:1667
  38. #16 0x5c0fc in Fprogn (args=538871192) at eval.c:486
  39. #17 0x5db64 in Feval (form=538871056) at eval.c:1595
  40. #18 0x5bfc2 in Fif (args=538871048) at eval.c:416
  41. #19 0x5db64 in Feval (form=538871016) at eval.c:1595
  42. #20 0x66992 in readevalloop (readcharfun=136242508, evalfun=0x5d906 <Feval>, printflag=0) at lread.c:580
  43. #21 0x66406 in Fload (str=404997732, missing_ok=806560348, nomessage=806560348, nosuffix=806560348) at lread.c:363
  44. #22 0x5e4d4 in funcall_subr (subr=0x12aad8, args=0x3ffed88) at eval.c:1942
  45. #23 0x5e0e8 in Ffuncall (nargs=4, args=0x3ffed84) at eval.c:1808
  46. #24 0x6ddd4 in Fbyte_code (bytestr=404676472, vector=270459892, maxdepth=5) at bytecode.c:404
  47. #25 0x5e4ae in funcall_subr (subr=0x12aef8, args=0x3ffee62) at eval.c:1940
  48. #26 0x5dd4c in Feval (form=538893272) at eval.c:1667
  49. #27 0x5d0d2 in condition_case_1 (handlers=538893360, bfun=0x5d906 <Feval>, barg=538893272, hfun=0x5d0f2 <run_condition_case_handlers>, harg=806560348) at eval.c:1155
  50. #28 0x5d23c in Fcondition_case_3 (bodyform=538893272, var=806560348, handlers=538893360) at eval.c:1196
  51. #29 0x6e3f8 in Fbyte_code (bytestr=404676460, vector=270459964, maxdepth=3) at bytecode.c:556
  52. #30 0x5e4ae in funcall_subr (subr=0x12aef8, args=0x3fff0a6) at eval.c:1940
  53. #31 0x5dd4c in Feval (form=538893248) at eval.c:1667
  54. #32 0x5c0fc in Fprogn (args=538893216) at eval.c:486
  55. #33 0x5e89e in funcall_lambda (fun=538893344, nargs=1, arg_vector=0x3fff16c) at eval.c:2054
  56. #34 0x5e64a in apply_lambda (fun=538893344, numargs=1, unevalled_args=806560348) at eval.c:1985
  57. #35 0x5de28 in Feval (form=539215100) at eval.c:1689
  58. #36 0x5bfc2 in Fif (args=539215092) at eval.c:416
  59. #37 0x5db64 in Feval (form=539214980) at eval.c:1595
  60. #38 0x66992 in readevalloop (readcharfun=136527840, evalfun=0x5d906 <Feval>, printflag=0) at lread.c:580
  61. #39 0x66406 in Fload (str=404290984, missing_ok=806560368, nomessage=806560368, nosuffix=806560368) at lread.c:363
  62. #40 0x5e4d4 in funcall_subr (subr=0x12aad8, args=0x3fff480) at eval.c:1942
  63. #41 0x5e0e8 in Ffuncall (nargs=4, args=0x3fff47c) at eval.c:1808
  64. #42 0x6ddd4 in Fbyte_code (bytestr=403742884, vector=269525228, maxdepth=5) at bytecode.c:404
  65. #43 0x5e4ae in funcall_subr (subr=0x12aef8, args=0x3fff55a) at eval.c:1940
  66. #44 0x5dd4c in Feval (form=537960596) at eval.c:1667
  67. #45 0x5d0d2 in condition_case_1 (handlers=537960840, bfun=0x5d906 <Feval>, barg=537960596, hfun=0x5d0f2 <run_condition_case_handlers>, harg=806560548) at eval.c:1155
  68. #46 0x5d23c in Fcondition_case_3 (bodyform=537960596, var=806560548, handlers=537960840) at eval.c:1196
  69. #47 0x6e3f8 in Fbyte_code (bytestr=403742828, vector=269525120, maxdepth=3) at bytecode.c:556
  70. #48 0x5e8de in funcall_lambda (fun=940613716, nargs=0, arg_vector=0x3fff7ec) at eval.c:2056
  71. #49 0x5e116 in Ffuncall (nargs=0, args=0x3fff7e8) at eval.c:1811
  72. #50 0x6ddd4 in Fbyte_code (bytestr=403742240, vector=269524580, maxdepth=3) at bytecode.c:404
  73. #51 0x5e8de in funcall_lambda (fun=940613128, nargs=0, arg_vector=0x3fff90c) at eval.c:2056
  74. #52 0x5e116 in Ffuncall (nargs=0, args=0x3fff908) at eval.c:1811
  75. #53 0x6ddd4 in Fbyte_code (bytestr=403741184, vector=269523560, maxdepth=5) at bytecode.c:404
  76. #54 0x5e8de in funcall_lambda (fun=940612072, nargs=0, arg_vector=0x3fff9d4) at eval.c:2056
  77. #55 0x5e64a in apply_lambda (fun=940612072, numargs=0, unevalled_args=806560348) at eval.c:1985
  78. #56 0x5dd76 in Feval (form=538175232) at eval.c:1671
  79. #57 0x337b0 in top_level_2 (dummy=806560348) at keyboard.c:309
  80. #58 0x5d0d2 in condition_case_1 (handlers=806560548, bfun=0x337a0 <top_level_2>, barg=806560348, hfun=0x335ee <cmd_error>, harg=806560348) at eval.c:1155
  81. #59 0x337ee in top_level_1 (dummy=806560348) at keyboard.c:318
  82. #60 0x5ce92 in internal_catch (tag=806560528, func=0x337b8 <top_level_1>, arg=806560348, threw=0x0) at eval.c:1020
  83. #61 0x33718 in command_loop () at keyboard.c:276
  84. #62 0x33504 in recursive_edit_1 () at keyboard.c:193
  85. #63 0x335a0 in Frecursive_edit () at keyboard.c:219
  86. #64 0x3302c in main_1 (argc=1, argv=0x3fffd04, envp=0x3fffd0c) at emacs.c:927
  87. #65 0x3304a in main (argc=1, argv=0x3fffd04, envp=0x3fffd0c) at emacs.c:1015
  88. (gdb) 
  89.  
  90.