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