Tim Ellison wrote:
Gregory Shimansky wrote:
Tim Ellison wrote:
Andrew Zhang wrote:
On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Is that something we need to add to a technical FAQ?
yeah, I think it would be really helpful!
There is a (short) technical FAQ in this page:
https://svn.
Gregory Shimansky wrote:
> Tim Ellison wrote:
>> Andrew Zhang wrote:
>>> On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Is that something we need to add to a technical FAQ?
>>>
>>> yeah, I think it would be really helpful!
>>
>> There is a (short) technical FAQ in this page:
>> https://
Tim Ellison wrote:
Andrew Zhang wrote:
On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Is that something we need to add to a technical FAQ?
yeah, I think it would be really helpful!
There is a (short) technical FAQ in this page:
https://svn.apache.org/repos/asf/harmony/standard/site/x
Andrew Zhang wrote:
> On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>> Is that something we need to add to a technical FAQ?
>
>
> yeah, I think it would be really helpful!
There is a (short) technical FAQ in this page:
https://svn.apache.org/repos/asf/harmony/standard/site/xdocs/faq.xml
On 10/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
>
>
> Andrew Zhang wrote:
> > On 10/11/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
> >> Andrew Zhang wrote:
>
> >>> Here are some more details:
> >>>
> >>> NPE stack trace:
> >>>
> >>> Thread [main] (Suspended)
> >>> NullPointerExcepti
Andrew Zhang wrote:
> On 10/11/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
>> Andrew Zhang wrote:
>>> Here are some more details:
>>>
>>> NPE stack trace:
>>>
>>> Thread [main] (Suspended)
>>> NullPointerException.() line: 34
>>> AbstractInterruptibleChannel.() line: 57 [local varia
On 10/11/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
>
> Andrew Zhang wrote:
> > On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
> >> Gregory Shimansky wrote:
> >>> Andrew Zhang wrote:
> Hi all,
>
> I meet a problem when debugging java application with M3. It throws
> NPE
>
Andrew Zhang wrote:
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Gregory Shimansky wrote:
Andrew Zhang wrote:
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> Andrew Zhang wrote:
> > It has nothing to do with System.out.println. I changed that statement
> to
> > "++i", the problem still exists. It seems Harmony(at least, nio
> part) is
> > not successfully initialized. The first time of pressing F5
Andrew Zhang wrote:
> It has nothing to do with System.out.println. I changed that statement to
> "++i", the problem still exists. It seems Harmony(at least, nio part) is
> not successfully initialized. The first time of pressing F5 triggers the
> problem.
Understood, I'm just telling you what I
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> Gregory Shimansky wrote:
> > Andrew Zhang wrote:
> >> On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> >>
> >> Here are some more details:
> >>
> >> NPE stack trace:
> >>
> >> Thread [main] (Suspended)
> >> NullPointerException.()
Hi Gregory,
The stack trace is not shown in the console, but debugger is terminated
abnormally.
It looks like the following code in AbstractInterruptibleChannel causes the
problem:
static initialization:
static {
try {
setInterruptAction = AccessController
Gregory Shimansky wrote:
> Andrew Zhang wrote:
>> On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>>
>> Here are some more details:
>>
>> NPE stack trace:
>>
>> Thread [main] (Suspended)
>> NullPointerException.() line: 34
>> AbstractInterruptibleChannel.() line: 57 [local variables
>>
Andrew Zhang wrote:
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Gregory Shimansky wrote:
Andrew Zhang wrote:
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
>
> Gregory Shimansky wrote:
> > Andrew Zhang wrote:
> >> Hi all,
> >>
> >> I meet a problem when debugging java application with M3. It throws NPE
> >> immediately after pressing F5/F6. Here's simple test:
> >>
> >> public static void main(String
Gregory Shimansky wrote:
> Andrew Zhang wrote:
>> Hi all,
>>
>> I meet a problem when debugging java application with M3. It throws NPE
>> immediately after pressing F5/F6. Here's simple test:
>>
>> public static void main(String[] args) {
>> int count = 100;
>> for(int i = 0; i < c
Andrew Zhang wrote:
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
int count = 100;
for(int i = 0; i < count; ++i) {
System.out.println(i);
Hi all,
I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:
public static void main(String[] args) {
int count = 100;
for(int i = 0; i < count; ++i) {
System.out.println(i); // put a breakpoint h
18 matches
Mail list logo