[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XMakemol-bugs] Segmentation fault on SuSE 10.0 x86_64
From: |
Matt Hodges |
Subject: |
Re: [XMakemol-bugs] Segmentation fault on SuSE 10.0 x86_64 |
Date: |
Tue, 24 Oct 2006 08:25:18 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
>>>>> Stefan Gerlach writes:
> I compiled xmakemol 5.15 on SuSE 10.0 x86_64 but can not start it.
> It always has a Segmentation fault.
[...]
> any ideas?
Hi Stefan,
Thanks for the detailed bug report.
My guess is that there is a font-related problem. In xmakemol.c,
there is a fallback resource specified: "xmakemol*fontList: fixed".
Do other Xt/Motif applications work with a "-fn fixed" argument? You
can override this in ~/.Xdefaults by adding something like:
xmakemol*fontList: variable
or a font that you know does work; then update with `xrdb
~/.Xdefaults'. Does this make any difference?
Thanks,
Matt