emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem report #32


From: Stuart D. Herring
Subject: Re: Problem report #32
Date: Mon, 10 Apr 2006 12:45:13 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

> At conditional (1): "selected_frame & 7 == 4" taking true path
> At conditional (2): "((0), (selected_frame & -8))->size & 1073742848 ==
> 1073742848" taking true path
> At conditional (3): "(((0), (selected_frame & -8))->output_data).nothing
> != 0" taking true path
> At conditional (4): "f == ((selected_frame & 7 == 4 && ((0),
> (selected_frame & -8))->size & 1073742848 == 1073742848 && (((0),
> (selected_frame & -8))->output_data).nothing != 0) ? (0), (selected_frame
> & -8) : ((abort), (0)))" taking true path
>
> 5750                      if (f == SELECTED_FRAME ())
>
> Event dereference: Dereferencing NULL value "f"
> Also see events: [returned_null][var_assigned]

(I'm not an expert, but I think this is obvious:)
f can't be NULL here: SELECTED_FRAME() (which eventually decays to
selected_frame & -8) is not going to be 0 (right?), so if f compares equal
to it it's a real pointer.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]