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

Contact Maplesoft about SIGSEGV problems #207

Open
AndreG-P opened this issue Jan 13, 2021 · 0 comments
Open

Contact Maplesoft about SIGSEGV problems #207

AndreG-P opened this issue Jan 13, 2021 · 0 comments
Assignees
Labels
Backlog Not important or urgent tasks

Comments

@AndreG-P
Copy link
Member

After the deadline, we should make an example that reproduces the SIGSEGV problem. Unfortunately, it is not very easy to reproduce but the interesting thing is, that Maple always runs into SIGSEGV in the exact same location:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f2130ed2f5e, pid=348362, tid=348596
#
# JRE version: OpenJDK Runtime Environment (11.0.9.1+1) (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.10)
# Java VM: OpenJDK 64-Bit Server VM (11.0.9.1+1-Ubuntu-0ubuntu1.20.10, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libmaple.so+0x121f5e]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /mnt/share/Projects/vmext-demo/core.348362)
#
# If you would like to submit a bug report, please visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-lts
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

So it is always:

# Problematic frame:
# C  [libmaple.so+0x121f5e]

That might help already to find the memory leak.

(Referenced to #205)

@AndreG-P AndreG-P added the Backlog Not important or urgent tasks label Jan 13, 2021
@AndreG-P AndreG-P self-assigned this Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Not important or urgent tasks
Projects
None yet
Development

No branches or pull requests

1 participant