Closed
Bug 439991
Opened 17 years ago
Closed 12 years ago
crash if use jss and firefox3
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wilfrid_t, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9) Gecko/2008052906 Firefox/3.0
try {
byte[] der = cert.getEncoded();
CertificateFactory cf = CertificateFactory.getInstance("X.509");
x509cert = (X509Certificate) cf.generateCertificate(new ByteArrayInputStream(der));
} catch (CertificateException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}
Reproducible: Always
Steps to Reproduce:
1. org.mozilla.jss.crypto.X509Certificate convert to java.security.cert.X509Certificate
2.use in applet
3.
Actual Results:
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x60007d88, pid=884, tid=3724
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode)
# Problematic frame:
# C [mozcrt19.dll+0x7d88]
#
# An error report file with more information is saved as hs_err_pid884.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
what java plugin are you using? (full version please)
Component: Security → Java: OJI
Product: Firefox → Core
QA Contact: firefox → java.oji
Version: unspecified → Trunk
You can find the java runtime from IBM here: http://www.ibm.com/developerworks/java/jdk/
I use jdk1.6.0_03.but with jre1.6.0_02 and jre1.6.0_03 identical.
Comment 6•17 years ago
|
||
I all:
I have problems with a core-dump caused by using jss4 (latest release 4.2.5) in an applet in firefox 3.0.
The applet shows a dialog containing all certificates with private key (enabling user to sign). First time it is showed nss/jss ask for internal key storage token password (applet registers a callback to ask the user similar firefox does), when password is entered then firefox crash with this core-dump (jss version is 4.2.5 but nss version is 3.12 (firefox3), CryptoManager.JAR_NSS_VERSION = "NSS_VERSION = NSS_3_11_7_RTM", so maybe this is the problem):
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c911095, pid=1236, tid=4040
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x1095]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0f54f400): JavaThread "Thread-11" daemon [_thread_in_native, id=4040]
siginfo: ExceptionCode=0xc0000005, writing address 0x0049004d
Registers:
EAX=0xffffffff, EBX=0x00200000, ECX=0x00000000, EDX=0x00490049
ESP=0x0ff3f108, EBP=0x002ce098, ESI=0x000000ce, EDI=0x00490049
EIP=0x7c911095, EFLAGS=0x00010212
Top of Stack: (sp=0x0ff3f108)
0x0ff3f108: 40000100 60006d51 00490049 002ce098
0x0ff3f118: 0ff3f15c 60007d90 002ce098 014c1800
0x0ff3f128: 00000000 6034f639 002ce098 002ce098
0x0ff3f138: 00000000 0000000b 002ce098 0000000b
0x0ff3f148: 002ce098 bcce1168 014c1800 00000001
0x0ff3f158: 00000001 0ff3f198 60350582 014c1800
0x0ff3f168: 00000001 00000000 00000000 0ff3f200
0x0ff3f178: 0f54f4e8 00000011 18c7e198 00000528
Instructions: (pc=0x7c911095)
0x7c911085: 00 00 00 ff 72 14 b8 ff ff ff ff b9 00 00 00 00
0x7c911095: f0 0f b1 4a 04 75 1c 83 c4 04 64 8b 0d 18 00 00
Stack: [0x0fe40000,0x0ff40000), sp=0x0ff3f108, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x1095]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.mozilla.jss.CryptoManager.findPrivKeyByCertNative(Lorg/mozilla/jss/crypto/X509Certificate;)Lorg/mozilla/jss/crypto/PrivateKey;+0
j org.mozilla.jss.CryptoManager.findPrivKeyByCert(Lorg/mozilla/jss/crypto/X509Certificate;)Lorg/mozilla/jss/crypto/PrivateKey;+34
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j com.fi2net.wb.xrubrica.security.p.a(Ljava/lang/Object;Lcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/CertificateListener;Z)V+142
j com.fi2net.wb.xrubrica.security.p.a(Lcom/fi2net/wb/xrubrica/security/p;Ljava/lang/Object;Lcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/CertificateListener;Z)V+6
j com.fi2net.wb.xrubrica.security.u.run()Ljava/lang/Object;+45
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
j com.fi2net.wb.xrubrica.security.p.getCertificates(Lcom/fi2net/wb/xrubrica/security/PasswordCallback;ZLcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/CertificateListener;Lcom/fi2net/wb/xrubrica/security/Profile;)V+397
j com.fi2net.wb.xrubrica.security.p.getCertificates(Lcom/fi2net/wb/xrubrica/security/PasswordCallback;ZLcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/CertificateListener;)V+7
j com.fi2net.wb.xrubrica.security.WinRubricHandlerImpl.engineGetFirefoxCertificates(Lcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/PasswordCallback;Lcom/fi2net/wb/xrubrica/security/CertificateListener;)V+22
j com.fi2net.wb.xrubrica.security.RubricHandler.getFirefoxCertificates(Lcom/fi2net/wb/xrubrica/security/ContainerStoreCriteria;Lcom/fi2net/wb/xrubrica/security/PasswordCallback;Lcom/fi2net/wb/xrubrica/security/CertificateListener;)V+44
j com.fi2net.wb.xrubrica.security.swing.de.run()V+175
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x0f54f400 JavaThread "Thread-11" daemon [_thread_in_native, id=4040]
0x0f54c800 JavaThread "Timer-0" daemon [_thread_blocked, id=3148]
0x0f5a2000 JavaThread "Thread-8" [_thread_in_native, id=1944]
0x0e621c00 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=2636]
0x182af400 JavaThread "TimerQueue" daemon [_thread_blocked, id=140]
0x0f4b8400 JavaThread "thread applet-es.muface.seigam.mutualista.swing.MutualistaApplet" [_thread_blocked, id=2672]
0x0e623000 JavaThread "TimerQueue" daemon [_thread_blocked, id=1776]
0x0e621400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=796]
0x0e601400 JavaThread "ConsoleWriterThread" daemon [_thread_blocked, id=260]
0x0e5c7c00 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=1444]
0x0e5b4000 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=3504]
0x0e5a4400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=2972]
0x0e592c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1356]
0x0e592000 JavaThread "AWT-Shutdown" [_thread_blocked, id=816]
0x0e597c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3204]
0x0dcc7400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3780]
0x0dcc2800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2120]
0x0dcc1400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2916]
0x0dcc0800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1804]
0x0dcaf800 JavaThread "Finalizer" daemon [_thread_blocked, id=2000]
0x0dc79800 JavaThread "Reference Handler" daemon [_thread_blocked, id=468]
0x038c9800 JavaThread "main" [_thread_in_native, id=3108]
Other Threads:
0x0dc76400 VMThread [id=2668]
0x0dcd2000 WatcherThread [id=2196]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 576K [0x05b90000, 0x05c90000, 0x06070000)
eden space 896K, 63% used [0x05b90000, 0x05c1db70, 0x05c70000)
from space 64K, 15% used [0x05c70000, 0x05c727e0, 0x05c80000)
to space 64K, 0% used [0x05c80000, 0x05c80000, 0x05c90000)
tenured generation total 7160K, used 5794K [0x06070000, 0x0676e000, 0x09b90000)
the space 7160K, 80% used [0x06070000, 0x06618aa0, 0x06618c00, 0x0676e000)
compacting perm gen total 15360K, used 15328K [0x09b90000, 0x0aa90000, 0x0db90000)
the space 15360K, 99% used [0x09b90000, 0x0aa88358, 0x0aa88400, 0x0aa90000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x0044d000 D:\MozillaFirefox3.0\firefox.exe
0x7c910000 - 0x7c9c6000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c902000 C:\WINDOWS\system32\kernel32.dll
0x60490000 - 0x60dea000 D:\MozillaFirefox3.0\xul.dll
0x60210000 - 0x60277000 D:\MozillaFirefox3.0\sqlite3.dll
0x60000000 - 0x600ae000 D:\MozillaFirefox3.0\MOZCRT19.dll
0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll
0x60100000 - 0x601ad000 D:\MozillaFirefox3.0\js3250.dll
0x600b0000 - 0x600e0000 D:\MozillaFirefox3.0\nspr4.dll
0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee2000 C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
0x71a50000 - 0x71a5a000 C:\WINDOWS\system32\WSOCK32.dll
0x71a30000 - 0x71a47000 C:\WINDOWS\system32\WS2_32.dll
0x71a20000 - 0x71a28000 C:\WINDOWS\system32\WS2HELP.dll
0x76b00000 - 0x76b2e000 C:\WINDOWS\system32\WINMM.dll
0x7e390000 - 0x7e420000 C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f37000 C:\WINDOWS\system32\GDI32.dll
0x60430000 - 0x60448000 D:\MozillaFirefox3.0\smime3.dll
0x60340000 - 0x603ea000 D:\MozillaFirefox3.0\nss3.dll
0x603f0000 - 0x60404000 D:\MozillaFirefox3.0\nssutil3.dll
0x600f0000 - 0x600f7000 D:\MozillaFirefox3.0\plc4.dll
0x600e0000 - 0x600e7000 D:\MozillaFirefox3.0\plds4.dll
0x60410000 - 0x60430000 D:\MozillaFirefox3.0\ssl3.dll
0x7e6a0000 - 0x7eec1000 C:\WINDOWS\system32\SHELL32.dll
0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
0x774b0000 - 0x775ed000 C:\WINDOWS\system32\ole32.dll
0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll
0x72f80000 - 0x72fa6000 C:\WINDOWS\system32\WINSPOOL.DRV
0x76360000 - 0x763aa000 C:\WINDOWS\system32\COMDLG32.dll
0x773a0000 - 0x774a3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.dll
0x76340000 - 0x7635d000 C:\WINDOWS\system32\IMM32.dll
0x76330000 - 0x76335000 C:\WINDOWS\system32\MSIMG32.dll
0x74d20000 - 0x74d8b000 C:\WINDOWS\system32\USP10.dll
0x770f0000 - 0x7717b000 C:\WINDOWS\system32\OLEAUT32.dll
0x60df0000 - 0x60df7000 D:\MozillaFirefox3.0\xpcom.dll
0x5d4b0000 - 0x5d551000 C:\WINDOWS\system32\dbghelp.dll
0x746b0000 - 0x746fb000 C:\WINDOWS\system32\MSCTF.dll
0x778f0000 - 0x779e7000 C:\WINDOWS\system32\SETUPAPI.dll
0x75160000 - 0x7518e000 C:\WINDOWS\system32\msctfime.ime
0x76f90000 - 0x7700f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77010000 - 0x770e0000 C:\WINDOWS\system32\COMRes.dll
0x601b0000 - 0x601b8000 D:\MozillaFirefox3.0\components\browserdirprovider.dll
0x719d0000 - 0x71a10000 C:\WINDOWS\system32\mswsock.dll
0x66740000 - 0x66799000 C:\WINDOWS\system32\hnetcfg.dll
0x71a10000 - 0x71a18000 C:\WINDOWS\System32\wshtcpip.dll
0x76d20000 - 0x76d39000 C:\WINDOWS\system32\iphlpapi.dll
0x5b150000 - 0x5b188000 C:\WINDOWS\system32\uxtheme.dll
0x76ee0000 - 0x76f07000 C:\WINDOWS\system32\DNSAPI.dll
0x76f70000 - 0x76f78000 C:\WINDOWS\System32\winrnr.dll
0x76f20000 - 0x76f4d000 C:\WINDOWS\system32\WLDAP32.dll
0x20000000 - 0x202d6000 C:\WINDOWS\system32\xpsp2res.dll
0x602f0000 - 0x60315000 D:\MozillaFirefox3.0\softokn3.dll
0x60320000 - 0x60338000 D:\MozillaFirefox3.0\nssdbm3.dll
0x60450000 - 0x60489000 D:\MozillaFirefox3.0\freebl3.dll
0x602a0000 - 0x602e9000 D:\MozillaFirefox3.0\nssckbi.dll
0x601c0000 - 0x601e3000 D:\MozillaFirefox3.0\components\brwsrcmp.dll
0x7e210000 - 0x7e381000 C:\WINDOWS\system32\shdocvw.dll
0x77a50000 - 0x77ae5000 C:\WINDOWS\system32\CRYPT32.dll
0x77af0000 - 0x77b02000 C:\WINDOWS\system32\MSASN1.dll
0x76890000 - 0x76914000 C:\WINDOWS\system32\CRYPTUI.dll
0x76bf0000 - 0x76c1e000 C:\WINDOWS\system32\WINTRUST.dll
0x76c50000 - 0x76c78000 C:\WINDOWS\system32\IMAGEHLP.dll
0x597f0000 - 0x59844000 C:\WINDOWS\system32\NETAPI32.dll
0x43330000 - 0x43400000 C:\WINDOWS\system32\WININET.dll
0x012e0000 - 0x012e9000 C:\WINDOWS\system32\Normaliz.dll
0x430b0000 - 0x430f5000 C:\WINDOWS\system32\iertutil.dll
0x10000000 - 0x10147000 C:\Documents and Settings\Quini\Datos de programa\Mozilla\Firefox\Profiles\svk3a9tp.default\extensions\{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}\components\nstidy.dll
0x02130000 - 0x0214b000 C:\Documents and Settings\Quini\Datos de programa\Mozilla\Firefox\Profiles\svk3a9tp.default\extensions\{81BF1D23-5F17-408D-AC6B-BD6DF7CAF670}\components\XpcomOpusConnector.dll
0x76f80000 - 0x76f86000 C:\WINDOWS\system32\rasadhlp.dll
0x6d690000 - 0x6d6b1000 D:\Java\jre1.6.0\bin\npoji610.dll
0x6d4e0000 - 0x6d4f0000 D:\Java\jre1.6.0\bin\jpioji.dll
0x7c340000 - 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
0x6d4c0000 - 0x6d4d8000 D:\Java\jre1.6.0\bin\jpinscp.dll
0x6d4f0000 - 0x6d514000 D:\Java\jre1.6.0\bin\jpishare.dll
0x6d250000 - 0x6d261000 D:\Java\jre1.6.0\bin\deploy.dll
0x43410000 - 0x43537000 C:\WINDOWS\system32\urlmon.dll
0x6d7c0000 - 0x6da07000 D:\Java\JRE16~1.0\bin\client\jvm.dll
0x6d310000 - 0x6d318000 D:\Java\JRE16~1.0\bin\hpi.dll
0x76bb0000 - 0x76bbb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d770000 - 0x6d77c000 D:\Java\JRE16~1.0\bin\verify.dll
0x6d3b0000 - 0x6d3cf000 D:\Java\JRE16~1.0\bin\java.dll
0x6d7b0000 - 0x6d7bf000 D:\Java\JRE16~1.0\bin\zip.dll
0x6d000000 - 0x6d1c3000 D:\java\jre1.6.0\bin\awt.dll
0x736e0000 - 0x73729000 C:\WINDOWS\system32\ddraw.dll
0x73b40000 - 0x73b46000 C:\WINDOWS\system32\DCIMAN32.dll
0x6d2b0000 - 0x6d303000 D:\java\jre1.6.0\bin\fontmanager.dll
0x6d570000 - 0x6d583000 D:\java\jre1.6.0\bin\net.dll
0x6d590000 - 0x6d599000 D:\java\jre1.6.0\bin\nio.dll
0x71aa0000 - 0x71ab2000 C:\WINDOWS\system32\MPR.dll
0x75f10000 - 0x75f17000 C:\WINDOWS\System32\drprov.dll
0x71bb0000 - 0x71bbe000 C:\WINDOWS\System32\ntlanman.dll
0x71c70000 - 0x71c87000 C:\WINDOWS\System32\NETUI0.dll
0x71c30000 - 0x71c70000 C:\WINDOWS\System32\NETUI1.dll
0x71c20000 - 0x71c27000 C:\WINDOWS\System32\NETRAP.dll
0x71b90000 - 0x71ba3000 C:\WINDOWS\System32\SAMLIB.dll
0x75f20000 - 0x75f29000 C:\WINDOWS\System32\davclnt.dll
0x77b10000 - 0x77b32000 C:\WINDOWS\system32\appHelp.dll
0x76940000 - 0x76948000 C:\WINDOWS\system32\LINKINFO.dll
0x76950000 - 0x76976000 C:\WINDOWS\system32\ntshrui.dll
0x76ae0000 - 0x76af1000 C:\WINDOWS\system32\ATL.DLL
0x76630000 - 0x766e4000 C:\WINDOWS\system32\USERENV.dll
0x75dd0000 - 0x75e61000 C:\WINDOWS\system32\MLANG.dll
0x0f900000 - 0x0f907000 C:\Documents and Settings\Quini\.fi2net\.wb_rubrica\fi2net_internet_apps\fi2_wb_xrubrica_client_v4_1_0_0.dll
0x0ff40000 - 0x0ff60000 D:\MozillaFirefox3.0\jss4.dll
0x30000000 - 0x30007000 C:\jss\libplc4.dll
0x0ff60000 - 0x0ff93000 C:\jss\libnspr4.dll
0x0f910000 - 0x0f916000 C:\jss\libplds4.dll
0x0ffa0000 - 0x0ffba000 D:\iTunes\iTunesKeyboardCompatibility.dll
0x0ffd0000 - 0x0ffdf000 D:\BluetoothSoftware\btkeyind.dll
VM Arguments:
jvm_args: -Xbootclasspath/a:D:\Java\JRE16~1.0\lib\deploy.jar;D:\Java\JRE16~1.0\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.6.0 -Djavaplugin.nodotversion=160 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=D:\Java\JRE16~1.0 -Djavaplugin.vm.options=-Djava.class.path=D:\Java\JRE16~1.0\classes -Xbootclasspath/a:D:\Java\JRE16~1.0\lib\deploy.jar;D:\Java\JRE16~1.0\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.6.0 -Djavaplugin.nodotversion=160 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=D:\Java\JRE16~1.0
java_command: <unknown>
Launcher Type: generic
Environment Variables:
CLASSPATH=.;D:\Java\jre1.6.0\lib\ext\QTJava.zip
PATH=D:\Java\JRE16~1.0\bin;D:\Java\JRE16~1.0\bin;D:\MozillaFirefox3.0;D:\MozillaFirefox3.0;D:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Archivos de programa\PC Connectivity Solution\;D:\oraclexe\app\oracle\product\10.2.0\server\bin;d:\oracle\ora81\bin;C:\Archivos de programa\Oracle\jre\1.1.7\bin;;C:\jss;d:\UltraEdit-32;D:\SecureCRT\;C:\Archivos de programa\Microsoft SQL Server\90\Tools\binn\;C:\Archivos de programa\QuickTime\QTSystem\;D:\Archivos de programa\TortoiseCVS;D:\UltraCompare;.
USERNAME=Quini
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 2088172k(652256k free), swap 4030260k(2734952k free)
vm_info: Java HotSpot(TM) Client VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:48:48 by "java_re" with unknown MS VC++:1310
Bye.
Comment 7•12 years ago
|
||
Mass-closing bugs in the "OJI" component: OJI plugin integration was replaced with npruntime long ago, and these bugs appear to be irrelevant now. If there is in fact a real bug that remains, please file it new in the "Core" product, component "Plug-ins".
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•