Bug 510273 - CDT Build console cause crash
Summary: CDT Build console cause crash
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 6.1   Edit
Hardware: PC Mac OS X
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 09:55 EST by maarten meijer CLA
Modified: 2020-09-04 15:24 EDT (History)
1 user (show)

See Also:


Attachments
JVM generated error report (65.69 KB, application/octet-stream)
2017-01-11 09:55 EST, maarten meijer CLA
no flags Details
Another one... (75.45 KB, text/plain)
2017-01-11 17:46 EST, maarten meijer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description maarten meijer CLA 2017-01-11 09:55:27 EST
Created attachment 266248 [details]
JVM generated error report

I participate in SLOEBER Eclipse based C/C++ tools for all sorts of electronics boards such as Arduino. http://sloeber.io

When running the junit tests the BuildCOnsolePartitioner crashes the eclipse instance.
The dumped rror report is attached.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fff9822e0d0, pid=8196, tid=0x0000000000000307
#
# JRE version: Java(TM) SE Runtime Environment (8.0_111-b14) (build 1.8.0_111-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.111-b14 interpreted mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libsystem_platform.dylib+0x20d0]  _platform_memmove$VARIANT$Nehalem+0x70
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Comment 1 maarten meijer CLA 2017-01-11 17:46:56 EST
Created attachment 266257 [details]
Another one...

from org.eclipse.cdt.internal.ui.buildconsole.BuildConsolePartitioner$1.run()