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 JeremyReceived on Mon Jan 23 2006 - 20:23:31 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:51 UTC