|
From: <no...@so...> - 2001-01-03 12:56:23
|
Bug #127400, was updated on 2001-Jan-03 04:56
Here is a current snapshot of the bug.
Project: jEdit
Category: plugins
Status: Open
Resolution: None
Bug Group: normal bug
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: CodeAid: cdbbuild refuses to execute
Details: When trying to execute cdbbuild a number of differing errors
occur, perhaps due to the same underlying problem.
My OS is RH Linux 6.0 and i have tried two different versions if the jdk,
Blackdowns 1.2.2 and Suns 1.2.
Before any questions arise, i will state that jEdit itself runs just fine
on the blackdown jdk, as well a a number of other java applications.
On Sun jdk 1.2, the following happens:
me@mymachine> /usr/local/java/jdk1.2/bin/java -classpath
../../jedit.jar:../CodeAid.jar:$CLASSPATH codeaid.tools.CDBBuilder -s
src.jar -o java.cdb
Exception in thread "main" java.lang.NoClassDefFoundError:
org/gjt/sp/util/Log
at codeaid.tools.SourceReader.process(Compiled Code)
at codeaid.tools.ClassInfoReader.processZip(Compiled Code)
at codeaid.tools.ClassInfoReader.run(Compiled Code)
at codeaid.tools.CDBBuilder.run(Compiled Code)
at codeaid.tools.CDBBuilder.main(Compiled Code)
On the Blackdown 1.2.2:
me@mymachine> /usr/local/java/jdk1.2.2/bin/java -classpath
../../jedit.jar:../CodeAid.jar:$CLASSPATH codeaid.tools.CDBBuilder -s
src.jar -o java.cdb
method unknown (eip = 24048900)
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Success
si_code [0]: SI_USER [pid: 0, uid: 0]
stackpointer=0xbfffe820
Full thread dump Classic VM (1.2.2-RC2-K, green threads):
"Finalizer" (TID:0x40e97320, sys_thread_t:0x8108468, state:CW) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled
Code)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled
Code)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
"Reference Handler" (TID:0x40e973b0, sys_thread_t:0x8103718, state:CW)
prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
"Signal dispatcher" (TID:0x40e973e0, sys_thread_t:0x8101860, state:CW)
prio=5
"main" (TID:0x40e971e0, sys_thread_t:0x804c7e0, state:R) prio=5:
pending=java.lang.NoClassDefFoundError
at codeaid.tools.ClassInfoReader.run(ClassInfoReader.java:78)
at codeaid.tools.CDBBuilder.run(CDBBuilder.java:182)
at codeaid.tools.CDBBuilder.main(CDBBuilder.java:76)
Monitor Cache Dump:
java.lang.ref.Reference$Lock@40E973C0/40ECC8A8: <unowned>
Waiting to be notified:
"Reference Handler" (0x8103718)
java.lang.ref.ReferenceQueue$Lock@40E97338/40ECCD78: <unowned>
Waiting to be notified:
"Finalizer" (0x8108468)
Registered Monitor Dump:
Invoker change lock: <unowned>
utf8 hash table: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class linking lock: <unowned>
System class loader lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Monitor cache lock: owner "main" (0x804c7e0) 1 entry
Dynamic loading lock: <unowned>
Monitor IO lock: <unowned>
User signal monitor: <unowned>
Waiting to be notified:
"Signal dispatcher" (0x8101860)
Child death monitor: <unowned>
I/O monitor: <unowned>
Alarm monitor: <unowned>
Waiting to be notified:
<unknown thread> (0x8057c48)
Thread queue lock: owner "main" (0x804c7e0) 1 entry
Monitor registry: owner "main" (0x804c7e0) 1 entry
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=127400&group_id=588
|