Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault in Java 7 Kokoro test #496

Closed
chingor13 opened this issue Oct 17, 2018 · 1 comment
Closed

Segfault in Java 7 Kokoro test #496

chingor13 opened this issue Oct 17, 2018 · 1 comment
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. release blocking Required feature/issue must be fixed prior to next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@chingor13
Copy link
Collaborator

Thanks for stopping by to let us know something could be better!

Please be sure to include as much information as possible:

Environment details

  • OS: Kokoro
  • Java version: 7
  • google-http-java-client version: master

Steps to reproduce

  1. Example in PR Release google-http-java-client v1.26.0 #495
  2. https://source.cloud.google.com/results/invocations/757c3cc2-dc39-4551-84b3-65607cd1b35e/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-http-java-client%2Fpresubmit%2Fjava7/log

Stacktrace

...snip
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.1/asm-analysis-3.1.jar (18 kB at 71 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-util/3.1/asm-util-3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar (33 kB at 120 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-util/3.1/asm-util-3.1.jar (34 kB at 124 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-xml/3.1/asm-xml-3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/findbugs/1.3.9/findbugs-1.3.9.jar (3.3 MB at 12 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jgoodies/plastic/1.2.0/plastic-1.2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar (22 kB at 73 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-xml/3.1/asm-xml-3.1.jar (52 kB at 169 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/1.7.4/groovy-all-1.7.4.jar (5.4 MB at 17 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jgoodies/plastic/1.2.0/plastic-1.2.0.jar (233 kB at 736 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar (3.1 MB at 9.8 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar (17 kB at 51 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 587 kB/s)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f7f7a1b7811, pid=22, tid=140185512769280
#
# JRE version: OpenJDK Runtime Environment (7.0_181-b01) (build 1.7.0_181-b01)
# Java VM: OpenJDK 64-Bit Server VM (24.181-b01 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.6.14
# Distribution: Debian GNU/Linux 8.10 (jessie), package 7u181-2.6.14-1~deb8u1
# Problematic frame:
# V  [libjvm.so+0x309811]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmpfs/src/github/google-http-java-client/hs_err_pid22.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
github/google-http-java-client/.kokoro/build.sh: line 24:    22 Aborted                 (core dumped) mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
cleanup
@chingor13 chingor13 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. release blocking Required feature/issue must be fixed prior to next release. labels Oct 17, 2018
@chingor13
Copy link
Collaborator Author

Fixed in #495

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Apr 6, 2020
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. release blocking Required feature/issue must be fixed prior to next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants