[comp.windows.x] Problem with xman

jrr@lanl.gov (John R. Red-horse) (03/03/91)

I just completed the compilation of the R4 core distribution on
a Sun 4/60 running SunOS 4.0.3c.  Already I've encountered a problem:
when I fire up an xman process and attempt to get the window to display
a particular man section (any one will do), the dang thing aborts with
a segmentation violation.  A dbx session follows:

suntan342: dbx /usr/bin/X11/xman
Reading symbolic information...
Read 177 symbols
warning: main routine not compiled with the -g option
(dbx) run
Running: /usr/bin/X11/xman
signal SEGV (segmentation violation) in XDrawString at 0xf76c99dc
0xf76c99dc:     ld      [%i2 + 16], %o0
(dbx) where
XDrawString() at 0xf76c99dc
PaintItemName() at 0xf7777510
PaintItemName() at 0xf77775c0
XtWindowToWidget() at 0xf77091d4
_XtOnGrabList() at 0xf7709b00
XtDispatchEvent() at 0xf7709cac
XtAppMainLoop() at 0xf7709fe4
main() at 0x6210
(dbx)

Any suggestions would be most welcome.

Cheers,