Re: [Sawfish] periodic segfault

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


On Wed, Feb 22, 2012 at 9:54 PM, Trevor Cordes <trevor@xxxxxxxxxxxxx> wrote:
>
> Also, I'm not a good C programmer, but by chance does
> if (!WINDOW_IS_GONE_P (w) && fp->id != 0)
> expand to:
> #1  if (!w->id == 0 && fp->id != 0)
> or:
> #2  if (!(w->id == 0) && fp->id != 0)
> ??

#2.

if w = fp->w, I suspect fp->id is valid.

so it is probably that w is an invalid address.


--dmg


-- 
--dmg

---
Daniel M. German
http://turingmachine.org

--
--
Sawfish ML


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/