----- Original Message -----
From: Nic Ferrier <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 10:54 AM
Subject: Threads
> Is anyone else having problems with Thread display?
>
> The thread-display func is bombing for me with:
> Wrong Type: listp, 73
Using jdk1.3 RC2 on NT under NTEmacs 20.6.1 and jde-2.1.6beta22
I have a multi-threaded application set up with a static main() entry point,
which constructs an instance that implements Runnable. The constructor
creates a bunch of threads, the run() method starts them.
I find if I set a break point in the constructor after thread creation, I
get the same error. (Single line in Messages, Wrong Type: listp, 73).
If I set a breakpoint in run() after the threads have been started,
everything is fine when I reach that breakpoint and try to look at the
threads.
Martin