[Bug 162] New: Eclipse gets into infinite loop in java.lang.VMObject.wait on startup

[email protected] Sun, 11 Dec 2005 09:53:37 -0500
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=162

           Summary: Eclipse gets into infinite loop in
                    java.lang.VMObject.wait on startup
           Product: SableVM
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: default
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


eclipse hangs on startup, when run with:

eclipse -debug -devel -consolelog -vm /usr/local/bin/java-sablevm

After waiting some time, sending repeated SIGQUITs results in the following
stack trace every time:

--- stack trace dump (begin) ---
Thread ID: 1, Posix ID: -1428155712
(VMObject.java:-1)  java/lang/VMObject.wait  n
(Object.java:434)  java/lang/Object.wait
(Semaphore.java:33)  org/eclipse/core/runtime/internal/adaptor/Semaphore.acquire
(EclipseStarter.java:1121) 
org/eclipse/core/runtime/adaptor/EclipseStarter.setStartLevel
(EclipseStarter.java:291)  org/eclipse/core/runtime/adaptor/EclipseStarter.startup
(EclipseStarter.java:159)  org/eclipse/core/runtime/adaptor/EclipseStarter.run
(internal frame)
(Method.java:-1)  java/lang/reflect/Method.invokeNative  n
(Method.java:616)  java/lang/reflect/Method.invoke
(Main.java:334)  org/eclipse/core/launcher/Main.invokeFramework
(Main.java:278)  org/eclipse/core/launcher/Main.basicRun
(Main.java:973)  org/eclipse/core/launcher/Main.run
(Main.java:948)  org/eclipse/core/launcher/Main.main
(internal frame)
(VirtualMachine.java:-1)  java/lang/VirtualMachine.invokeMain  n
(VirtualMachine.java:108)  java/lang/VirtualMachine.main
(internal frame)
--- stack trace dump (end) ---

This is with sablevm-sdk-1.13-pre1, specifically:

SableVM version trunk+4699
- compile date and time: 2005-12-07 18:18:57 UTC
- gcc version: 4.0.2 20051125 (Red Hat 4.0.2-8)
- 'real life brokenness' features enabled
- debugging checks enabled
- copying garbage collection
- bidirectional object layout
- switch threaded interpreter

and configured with --with-internal-libpopt --enable-debugging-features, on
x86_64 with SMP disabled.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.