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
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev