Приложение Java прерывается периодически - ПОЧЕМУ - PullRequest
0 голосов
/ 25 февраля 2019

Приложение Java работает на 1.8_144, и ошибка:

(java:15792): Gdk-ERROR **: The program 'java' received an X Window System error.

This probably reflects a bug in the program.

The error was 'RenderBadPicture (invalid Picture parameter)'.

  (Details: serial 7783 error_code 143 request_code 139 minor_code 7)

  (Note to programmers: normally, X errors are reported asynchronously;

   that is, you will receive the error a while after causing it.

   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Кроме того, журнал операционной системы:

[root@FlexWeightScaleTest logs]# cat /var/log/messages | grep -i 'dumping core'

Feb 25 00:27:01 FlexWeightScaleTest abrt-hook-ccpp: Process 8128 (java) of user 1001 killed by SIGTRAP - dumping core

Feb 25 00:35:52 FlexWeightScaleTest abrt-hook-ccpp: Process 11646 (java) of user 1001 killed by SIGTRAP - dumping core

Feb 25 13:14:24 FlexWeightScaleTest abrt-hook-ccpp: Process 9075 (java) of user 1001 killed by SIGTRAP - dumping core

Feb 25 13:47:59 FlexWeightScaleTest abrt-hook-ccpp: Process 15792 (java) of user 1001 killed by SIGTRAP - dumping core

========================================================

Информация об ОС:

[root@FlexWeightScaleTest logs]# uname -r
3.10.0-862.el7.x86_64

[root@FlexWeightScaleTest logs]# lsb_release -a

LSB Version:    :core-4.1-amd64:core-4.1-noarch

Distributor ID: CentOS

Description:    CentOS Linux release 7.5.1804 (Core) 

Release:    7.5.1804

Codename:   Core
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...