Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
linux_faq:kde_debug_errors [2019/08/13 12:34] – created adminlinux_faq:kde_debug_errors [2023/08/11 06:41] admin
Line 1: Line 1:
 +====== Как разбираться с ошибками KDE ====== 
 +Для начала нужно включить вывод подробных сообщений об ошибках с помощью: 
 +  kdebugdialog 
 +А затем смотреть сообщения в **~/.xsession-errors**: 
 +  tail -f ~/.xsession-errors 
 +   
 +====== KDE Plasma shell закрывается ====== 
 +<code> 
 +Aug 11 10:37:02 mike-swift plasmashell[22457]: XMLHttpRequest: Using GET on a local file is dangerous and will be disabled by default in a future Qt version.Set QML_XHR_ALLOW_FILE_READ to 1 if you wish to continue using this feature. 
 +Aug 11 10:37:02 mike-swift plasmashell[22457]: XMLHttpRequest: Using GET on a local file is dangerous and will be disabled by default in a future Qt version.Set QML_XHR_ALLOW_FILE_READ to 1 if you wish to continue using this feature. 
 +Aug 11 10:37:02 mike-swift plasmashell[22457]: malloc(): unsorted double linked list corrupted 
 +Aug 11 10:37:05 mike-swift systemd[2814]: plasma-plasmashell.service: Main process exited, code=killed, status=14/ALRM 
 +Aug 11 10:37:05 mike-swift systemd[2814]: plasma-plasmashell.service: Failed with result 'signal'
 +Aug 11 10:37:05 mike-swift systemd[2814]: plasma-plasmashell.service: Consumed 1.888s CPU time. 
 +Aug 11 10:37:05 mike-swift kwin_x11[3175]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 62612, resource id: 25165853, major code: 15 (QueryTree), minor code: 0 
 +Aug 11 10:37:05 mike-swift kwin_x11[3175]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 62685, resource id: 25165884, major code: 15 (QueryTree), minor code: 0 
 +Aug 11 10:37:06 mike-swift systemd[2814]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 9. 
 +Aug 11 10:37:06 mike-swift systemd[2814]: Stopped plasma-plasmashell.service - KDE Plasma Workspace. 
 +Aug 11 10:37:06 mike-swift systemd[2814]: plasma-plasmashell.service: Consumed 1.888s CPU time. 
 +Aug 11 10:37:06 mike-swift systemd[2814]: plasma-plasmashell.service: Start request repeated too quickly. 
 +Aug 11 10:37:06 mike-swift systemd[2814]: plasma-plasmashell.service: Failed with result 'signal'
 +Aug 11 10:37:06 mike-swift systemd[2814]: Failed to start plasma-plasmashell.service - KDE Plasma Workspace. 
 +</code>
  • linux_faq/kde_debug_errors.txt
  • Last modified: 2023/08/11 16:24
  • by admin