View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010967 | Scribus | General | public | 2012-07-28 13:55 | 2025-04-27 19:11 |
Reporter | ale | Assigned To | Chelen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0010967: Crash when deactivating the color management | ||||
Description | in the ux/master branch, deactivating the color management leads to a crash | ||||
Additional Information | Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there. terminate called after throwing an instance of 'QtConcurrent::UnhandledException' what(): std::exception Program received signal SIGABRT, Aborted. 0x00007ffff19c9475 in raise () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007ffff19c9475 in raise () from /lib/x86_64-linux-gnu/libc.so.6 0000001 0x00007ffff19cc6f0 in abort () from /lib/x86_64-linux-gnu/libc.so.6 0000002 0x00007ffff221b68d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0000003 0x00007ffff2219796 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0000004 0x00007ffff22197c3 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0000005 0x00007ffff2219a36 in __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0000006 0x00007ffff4442e24 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 0000007 0x00007ffff4447d78 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 0000008 0x000000000113a067 in mainApp (argc=1, argv=0x7fffffffe4e8) at /home/ale/docs/src/scribus_chelen/Scribus/scribus/main_nix.cpp:86 0000009 0x0000000001139ff4 in main (argc=1, argv=0x7fffffffe4e8) at /home/ale/docs/src/scribus_chelen/Scribus/scribus/main_nix.cpp:54 | ||||
Tags | No tags attached. | ||||
Patch | |||||