gnustep-dev
[Top][All Lists]
Advanced

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

Re: GWorkspace file operation pause/stop problems


From: Riccardo Mottola
Subject: Re: GWorkspace file operation pause/stop problems
Date: Tue, 29 Jul 2014 00:07:46 +0200
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1

Hi,

Wolfgang Lux wrote:
Did you check the value of executor? Is it a valid object at all or does the 
thread perhaps crash inside the NSLog?
I can't trap an exception and I hoped to print out something useful. How would you know if it is valid?

I can't "p executor" inside gdb.


(gdb) p executor
No symbol "executor" in current context.

I tried this:

(gdb) p self->executor
$1 = 0x283429a0
(gdb) po self->executor
FileOpInfo

which doesn't make sense, it should be a FileOpExecutor or am I misinterpreting something?

R



reply via email to

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