FROM : Guillem Palou
DATE : Sat Mar 22 23:23:27 2008
The debugger crashes in a MoviesTask call. The movie is loaded long before
the call, but the QTMovie object is created only a few instants before. All
the other objects look valid.
The only thing is that when setting the movie object, I'm trying to set an
invalid QTMovie object but I don't see the point because I check that the
movie (Movie struct) from which is created the QTMovie object is valid
before all this process.
I'll keep on looking at it to see if I find the error...
Thanks to all,
Guillem
On Sat, Mar 22, 2008 at 9:29 PM, Jens Alfke <<email_removed>> wrote:
>
> On 22 Mar '08, at 12:19 PM, Guillem Palou wrote:
>
> > It crashes when I call the setMovie method of the QTMovieView
> > Object. The
> > code seems to work with movieWithFile instead of
> > movieWithQuicktimeMovie.
>
>
> Use the debugger, then.
>
> How does it crash?
> In the debugger, what's the backtrace?
> What's the value of 'movie' at the time of the call? Does it look valid?
> What's the value of 'clipMovieView' at the time of the call? Does it
> look valid?
> Does "po clipMovieView" print the description of the view, or does it
> fail?
>
> Answering those questions should give you a better idea about what's
> going on.
>
> —Jens
DATE : Sat Mar 22 23:23:27 2008
The debugger crashes in a MoviesTask call. The movie is loaded long before
the call, but the QTMovie object is created only a few instants before. All
the other objects look valid.
The only thing is that when setting the movie object, I'm trying to set an
invalid QTMovie object but I don't see the point because I check that the
movie (Movie struct) from which is created the QTMovie object is valid
before all this process.
I'll keep on looking at it to see if I find the error...
Thanks to all,
Guillem
On Sat, Mar 22, 2008 at 9:29 PM, Jens Alfke <<email_removed>> wrote:
>
> On 22 Mar '08, at 12:19 PM, Guillem Palou wrote:
>
> > It crashes when I call the setMovie method of the QTMovieView
> > Object. The
> > code seems to work with movieWithFile instead of
> > movieWithQuicktimeMovie.
>
>
> Use the debugger, then.
>
> How does it crash?
> In the debugger, what's the backtrace?
> What's the value of 'movie' at the time of the call? Does it look valid?
> What's the value of 'clipMovieView' at the time of the call? Does it
> look valid?
> Does "po clipMovieView" print the description of the view, or does it
> fail?
>
> Answering those questions should give you a better idea about what's
> going on.
>
> —Jens
| Related mails | Author | Date |
|---|---|---|
| Guillem Palou | Mar 22, 20:19 | |
| Jens Alfke | Mar 22, 21:29 | |
| Guillem Palou | Mar 22, 23:23 | |
| Bill Monk | Mar 23, 04:32 | |
| Jens Alfke | Mar 23, 06:38 |






Cocoa mail archive

