tetex 3.0 on Cygwin
"D. J. Henman" <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
I was wondering if anyone else has had this problem.
It looks like a problem in cygXt-6!_XtCreateWidget (), but this
might be the side effect of some settings or configuration. Does anyone have
any ideas?
Thanks
--------------- Situation -------------------
System Environment: CYGWIN_NT-5.1 1.5.18(0.132/4/2) 2005-07-02
tetex package: tetex-src-3.0
This contains:
xdvik version 22.84.9
I started the x-window environment and proceeded as follows:
startx &
[then move to the xterm window that gets created.]
[In this xterm window, I tested xclock, xcalc, and xpdf. These all worked fine.]
xdvi test_file.dvi
[this crashes with the following message:]
zsh: segmentation fault (core dumped) xdvi test_file.dvi
[Then doing a backtrace using gbd, I get the following:]
(gdb) bt then gives me the below:
----------------
Program received signal SIGSEGV, Segmentation fault.
0x00909469 in cygXt-6!_XtCreateWidget () from /usr/X11R6/bin/cygXt-6.dll
(gdb) bt
#0 0x00909469 in cygXt-6!_XtCreateWidget () from /usr/X11R6/bin/cygXt-6.dll
#1 0x00933b23 in cygXt-6!_XtUnmergeTranslations ()
from /usr/X11R6/bin/cygXt-6.dll
#2 0x00933c57 in cygXt-6!XtVaCreateManagedWidget ()
from /usr/X11R6/bin/cygXt-6.dll
#3 0x0044b4bf in xm_create_menu (parent=0x10178468, title=0x10178768 "File",
mnemonic=70, item=0x10178700) at xm_menu.c:284
#4 0x00451fa2 in create_menu_buttons (parent=0x10177570, menu_bar=0x4db40c)
at menu.c:376
#5 0x0043c920 in run_dvi_file (
filename=0x4cec48 "test_file.dvi", data=0x4ced58)
at xdvi.c:3679
#6 0x0043edfd in _fu49__XtStrings () at xdvi.c:4328
(gdb)
---- end ----