Summary: | Krita crashed upon creating a new custom sized image | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | deathpyre.tarrant |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
deathpyre.tarrant
2011-11-26 23:34:42 UTC
I just tried this again, and it will successfully create this image if I use 8-bit RGB, but will crash with 16-bit RGB. All other settings are defaults. Can you start krita from the command line and post the output? Here it is: krita(21648) KoGenericRegistry<T>::add: Registry already contains item "LABA" krita(21648) KoGenericRegistry<T>::add: Registry already contains item "RGBA16" krita(21648) KoGenericRegistry<T>::add: Registry already contains item "RGBA" krita(21648) KoGenericRegistry<T>::add: Registry already contains item "GRAYA16HISTO" krita(21648) KoGenericRegistry<T>::add: Registry already contains item "PanTool" krita(21648)/kdecore (KLibrary) kde4Factory: The library "/usr/lib64/kde4/kritahistorydocker.so" does not offer a qt_plugin_instance function. krita(21648)/kotext TextShapeFactory::newDocumentResourceManager: No KUndo2Stack found in the document resource manager, creating a new one krita(21648)/koffice (filter manager) KoFilterManager::filterAvailable: The library "" does not offer a check_ "" function. krita(21648) KDirWatchPrivate::KDirWatchPrivate: INotify available: true krita(21648)/kotext TextShapeFactory::newDocumentResourceManager: No KUndo2Stack found in the document resource manager, creating a new one krita(21648)/kdeui (KAction) KActionCollection::setComponentData: this does not work on a KActionCollection containing actions! krita(21648)/koffice: Lcms2 error: 5 Read from memory error. Got 0 bytes, block should be of 128 bytes krita(21648)/koffice: Lcms2 error: 5 Read from memory error. Got 0 bytes, block should be of 128 bytes Unknown m_imageTextureType KCrash: Application 'krita' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit sock_file=/home/soushi/.kde4/socket-nekokaburi/kdeinit4__0 [1]+ Stopped krita I should mention that this is compiled from trunk, done yesterday, and does have lcms support enabled; I have versions 1.19 and 2.2 of lcms installed. Re-compiled it from trunk yesterday, and tried with all available color-spaces, and they all fail with the same console readout listed in my last post if 16-bit mode is attempted. Hm... It works here, even in opengl mode. Could you test with opengl disabled? I don't see the tell-tale signs of an llvm-gallium related crash, but then, I cannot reproduce in any case. 16-bit works with OpenGL disabled. I'm using Mesa and llvm-Gallium compiled from trunk as well. Okay, then I'm going to assume that it's a duplicate of 281446 -- it should be fixed with a new/patched version of opengtl. *** This bug has been marked as a duplicate of bug 281446 *** |