Bug 5787 - launching with j9 fails
Summary: launching with j9 fails
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-12 09:21 EST by Martin Aeschlimann CLA
Modified: 2001-11-12 10:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2001-11-12 09:21:49 EST
drop 11107 with j9 plugin, eclipsetools plugin (1.5)

J9 - VM for the Java(TM) platform, Version 1.5
Target: 20010928 (Windows 2000 5.0 build 2195 Service Pack 2 x86)

- starting eclipse with the eclipse launcher on J9 fails with the following 
output:
<VM waiting for proxy on port=14207>
<proxy connected from MAESCHLIMANN0>
Unhandled exception
Type=GPF vmState=0xffffffff
ExceptionCode=0xc0000005 ExceptionAddress=0x11b1717e ContextFlags=0x0001003f
Handler1=0x10f014b0 Handler2=0x10024de0
Module=D:\devel\ive\bin\j9max15.dll
Module_base_address=0x11b00000
Offset_in_DLL=0x0001717e
EDI=0x00000000 ESI=0x001bf6bc EAX=0x00000000
EBX=0x001bf6e8 ECX=0x02465978 EDX=0x00141964
EBP=0x0013fa80 ESP=0x001de938 EIP=0x11b1717e

Thread: main (priority 5) (LOCATION OF ERROR)
 ffffffec java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)
Ljava/lang/Object;
 0044 org/eclipse/core/internal/boot/InternalBootLoader.getRunnable
(Ljava/lang/String;)Lorg/eclipse/core/boot/IPlatformRunnable;
 0030 org/eclipse/core/internal/boot/InternalBootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
 0004 org/eclipse/core/boot/BootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
 002f SlimLauncher.main([Ljava/lang/String;)V

Thread: Gc Thread (priority 5) (daemon)
Thread: Debug response server (priority 10) (daemon)
Thread: Finalizer thread (priority 5) (daemon)

- this worked with 11101
- this works with j9 0619!
- does not work on j9 0829

Is there a way to see the unhandled exception?
Comment 1 Darin Wright CLA 2001-11-12 09:29:02 EST
Works for me using newest J9

J9 - VM for the Java(TM) platform, Version 1.5
(c) Copyright IBM Corp. 1991, 2001  All Rights Reserved
Target: 20011012 (Windows 2000 5.0 build 2195 Service Pack 1 x86)
Comment 2 Martin Aeschlimann CLA 2001-11-12 10:49:53 EST
validated, works