home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 502 < prev    next >
Encoding:
Text File  |  1993-01-25  |  3.1 KB  |  106 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Mon, 25 Jan 1993 09:20:52 EST
  2. Return-Path: <bcotton@maestro.mitre.org>
  3. Date: Mon, 25 Jan 1993 09:20:38 EST
  4. From: bcotton@maestro.mitre.org (Bob Cotton)
  5. Message-ID: <9301251420.AA05693@maestro.mitre.org>
  6. Subject: Re: _vendorShellWidgetClass: mutiply defined?
  7. References: <199301251339.AA24955@woody.csd.uu.se>
  8. Newsgroups: alt.lucid-emacs.bug
  9. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  10. Sender: bug-lucid-emacs-request@lucid.com
  11. Lines: 93
  12.  
  13. Henrik B}kman  CSD writes:
  14.  > 
  15.  > I have the same problem. If you get a solution please send
  16.  > me it thank you.
  17.  > 
  18.  > -- 
  19.  > ----------------------------------------------------------------------
  20.  > Henrik Bakman           Adress: Box 311          Tel: +46 18 181044
  21.  > System Manager                  751 05 UPPSALA   Fax: +46 18 521270
  22.  > Computing Science Dep.          SWEDEN           Email: hb@csd.uu.se
  23.  > Uppsala University
  24.  
  25. Solved half the problem..
  26.  
  27. I got rid of  _vendorShellWidgetClass: mutiply defined by
  28. gcc -static (instead if -dynamic).. emacs linked and dumped...
  29.  
  30. But when I run it I get:
  31.  
  32. GDB 4.4, Copyright 1991 Free Software Foundation, Inc...
  33. (gdb) run
  34. Starting program: /tmp_mnt/home/bcotton/bcotton/lemacs-19.4/src/xemacs
  35.  
  36. Program received signal 11, Segmentation fault
  37. 0x122050 in _XmGetNavigability ()
  38. (gdb) tb
  39. Breakpoint 1 at 0x122050
  40. (gdb) where
  41. #0  0x122050 in _XmGetNavigability ()
  42. #1  0x1235e8 in _XmNewTravGraph ()
  43. #2  0x1237d8 in _XmNewTravGraph ()
  44. #3  0x1233f8 in _XmNewTravGraph ()
  45. #4  0x122fe4 in _XmTraverse ()
  46. #5  0x120240 in _XmMgrTraversal ()
  47. #6  0x121450 in XmProcessTraversal ()
  48. #7  0x8f1f8 in xm_set_keyboard_focus ()
  49. #8  0x8cb18 in lw_set_keyboard_focus ()
  50. #9  0x227b4 in x_focus_screen ()
  51. #10 0x6354 in select_screen ()
  52. #11 0x23c3c in Fx_create_screen ()
  53. #12 0x61d08 in Ffuncall ()
  54. #13 0x7869c in Fbyte_code ()
  55. #14 0x62240 in Ffuncall ()
  56. #15 0x61df0 in Ffuncall ()
  57. #16 0x7869c in Fbyte_code ()
  58. #17 0x62240 in Ffuncall ()
  59. #18 0x61df0 in Ffuncall ()
  60. #19 0x7869c in Fbyte_code ()
  61. #20 0x62240 in Ffuncall ()
  62. #21 0x61df0 in Ffuncall ()
  63. #22 0x61c30 in Ffuncall ()
  64. #23 0x61920 in call1 ()
  65. #24 0x66d64 in Fnconc ()
  66. #25 0x66ed0 in Fmapcar ()
  67. #26 0x61d08 in Ffuncall ()
  68. #27 0x7869c in Fbyte_code ()
  69. #28 0x62240 in Ffuncall ()
  70. #29 0x61df0 in Ffuncall ()
  71. #30 0x7869c in Fbyte_code ()
  72. #31 0x613c4 in Feval ()
  73. #32 0x60628 in condition_case_1 ()
  74. #33 0x60794 in Fcondition_case_3 ()
  75. #34 0x78a4c in Fbyte_code ()
  76. #35 0x62240 in Ffuncall ()
  77. #36 0x61df0 in Ffuncall ()
  78. ---Type <return> to continue---
  79. #37 0x7869c in Fbyte_code ()
  80. #38 0x613c4 in Feval ()
  81. #39 0x60628 in condition_case_1 ()
  82. #40 0x60794 in Fcondition_case_3 ()
  83. #41 0x78a4c in Fbyte_code ()
  84. #42 0x62240 in Ffuncall ()
  85. #43 0x61df0 in Ffuncall ()
  86. #44 0x7869c in Fbyte_code ()
  87. #45 0x62240 in Ffuncall ()
  88. #46 0x61fc4 in Ffuncall ()
  89. #47 0x61464 in Feval ()
  90. #48 0x353a0 in command_loop_2 ()
  91. #49 0x60628 in condition_case_1 ()
  92. #50 0x35410 in command_loop_2 ()
  93. #51 0x603f4 in internal_catch ()
  94. #52 0x35300 in Frecursive_edit ()
  95. #53 0x34e8c in Fnoninteractive ()
  96. #54 0x34f6c in Frecursive_edit ()
  97. #55 0x34830 in main ()
  98.  
  99.  
  100. Anyone else have this problem?
  101.  
  102. Again... gcc 2.3.3 Motif 1.2.1 Sun4 4.1.2
  103.  
  104. Thanks
  105. Bob
  106.