Re: [Sawfish] periodic segfault |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] periodic segfault
- From: dmg <dmg@xxxxxxx>
- Date: Thu, 23 Feb 2012 16:54:22 -0800
- Authentication-results: mr.google.com; spf=pass (google.com: domain of dmgerman@xxxxxxxxx designates 10.180.92.73 as permitted sender) smtp.mail=dmgerman@xxxxxxxxx; dkim=pass header.i=dmgerman@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=YGfYseW6r7hJ9/Yy7CE4r4t64mb6v5+dOVVLz+n62do=; b=UT0u1wb2uuxlheRf8ImBb9Cro92wkj1omaupFxPAgNqQNN0LpG9IAy2cB5B/ZwRnnf 93/ETc8wIw/Pc1pEKoM2tJD9o8RqRWUd3F16J/J3m1ienwdO8tTOt4nHFfqtq2esfQAL yhNMn07poe07uXLNgm5q9uMm25vc6nFmBpQHE=
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