Bug 1216368 - Thunderbird "Error reading events from display: Connection reset by peer"
Summary: Thunderbird "Error reading events from display: Connection reset by peer"
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Firefox (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Wolfgang Rosenauer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-18 09:18 UTC by Georg Pfuetzenreuter
Modified: 2024-02-16 15:09 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Pfuetzenreuter 2023-10-18 09:18:32 UTC
Hi,

since some time (unfortunately I don't know which snapshot it first occurred with) Thunderbird on Tumbleweed crashes unpredictably with the console message:

```
Gdk-Message: 11:12:36.813: Error reading events from display: Connection reset by peer
```

Sometimes it happens only after Thunderbird is running for some hours after clicking some element in the UI, sometimes by itself shortly after startup.

This is on Wayland/Sway with the openSUSEway configuration.

Would appreciate any advice.

```
$ grep VERSION_ID /etc/os-release
VERSION_ID="20231006"
$ zypper se -is thunderbird
S  | Name               | Type    | Version     | Arch   | Repository
---+--------------------+---------+-------------+--------+----------------------
i+ | MozillaThunderbird | package | 115.3.2-1.1 | x86_64 | Main Repository (OSS)
```
Comment 1 Georg Pfuetzenreuter 2023-10-18 09:20:08 UTC
Assigning to package maintainer, hope this is correct, otherwise feel free to re-assign.
Comment 2 Georg Pfuetzenreuter 2023-10-19 18:49:17 UTC
It seems the "crash" message differs from time to time:

```
$ thunderbird
Gdk-Message: 13:30:11.371: Lost connection to Wayland compositor.
$ thunderbird
Gdk-Message: 13:30:49.039: Error flushing display: Broken pipe
```
Comment 3 Georg Pfuetzenreuter 2024-02-16 15:09:44 UTC
It happens in `--safe-mode` as well:

```
$ thunderbird --safe-mode
Gdk-Message: 16:08:45.282: Lost connection to Wayland compositor.
```