Crash when opening settings #497

Open
opened 2019-01-14 10:43:04 +01:00 by Procyon3 · 5 comments
Procyon3 commented 2019-01-14 10:43:04 +01:00 (Migrated from github.com)

Steps to reproduce:

  1. Launch cool-retro-term.
  2. Shift right click to open settings.
  3. Close settings.
  4. Shift right click to show menu bar.
  5. Click in the menu bar to not show the menu bar anymore.
  6. Shift right click to open settings.
  7. Crash.

It's also happened to me in another way, but the above sequence works each time for me.

Steps to reproduce: 1. Launch cool-retro-term. 2. Shift right click to open settings. 3. Close settings. 4. Shift right click to show menu bar. 5. Click in the menu bar to not show the menu bar anymore. 6. Shift right click to open settings. 7. Crash. It's also happened to me in another way, but the above sequence works each time for me.
Swordfish90 commented 2019-02-02 18:02:25 +01:00 (Migrated from github.com)

A small curiosity: are you using the provided Appimage?

I've been able to reproduce those from that package, but not when building it from source.

A small curiosity: are you using the provided Appimage? I've been able to reproduce those from that package, but not when building it from source.
tbl0605 commented 2019-03-20 15:15:09 +01:00 (Migrated from github.com)

I'm also having crashes, but this time when playing with profiles. I'm switching between profiles and it always crashes soon or later. Dmesg gives me:

[ 1284.761946] traps: AppRun[56838] general protection ip:7f6e166842db sp:7ffc1d4ce278 error:0 in libQt5Core.so.5[7f6e163dc000+50d000]
[ 1427.245319] AppRun[56925]: segfault at 8 ip 00007f39a196d2db sp 00007fff24bbd8a8 error 6 in libQt5Core.so.5[7f39a16c5000+50d000]
[ 1427.245325] Code: c3 66 0f 1f 44 00 00 8d 48 c0 ba 01 00 00 00 83 f9 16 76 d5 31 d2 83 f8 79 0f 95 c2 83 c2 02 eb c8 66 0f 1f 44 00 00 48 8b 07 83 68 08 01 74 0e f6 47 0b 40 74 9e f3 c3 66 0f 1f 44 00 00 8b

When building cool-retro-term from source, I have no crashes. I'm using Kde Neon (based on Ubuntu 18.04).

I'm also having crashes, but this time when playing with profiles. I'm switching between profiles and it always crashes soon or later. Dmesg gives me: [ 1284.761946] traps: AppRun[56838] general protection ip:7f6e166842db sp:7ffc1d4ce278 error:0 in libQt5Core.so.5[7f6e163dc000+50d000] [ 1427.245319] AppRun[56925]: segfault at 8 ip 00007f39a196d2db sp 00007fff24bbd8a8 error 6 in libQt5Core.so.5[7f39a16c5000+50d000] [ 1427.245325] Code: c3 66 0f 1f 44 00 00 8d 48 c0 ba 01 00 00 00 83 f9 16 76 d5 31 d2 83 f8 79 0f 95 c2 83 c2 02 eb c8 66 0f 1f 44 00 00 48 8b 07 <f0> 83 68 08 01 74 0e f6 47 0b 40 74 9e f3 c3 66 0f 1f 44 00 00 8b When building cool-retro-term from source, I have no crashes. I'm using Kde Neon (based on Ubuntu 18.04).
hybridreactor commented 2019-07-16 17:30:45 +02:00 (Migrated from github.com)

This fix it.
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

This fix it. `sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5`
nop commented 2019-08-30 04:28:52 +02:00 (Migrated from github.com)

This did not fix it for me, and my file was located at /usr/lib/libQt5Core.so.5.

This did not fix it for me, and my file was located at `/usr/lib/libQt5Core.so.5`.
sersorrel commented 2019-11-26 14:04:35 +01:00 (Migrated from github.com)

Similarly, I experience crashes with the AppImage when playing around with the settings:

[559387.961843] AppRun[20648]: segfault at 0 ip 00007f58d1648b63 sp 00007ffee7db7e30 error 4 in libQt5Core.so.5[7f58d1397000+50d000]
[559510.947202] AppRun[21395]: segfault at 28 ip 00007f118d5e398d sp 00007ffcac325800 error 4 in libc-2.27.so[7f118d54c000+1e7000]
[559537.373428] AppRun[22046]: segfault at 7efec677fdc8 ip 00007efec5ddd2db sp 00007ffcc072de18 error 7 in libQt5Core.so.5[7efec5b35000+50d000]
Similarly, I experience crashes with the AppImage when playing around with the settings: ``` [559387.961843] AppRun[20648]: segfault at 0 ip 00007f58d1648b63 sp 00007ffee7db7e30 error 4 in libQt5Core.so.5[7f58d1397000+50d000] [559510.947202] AppRun[21395]: segfault at 28 ip 00007f118d5e398d sp 00007ffcac325800 error 4 in libc-2.27.so[7f118d54c000+1e7000] [559537.373428] AppRun[22046]: segfault at 7efec677fdc8 ip 00007efec5ddd2db sp 00007ffcc072de18 error 7 in libQt5Core.so.5[7efec5b35000+50d000] ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#497
No description provided.