Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> I really do not see what happens there. I particular, there is no
> reason why a crash can happen at this place, it seems. It might be
> that the code does not make sense because of optimization. You could
> try to recompile without optimization and, if it still crashes, you
> will probably have a better idea of the problem.
It doesn't help. However I noticed messages
waiting Event(12,w=0x9000020 s=658) Expose count=0 serial=292
In EventCallback [events.c 34] Unknown window=0x9000020
Ignored Event(12,w=0x9000020 s=658) Expose count=0 serial=292
on the prompt (I don't know if they are on stderr or stdout).
This must be from xforms 0.88 Is this relevent?
> Do you use a recent libXpm?
The header is
#define XpmFormat 3
#define XpmVersion 4
#define XpmRevision 3
#define XpmIncludeVersion 30403
i.e. 3.4c, while the library is 3.4g
Wait a minute. It stop crashing at start-up when I use the
3.4i header and the library. Thanks so much! I will look
into the crash at the exit. (It seems to be related to
path problem.)
Regards,
SMiyata