olvwm crash on amd64

Peter Jeremy PeterJeremy at optushome.com.au
Mon Jan 23 13:23:31 PST 2006


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


More information about the freebsd-current mailing list