Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 08:23:22 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Goran Gajic <ggajic@afrodita.rcub.bg.ac.yu>
Cc:        freebsd-current@www.freebsd.org
Subject:   Re: olvwm crash on amd64
Message-ID:  <20060123212322.GM25397@cirb503493.alcatel.com.au>
In-Reply-To: <Pine.LNX.4.63.0601232131090.12099@afrodita.rcub.bg.ac.yu>
References:  <Pine.LNX.4.63.0601232131090.12099@afrodita.rcub.bg.ac.yu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2006-Jan-23 21:34:47 +0100, Goran Gajic wrote:
>It seems like change to malloc also causes olvwm to crash on amd64
>(7.0-CURRENT):
,,,
>Program received signal SIGSEGV, Segmentation fault.
>MakeOpenButton (dpy=0x802ffc550, scrInfo=0x802fef0e0) at images.c:739
>739         *b = openButton;

You might like to have a look at the current value of 'b' and how it
was initialised.  The most likely problem is that is has been truncated
to an 'int' at some time since is was allocated (possibly due to a
missing function prototype).

-- 
Peter Jeremy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060123212322.GM25397>