home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!uwm.edu!biosci!agate!linus!linus.mitre.org!linus!bcotton
- From: bcotton@sergei.MITRE.org (Bob Cotton)
- Newsgroups: alt.lucid-emacs.bug
- Subject: Re: _vendorShellWidgetClass: mutiply defined?
- Message-ID: <BCOTTON.93Jan25140226@sergei.MITRE.org>
- Date: 25 Jan 93 19:02:26 GMT
- References: <199301251339.AA24955@woody.csd.uu.se> <9301251420.AA05693@maestro.mitre.org>
- Sender: news@linus.mitre.org (News Service)
- Organization: MITRE Corp. McLean Va.
- Lines: 43
- In-Reply-To: bcotton@maestro.mitre.org's message of Mon, 25 Jan 1993 09:20:38 EST
- Nntp-Posting-Host: sergei.mitre.org
-
-
- leamcs is dying in _XmUnitTypeDefault at a macro XmIsManager which is defined to be
-
- #define XmIsManager(w) XtIsSubclass(w, xmManagerWidgetClass)
-
- I recompiled motif with debugging and gdb says the following....
- 0x12cdcc in _XmUnitTypeDefault (widget=0x419c00, offset=177, value=0xf7ffc07c)
- at ResInd.c:1337
- 1337 if (XmIsManager(widget->core.parent))
- (gdb) where
- #0 0x12cdcc in _XmUnitTypeDefault (widget=0x419c00, offset=177,
- value=0xf7ffc07c) at ResInd.c:1337
- #1 0x25a318 in _XtCreateIndirectionTable ()
- #2 0x25a844 in _XtGetResources ()
- #3 0x24ad10 in XtInitializeWidgetClass ()
- #4 0x24b1a8 in _XtCreateWidget ()
- #5 0x24b244 in XtCreateWidget ()
- #6 0x133e08 in create (p=0x3ab400, name=0x39a3c0 "menubar", old_al=0x0,
- old_ac=0, type=1, is_radio=0) at RowColumn.c:3847
- #7 0x1342d0 in XmCreateMenuBar (p=0x3ab400, name=0x39a3c0 "menubar", al=0x0,
- ac=0) at RowColumn.c:4025
- #8 0xd86c4 in make_menubar (instance=0x39f300) at lwlib-Xm.c:1110
- #9 0xd3558 in instanciate_widget_instance (instance=0x39f300) at lwlib.c:677
- #10 0xd225c in allocate_widget_instance (info=0x39d100, parent=0x3ab400,
- pop_up_p=0 '\000') at lwlib.c:225
- #11 0xd36dc in lw_make_widget (id=3794944, parent=0x3ab400, pop_up_p=0 '\000')
- at lwlib.c:716
- #12 0xd3780 in lw_create_widget (type=0x49c60 "menubar",
- name=0x49c60 "menubar", id=3794944, val=0x39d900, parent=0x3ab400,
- pop_up_p=0 '\000',
- pre_activate_cb=0x4a854 <emacs_Xt_make_event_stream+3528>,
- selection_cb=0x4aaf0 <emacs_Xt_make_event_stream+4196>, post_activate_cb=0)
- at lwlib.c:731
- #13 0x4b048 in set_screen_menubar (s=0x39e800, deep_p=0) at menubar.c:523
-
-
- The parent of the "menubar" being created is an athena paned widget..
- widget_class "Paned"..
-
- Can anyone shed some light as to what may be going on here?
- (All this headache just to get tear-off menus...)
-
- Bob Cotton
-