Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 807763
Collapse All | Expand All

(-)a/gui/main.cpp (-2 / +2 lines)
Lines 260-266 Link Here
260
    qInstallMessageHandler(cantataQtMsgHandler);
260
    qInstallMessageHandler(cantataQtMsgHandler);
261
}
261
}
262
262
263
#if defined Q_OS_LINUX && defined __GNUC__
263
#if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
264
#include <execinfo.h>
264
#include <execinfo.h>
265
#include <unistd.h>
265
#include <unistd.h>
266
#include <signal.h>
266
#include <signal.h>
Lines 340-346 Link Here
340
340
341
int main(int argc, char *argv[])
341
int main(int argc, char *argv[])
342
{
342
{
343
    #if defined Q_OS_LINUX && defined __GNUC__
343
    #if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
344
    signal(SIGSEGV, sigHandler);
344
    signal(SIGSEGV, sigHandler);
345
    #endif
345
    #endif
346
    QThread::currentThread()->setObjectName("GUI");
346
    QThread::currentThread()->setObjectName("GUI");

Return to bug 807763