[GH-ISSUE #2295] Electerm crashes with TRAP on start up #1450

Open
opened 2026-02-27 00:03:35 +03:00 by kerem · 11 comments
Owner

Originally created by @Lunarequest on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/electerm/electerm/issues/2295

Electerm version:

electerm-1.16.21-linux-x64

Operating system(linux, macos, or windows7/8/10?):

Linux

Expected Behavior

When electerm is started it should work as intended.

Can you reproduce the same behavior in other terminal:

I can reproduce the launching from other treminals on the same system

Current Behavior

it crashes with a TRAP signal and a core dump

Possible Solution

Steps to Reproduce

1.launch electerm
2. electerm crashes

The following is output in a terminal when electerm is started

08:13:49 debug › electerm start
Gtk-Message: 08:13:50.593: Failed to load module "appmenu-gtk-module"
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
useSystemTitleBar false

(electerm:504227): LIBDBUSMENU-GLIB-WARNING **: 08:14:05.661: About to Show called on an item wihtout submenus.  We're ignoring it.

(electerm:504227): LIBDBUSMENU-GLIB-WARNING **: 08:14:05.824: About to Show called on an item wihtout submenus.  We're ignoring it.
08:14:07 info › server runs on 127.0.0.1 30975
08:14:08 info › database version: 1.16.21
[504227:1027/081409.191974:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
[1]    504227 trace trap (core dumped)  ./electerm
Originally created by @Lunarequest on GitHub (Oct 27, 2021). Original GitHub issue: https://github.com/electerm/electerm/issues/2295 <!--- Provide some basic info --> ## Electerm version: electerm-1.16.21-linux-x64 ## Operating system(linux, macos, or windows7/8/10?): Linux ## Expected Behavior <!--- Tell me what should happen --> When electerm is started it should work as intended. ## Can you reproduce the same behavior in other terminal: <!--- If same bahavior happens in other terminal, maybe it is supposed to be like this or not a problem of terminal app --> I can reproduce the launching from other treminals on the same system ## Current Behavior <!--- Tell me what happens instead of the expected behavior --> it crashes with a TRAP signal and a core dump ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1.launch electerm 2. electerm crashes The following is output in a terminal when electerm is started ``` 08:13:49 debug › electerm start Gtk-Message: 08:13:50.593: Failed to load module "appmenu-gtk-module" failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so useSystemTitleBar false (electerm:504227): LIBDBUSMENU-GLIB-WARNING **: 08:14:05.661: About to Show called on an item wihtout submenus. We're ignoring it. (electerm:504227): LIBDBUSMENU-GLIB-WARNING **: 08:14:05.824: About to Show called on an item wihtout submenus. We're ignoring it. 08:14:07 info › server runs on 127.0.0.1 30975 08:14:08 info › database version: 1.16.21 [504227:1027/081409.191974:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. [1] 504227 trace trap (core dumped) ./electerm ```
Author
Owner

@zxdong262 commented on GitHub (Oct 27, 2021):

What kind of Linux?

<!-- gh-comment-id:952581980 --> @zxdong262 commented on GitHub (Oct 27, 2021): What kind of Linux?
Author
Owner

@Lunarequest commented on GitHub (Oct 27, 2021):

Fedora kinonite

<!-- gh-comment-id:952582346 --> @Lunarequest commented on GitHub (Oct 27, 2021): Fedora kinonite
Author
Owner

@zxdong262 commented on GitHub (Oct 27, 2021):

Fedora kinonite

Install from deb? or rpm? or tar.gz? Can you try snap?

<!-- gh-comment-id:952590887 --> @zxdong262 commented on GitHub (Oct 27, 2021): > Fedora kinonite Install from deb? or rpm? or tar.gz? Can you try snap?
Author
Owner

@Lunarequest commented on GitHub (Oct 27, 2021):

I used the tar.gz. i can not use snap as kinonite is an ostree distro

<!-- gh-comment-id:952591497 --> @Lunarequest commented on GitHub (Oct 27, 2021): I used the tar.gz. i can not use snap as kinonite is an ostree distro
Author
Owner

@zxdong262 commented on GitHub (Oct 27, 2021):

I used the tar.gz. i can not use snap as kinonite is an ostree distro

How about the .rpm build?

<!-- gh-comment-id:952608356 --> @zxdong262 commented on GitHub (Oct 27, 2021): > I used the tar.gz. i can not use snap as kinonite is an ostree distro How about the `.rpm` build?
Author
Owner

@Lunarequest commented on GitHub (Oct 27, 2021):

rpm build also crashes with the same log output

18:43:27 debug › electerm start
Gtk-Message: 18:43:29.192: Failed to load module "appmenu-gtk-module"
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
useSystemTitleBar false
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so

(electerm:5923): LIBDBUSMENU-GLIB-WARNING **: 18:43:30.788: About to Show called on an item wihtout submenus.  We're ignoring it.

(electerm:5923): LIBDBUSMENU-GLIB-WARNING **: 18:43:30.872: About to Show called on an item wihtout submenus.  We're ignoring it.
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
18:43:33 info › server runs on 127.0.0.1 30975
[5923:1027/184334.065205:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
[1]    5923 trace trap (core dumped)  electerm
<!-- gh-comment-id:952917795 --> @Lunarequest commented on GitHub (Oct 27, 2021): rpm build also crashes with the same log output ``` 18:43:27 debug › electerm start Gtk-Message: 18:43:29.192: Failed to load module "appmenu-gtk-module" failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so useSystemTitleBar false failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so (electerm:5923): LIBDBUSMENU-GLIB-WARNING **: 18:43:30.788: About to Show called on an item wihtout submenus. We're ignoring it. (electerm:5923): LIBDBUSMENU-GLIB-WARNING **: 18:43:30.872: About to Show called on an item wihtout submenus. We're ignoring it. failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so 18:43:33 info › server runs on 127.0.0.1 30975 [5923:1027/184334.065205:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. [1] 5923 trace trap (core dumped) electerm ```
Author
Owner

@zxdong262 commented on GitHub (Oct 31, 2021):

Can you try latest release?

<!-- gh-comment-id:955702373 --> @zxdong262 commented on GitHub (Oct 31, 2021): Can you try latest release?
Author
Owner

@Lunarequest commented on GitHub (Oct 31, 2021):

@zxdong262 it gets a bit father but still crashes

19:07:37 debug › electerm start
Gtk-Message: 19:07:40.680: Failed to load module "appmenu-gtk-module"
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
useSystemTitleBar false

(electerm:252401): LIBDBUSMENU-GLIB-WARNING **: 19:07:46.741: About to Show called on an item wihtout submenus.  We're ignoring it.

(electerm:252401): LIBDBUSMENU-GLIB-WARNING **: 19:07:46.832: About to Show called on an item wihtout submenus.  We're ignoring it.
19:07:47 info › server runs on 127.0.0.1 30975
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
19:07:51 info › database version: 1.16.21
19:07:51 info › dbVersion 1.16.21
19:07:51 info › upgrade db version to 1.17.3
19:08:01 debug › ws: connected to terminal -> DwjTcoZy2HCzPM1_UlEf_
[252401:1031/190801.598913:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
[1]    252401 trace trap (core dumped)  ./electerm
<!-- gh-comment-id:955702983 --> @Lunarequest commented on GitHub (Oct 31, 2021): @zxdong262 it gets a bit father but still crashes ``` 19:07:37 debug › electerm start Gtk-Message: 19:07:40.680: Failed to load module "appmenu-gtk-module" failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so useSystemTitleBar false (electerm:252401): LIBDBUSMENU-GLIB-WARNING **: 19:07:46.741: About to Show called on an item wihtout submenus. We're ignoring it. (electerm:252401): LIBDBUSMENU-GLIB-WARNING **: 19:07:46.832: About to Show called on an item wihtout submenus. We're ignoring it. 19:07:47 info › server runs on 127.0.0.1 30975 failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so 19:07:51 info › database version: 1.16.21 19:07:51 info › dbVersion 1.16.21 19:07:51 info › upgrade db version to 1.17.3 19:08:01 debug › ws: connected to terminal -> DwjTcoZy2HCzPM1_UlEf_ [252401:1031/190801.598913:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. [1] 252401 trace trap (core dumped) ./electerm ```
Author
Owner

@Lunarequest commented on GitHub (Nov 8, 2021):

This is known issue with electron https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468 it's due to glibc incompatibilities and has been fixed in electron 15

<!-- gh-comment-id:963028204 --> @Lunarequest commented on GitHub (Nov 8, 2021): This is known issue with electron https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468 it's due to glibc incompatibilities and has been fixed in electron 15
Author
Owner

@Lunarequest commented on GitHub (Nov 8, 2021):

updating the electron version fixes the issues

<!-- gh-comment-id:963039018 --> @Lunarequest commented on GitHub (Nov 8, 2021): updating the electron version fixes the issues
Author
Owner

@LordofAgents commented on GitHub (Feb 8, 2022):

Would like to remember to this issue, it seems to not be resolved yet.

<!-- gh-comment-id:1032076922 --> @LordofAgents commented on GitHub (Feb 8, 2022): Would like to remember to this issue, it seems to not be resolved yet.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1450
No description provided.