bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/55000] New: CertificateFactory.getInstance ("X.509").gene


From: Bernhard.Fastenrath at gmail dot com
Subject: [Bug classpath/55000] New: CertificateFactory.getInstance ("X.509").generateCertificate () dumps core on CYGWIN_NT-6.1-WOW64
Date: Sat, 20 Oct 2012 18:15:28 +0000


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55000



             Bug #: 55000

           Summary: CertificateFactory.getInstance

                    ("X.509").generateCertificate () dumps core on

                    CYGWIN_NT-6.1-WOW64

    Classification: Unclassified

           Product: classpath

           Version: 0.98

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: classpath

        AssignedTo: address@hidden

        ReportedBy: address@hidden





On CYGWIN_NT-6.1-WOW64 using gnu-classpath/0.98 (libgcj/4.5.3) the following

code dumps core when trying to import the Oracle cacert keystore into a GNU

keystore:

---

X509Certificate cert = (X509Certificate) cf.generateCertificate (new

ByteArrayInputStream (buffer));

---

Program received signal SIGSEGV, Segmentation fault.

0x00000000 in ?? ()

(gdb) where

#0  0x00000000 in ?? ()

#1  0x6a6a7cc0 in cyggcj-11!_ZN4java4math10BigInteger5ROUNDE () from

/usr/bin/cyggcj-11.dll

#2  0x6a228091 in cyggcj-11!_ZN4java4math10BigInteger17initializeLibraryEJbv ()

from /usr/bin/cyggcj-11.dll

#3  0x6a228544 in cyggcj-11!_ZN4java4math10BigInteger18__U3c_clinit(unsigned

e_E, __complex void, void) () from /usr/bin/cyggcj-11.dll

#4  0x69e8cdbc in cyggcj-11!_ZN4java4lang5Class15initializeClassEJvv () from

/usr/bin/cyggcj-11.dll

#5  0x69e5276c in cyggcj-11!_Jv_AllocObjectNoFinalizer () from

/usr/bin/cyggcj-11.dll

#6  0x69f608a5 in cyggcj-11!_ZN3gnu4java8security3der9DERReader10readLengthEJiv

() from /usr/bin/cyggcj-11.dll

#7  0x69f61cee in

cyggcj-11!_ZN3gnu4java8security3der9DERReader4readEJPNS2_8DERValueEv () from

/usr/bin/cyggcj-11.dll

#8  0x69fbc2eb in

cyggcj-11!_ZN3gnu4java8security4x50915X509Certificate5parseEJvPN4java2io11InputStreamE

() from /usr/bin/cyggcj-11.dll

#9  0x69fbd300 in

cyggcj-11!_ZN3gnu4java8security4x50915X509CertificateC1EPN4java2io11InputStreamE

() from /usr/bin/cyggcj-11.dll

#10 0x69fa7a19 in

cyggcj-11!_ZN3gnu4java8security8provider22X509CertificateFactory12generateCertEJPNS1_4x50915X509CertificateEPN4java2io11InputStreamE

() from /usr/bin/cyggcj-11.dll

#11 0x69fa7b4f in

cyggcj-11!_ZN3gnu4java8security8provider22X509CertificateFactory25engineGenerateCertificateEJPN4java8security4cert11CertificateEPNS4_2io11InputStreamE

()

   from /usr/bin/cyggcj-11.dll

#12 0x6a26ee90 in

cyggcj-11!_ZN4java8security4cert18CertificateFactory19generateCertificateEJPNS1_11CertificateEPNS_2io11InputStreamE

() from /usr/bin/cyggcj-11.dll

#13 0x00401be3 in _fu30___ZN4java2io20ByteArrayInputStream6class$E () at

crypto/Importer.java:78

#14 0x00401252 in crypto.Importer.main(java.lang.String[])void (address@hidden)

at crypto/Importer.java:19

#15 0x69e838a4 in cyggcj-11!_ZN3gnu4java4lang10MainThread9call_mainEJvv () from

/usr/bin/cyggcj-11.dll

#16 0x69ec8f4a in cyggcj-11!_ZN3gnu4java4lang10MainThread3runEJvv () from

/usr/bin/cyggcj-11.dll

#17 0x69e938f4 in cyggcj-11!_Z13_Jv_ThreadRunPN4java4lang6ThreadE () from

/usr/bin/cyggcj-11.dll

#18 0x69e53ecd in

cyggcj-11!_Z11_Jv_RunMainP14_Jv_VMInitArgsPN4java4lang5ClassEPKciPS6_b () from

/usr/bin/cyggcj-11.dll

#19 0x69e54116 in cyggcj-11!_Z11_Jv_RunMainPN4java4lang5ClassEPKciPS4_b () from

/usr/bin/cyggcj-11.dll

#20 0x69e5418f in cyggcj-11!JvRunMain () from /usr/bin/cyggcj-11.dll

#21 0x004011a2 in _fu0___Jv_Compiler_Properties () at /tmp/ccxZQSCj.i:11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]