Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Double Free or Corruption (fasttop) - jdk1.6.0_21

Estevao JordaoSep 8 2014 — edited Sep 8 2014

Hi all.

I have an application running in the following environment:

Linux Version:

     LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"

     SUSE Linux Enterprise Server 11 (x86_64)

Java Version:

    jdk1.6.0_21

Where this application uses the Cups to print some files in PDF format. We are experiencing some errors that do not happen every day.

*** glibc detected *** java: double free or corruption (fasttop): 0x00007fe3684d4fc0 ***

======= Backtrace: =========

/lib64/libc.so.6(+0x75018)[0x7fe3fd7d9018]

/lib64/libc.so.6(cfree+0x6c)[0x7fe3fd7ddf6c]

/usr/lib64/libcrypto.so.0.9.8(CRYPTO_free+0x19)[0x7fe36c35eb09]

/usr/lib64/libcrypto.so.0.9.8(OBJ_NAME_add+0xa4)[0x7fe36c3603a4]

/usr/lib64/libssl.so.0.9.8(SSL_library_init+0xd0)[0x7fe36c65d7d0]

/usr/lib64/libcups.so.2(httpInitialize+0x5d)[0x7fe36d3867cd]

/usr/lib64/libcups.so.2(httpConnectEncrypt+0x95)[0x7fe36d3868d5]

/domain/.p_java/java/jdk1.6.0_21/jre/lib/amd64/headless/libmawt.so(Java_sun_print_CUPSPrinter_canConnect+0x46)[0x7fe36d6abc36]

[0x7fe3f8eeac88]

======= Memory map: ========

40000000-40009000 r-xp 00000000 fd:19 65673                              /domain/.p_java/java/jdk1.6.0_21/bin/java

40108000-4010a000 rwxp 00008000 fd:19 65673                              /domain/.p_java/java/jdk1.6.0_21/bin/java

4010a000-40a55000 rwxp 00000000 00:00 0                                  [heap]

7fe3678c9000-7fe3678df000 r-xp 00000000 68:03 24268                      /lib64/libgcc_s.so.1

7fe3678df000-7fe367ade000 ---p 00016000 68:03 24268                      /lib64/libgcc_s.so.1

7fe367ade000-7fe367adf000 r-xp 00015000 68:03 24268                      /lib64/libgcc_s.so.1

7fe367adf000-7fe367ae0000 rwxp 00016000 68:03 24268                      /lib64/libgcc_s.so.1

Has anyone experienced this problem? Or could tell me how it circumvents ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2014
Added on Sep 8 2014
0 comments
1,269 views