gyunaev / birdtray

new mail system tray notification icon for Thunderbird
GNU General Public License v3.0
782 stars 59 forks source link

Segmentation fault clicking "Show log window" #572

Open riksoft opened 9 months ago

riksoft commented 9 months ago

OS: Debian GNU/Linux 12 (bookworm) Kernel 6.1.0-12-amd64 Linux Desktop Manager: mate-desktop/now 1.26.0-2 amd64 Birdtray version: Birdtray version 1.9.0 compiled at Sep 18 2022 20:58:19 using Qt 5.15.4. Thunderbird version: 102.14.0 (64-bit) from official Debian repo Birdtray origin: Debian Bookworm repo Qt version: NA Description Regardless of the main problem which is Birdtray has stopped counting unread emails, this bug report is about a less important problem: Advanced->"Show log window", when clicked, causes a segmentation fault and Birdtray closes.

Expected behavior Clicking "Show log window" should open the window with the log.

To Reproduce

  1. Right click on the Birdtray icon in systray and choose Settings
  2. Click "Advanced" tab
  3. Click "Show log window"
  4. At this point I see the window for 1 second then, in the terminal (I've run Birdtray from the terminal just to see the errors) I see this error:
    
    QObject::connect: Cannot queue arguments of type 'QTextBlock'
    (Make sure 'QTextBlock' is registered using qRegisterMetaType().)
    QObject::connect: Cannot queue arguments of type 'QTextCursor'
    (Make sure 'QTextCursor' is registered using qRegisterMetaType().)
    Segmentation fault