Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1311416 Details for
Bug 1479088
cdtdebug cannot start: java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
The log file requested in comment #3
logfile (text/plain), 4.68 KB, created by
Christian Stadelmann
on 2017-08-09 22:18:02 UTC
(
hide
)
Description:
The log file requested in comment #3
Filename:
MIME Type:
Creator:
Christian Stadelmann
Created:
2017-08-09 22:18:02 UTC
Size:
4.68 KB
patch
obsolete
>+ [[ hB != hxB ]] >+ XTRACE_STATE=-x >+ [[ hxB != hxB ]] >+ VERBOSE_STATE=+v >+ set +xv >+ unset XTRACE_STATE VERBOSE_STATE >++ dirname /usr/bin/cdtdebug >+ SCRIPT_DIR=/usr/bin >+ usage='Usage: /usr/bin/cdtdebug [ECLIPSE_OPTIONS] [-b BUILD_LOG] [TARGET_OPTION] > >Debug an executable, core-file, or an existing process using the Eclipse >C/C++ Stand-alone Debugger. Eclipse command-line options may be passed >except for -vmargs which is being used to start up the Eclipse Debugger. > >Operation modes: > -h, --help print this help, then exit > >Indexing assist options: > -b BUILD_LOG build log to use for compiler includes/flags > >Target options: > -a [pid] attach using the optional pid or prompt for a pid > -c COREFILE debug core-file (should also specify executable) > -e EXECUTABLE [ARGS...] debug given executable (passing ARGS to main) > -r ADDRESS:PORT debug toward the specified remote server. Can be > combined with the -a option. > >The -e option must be used last as subsequent options are passed to main. > >Specifying insufficient arguments for a particular target will result in a >dialog displayed to enter the required values for that target. Specifying >no target option brings up a dialog for debugging an executable with the >executable path, program arguments, and build log filled in from the last -e >invocation, if one exists. > >Wiki page: <http://wiki.eclipse.org/CDT/StandaloneDebugger>' >+ exit_missing_arg=' > echo $0": error: option [$1] requires an argument"; exit 1' >+ options= >+ test 0 -gt 0 >+ configdir=fcdtdebugger >+ workspace=workspace-fcdtdebug >++ . /etc/os-release >+++ NAME=Fedora >+++ VERSION='26 (Workstation Edition)' >+++ ID=fedora >+++ VERSION_ID=26 >+++ PRETTY_NAME='Fedora 26 (Workstation Edition)' >+++ ANSI_COLOR='0;34' >+++ CPE_NAME=cpe:/o:fedoraproject:fedora:26 >+++ HOME_URL=https://fedoraproject.org/ >+++ BUG_REPORT_URL=https://bugzilla.redhat.com/ >+++ REDHAT_BUGZILLA_PRODUCT=Fedora >+++ REDHAT_BUGZILLA_PRODUCT_VERSION=26 >+++ REDHAT_SUPPORT_PRODUCT=Fedora >+++ REDHAT_SUPPORT_PRODUCT_VERSION=26 >+++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy >+++ VARIANT='Workstation Edition' >+++ VARIANT_ID=workstation >++ echo fedora >+ os=fedora >+ '[' fedora = rhel -o fedora = centos ']' >+ '[' /usr/bin/cdtdebug -nt /home/username1/fcdtdebugger ']' >++++ which eclipse >+++ readlink -f /usr/local/bin/eclipse >++ dirname /usr/local/bin/eclipse >+ ECLIPSE_HOME=/usr/local/bin >+ ECLIPSE_EXEC=/usr/local/bin/eclipse >+ case $ECLIPSE_HOME in >+ PLUGIN_DIR=/usr/local/bin/plugins >++ find /usr/local/bin/plugins -maxdepth 1 -name 'org.eclipse.osgi_*.jar' -not -name '*source*' -exec basename '{}' ';' >++ tail -1 >find: '/usr/local/bin/plugins': No such file or directory >+ OSGI_JAR= >++ cd /usr/local/bin/../../share/eclipse/droplets >++ pwd >+ DROPLET_NOARCH=/usr/share/eclipse/droplets >+ DROPLET_ARCHFUL=/usr/local/bin/droplets >++ find /usr/share/eclipse/droplets -maxdepth 5 -name 'org.eclipse.launchbar.core_*.jar' -not -name '*source*' >+ LAUNCHBAR_CORE_JAR=/usr/share/eclipse/droplets/launchbar/eclipse/plugins/org.eclipse.launchbar.core_2.1.1.201707061205.jar >++ find /usr/share/eclipse/droplets -maxdepth 5 -name 'org.eclipse.launchbar.ui_*.jar' -not -name '*source*' >+ LAUNCHBAR_UI_JAR=/usr/share/eclipse/droplets/launchbar/eclipse/plugins/org.eclipse.launchbar.ui_2.1.1.201707061205.jar >++ find /usr/share/eclipse/droplets -maxdepth 5 -name 'org.eclipse.tm.terminal.control_*.jar' -not -name '*source*' >+ TERM_CONTROL_JAR=/usr/share/eclipse/droplets/tm-terminal/eclipse/plugins/org.eclipse.tm.terminal.control_4.3.0.201707061209.jar >++ find /usr/share/eclipse/droplets -maxdepth 5 -name 'org.eclipse.ui.views.log_*.jar' -not -name '*source*' >+ UI_VIEWS_LOG_JAR=/usr/share/eclipse/droplets/eclipse-pde/eclipse/plugins/org.eclipse.ui.views.log_1.2.100.v20170630-1405.jar >+ /usr/local/bin/eclipse -clean -product org.eclipse.cdt.debug.application.product -application org.eclipse.cdt.debug.application.app -data /home/username1/workspace-fcdtdebug -configuration file:/home/username1/fcdtdebugger -dev file:/home/username1/fcdtdebugger/dev.properties -vmargs -Dosgi.jar= -Declipse.home=/usr/local/bin -Dlaunchbar.core=/usr/share/eclipse/droplets/launchbar/eclipse/plugins/org.eclipse.launchbar.core_2.1.1.201707061205.jar -Dlaunchbar.ui=/usr/share/eclipse/droplets/launchbar/eclipse/plugins/org.eclipse.launchbar.ui_2.1.1.201707061205.jar -Dui.views.log=/usr/share/eclipse/droplets/eclipse-pde/eclipse/plugins/org.eclipse.ui.views.log_1.2.100.v20170630-1405.jar -Dtm.terminal.control=/usr/share/eclipse/droplets/tm-terminal/eclipse/plugins/org.eclipse.tm.terminal.control_4.3.0.201707061209.jar >Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1479088
: 1311416