Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 731812 Details for
Bug 806486
net-im/telegram-desktop-2.8.11-r1 crashes when opening an embedded picture within a channel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable jemalloc
tdesktop-2.9.0-disable-jemalloc.patch (text/plain), 1.33 KB, created by
Esteve Varela Colominas
on 2021-08-09 11:32:41 UTC
(
hide
)
Description:
Disable jemalloc
Filename:
MIME Type:
Creator:
Esteve Varela Colominas
Created:
2021-08-09 11:32:41 UTC
Size:
1.33 KB
patch
obsolete
>--- tdesktop-2.9.0-full.orig/Telegram/CMakeLists.txt >+++ tdesktop-2.9.0-full/Telegram/CMakeLists.txt >@@ -1258,7 +1258,6 @@ > PRIVATE > desktop-app::external_glibmm > desktop-app::external_glib >- desktop-app::external_jemalloc > ) > > if (NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION) >--- tdesktop-2.9.0-full.orig/Telegram/SourceFiles/platform/linux/specific_linux.cpp >+++ tdesktop-2.9.0-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp >@@ -45,7 +45,6 @@ > #include <private/qguiapplication_p.h> > #include <glibmm.h> > #include <giomm.h> >-#include <jemalloc/jemalloc.h> > > #include <sys/stat.h> > #include <sys/types.h> >@@ -641,9 +640,6 @@ > namespace Platform { > > void start() { >- auto backgroundThread = true; >- mallctl("background_thread", nullptr, nullptr, &backgroundThread, sizeof(bool)); >- > LOG(("Launcher filename: %1").arg(QGuiApplication::desktopFileName())); > > #ifndef DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION >--- tdesktop-2.9.0-full.orig/cmake/external/CMakeLists.txt >+++ tdesktop-2.9.0-full/cmake/external/CMakeLists.txt >@@ -37,9 +37,6 @@ > add_checked_subdirectory(hunspell) > endif() > add_checked_subdirectory(iconv) >-if (LINUX) >- add_checked_subdirectory(jemalloc) >-endif() > add_checked_subdirectory(jpeg) > if (LINUX AND NOT DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION) > add_checked_subdirectory(kwayland)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 806486
: 731812 |
843447