Xubuntu 14.04 Eclipse Crash без причины


1

Я использую Xubuntu 14.04. Eclipse 3.8 вылетает без причины. Внезапно закрыто. Понятия не имею почему. Ничего особенного в файле .log.

Я использую Oracle Java 1.8.

Я использую Eclipse 3.8

Я использую PDT для программирования PHP.

Вот журнал:

xxx@dellorian:~/workspace/.metadata$ tail -n50 .log
!ENTRY org.eclipse.jface 2 0 2014-06-26 18:49:31.046
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2014-06-26 18:49:31.046
!MESSAGE A conflict occurred for CTRL+SHIFT+I:
Binding(CTRL+SHIFT+I,
    ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Inspect,Inspect,
        Inspect result of evaluating selected text,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(CTRL+SHIFT+I,
    ParameterizedCommand(Command(org.eclipse.php.debug.ui.commands.Inspect,Inspect,
        Inspect result of evaluating selected text,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
!SESSION 2014-06-26 19:35:35.152 -----------------------------------------------
eclipse.buildId=debbuild
java.version=1.8.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.resources 2 10035 2014-06-26 19:35:38.100
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.jface 2 0 2014-06-26 19:35:45.963
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2014-06-26 19:35:45.963
!MESSAGE A conflict occurred for CTRL+SHIFT+I:
Binding(CTRL+SHIFT+I,
    ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Inspect,Inspect,
        Inspect result of evaluating selected text,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(CTRL+SHIFT+I,
    ParameterizedCommand(Command(org.eclipse.php.debug.ui.commands.Inspect,Inspect,
        Inspect result of evaluating selected text,
        Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
        ,
        ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
xxx@dellorian:~/workspace/.metadata$ 

Это действительно странно ...


Возможно, эта статья поможет вам: stackoverflow.com/questions/23522606/...
nyx
Используя наш сайт, вы подтверждаете, что прочитали и поняли нашу Политику в отношении файлов cookie и Политику конфиденциальности.
Licensed under cc by-sa 3.0 with attribution required.