On Thu, Feb 17, 2005 at 03:57:23PM +0200, Tuomo Valkonen wrote:
> On Thu, Feb 17, 2005 at 01:24:29PM +0100, Matthieu MOY wrote:
> > $1 = {obj_type = 0x656c6400, obj_watches = 0x0, flags = 1638400}
>
> Except for this flags bit here (the value should be at most 7) the
> backtrace seems superficially ok, and I can't immediately find what
> could be wrong. Although valgrind doesn't return any errors either,
> is there something like valgrind for Solaris (Sparc I presume) you
> could try?
Another thing that could help is trying to access the transient_for
window (on which it crashes) earlier. E.g. adding
if(tfor!=NULL)
fprintf(stderr, "%p %s\n", tfor, OBJ_TYPESTR(tfor));
in clientwin_get_transient_for (ioncore/clientwin.c) after the line
that assigns tfor could be useful
--
Tuomo