View Issue Details

IDProjectCategoryView StatusLast Update
0010967ScribusGeneralpublic2025-04-27 19:11
Reporterale Assigned ToChelen  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0010967: Crash when deactivating the color management
Descriptionin the ux/master branch, deactivating the color management leads to a crash
Additional InformationQt 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
TagsNo tags attached.
Patch

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-07-28 13:55 ale New Issue
2012-07-28 13:55 ale Status new => assigned
2012-07-28 13:55 ale Assigned To => Chelen
2025-04-27 19:11 cbradney Project Contributor Builds => Scribus