Summary: | pulseaudio crashes when called from QtWebEngine | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | giecrilj |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.5.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Microsoft Windows | ||
URL: | https://bugs.freedesktop.org/show_bug.cgi?id=106581 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Christopher Yeleighton
2018-05-18 21:13:13 UTC
Created attachment 112741 [details]
New crash information added by DrKonqi
kmail (5.5.2) using Qt 5.6.2
- What I was doing when the application crashed:
I started kmail for the dekstop menu and it immediately crashed.
-- Backtrace (Reduced):
#8 0x00007fe4653c6719 in pa_mutex_unlock () from /usr/lib64/pulseaudio/libpulsecommon-9.0.so
#9 0x00007fe4722dd3a1 in media::AudioManagerPulse::Init() () from /usr/lib64/libQt5WebEngineCore.so.5
#10 0x00007fe4722dd605 in media::AudioManagerPulse::Create(media::AudioLogFactory*) () from /usr/lib64/libQt5WebEngineCore.so.5
#11 0x00007fe4722dc0be in media::CreateAudioManager(media::AudioLogFactory*) () from /usr/lib64/libQt5WebEngineCore.so.5
#12 0x00007fe4722dbc50 in media::AudioManager::Create(media::AudioLogFactory*) () from /usr/lib64/libQt5WebEngineCore.so.5
shared memfd open() failed: Function not implemented Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting. (In reply to Christopher Yeleighton from comment #2) > shared memfd open() failed: Function not implemented > Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at > pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting. The failing assertion is independent of memfd, which can be configured not to be used. Shall be reported to the pulseaudio developers instead. |