Bug 442564

Summary: crash EXC_BAD_ACCESS createDockWidget
Product: [Applications] krita Reporter: vanyossi <ghevan>
Component: * UnknownAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description vanyossi 2021-09-16 23:05:20 UTC
Some crashes I encouner when launching krita. Some might be already fixed, and some could be glitches as I could never reproduce them again. I paste the backtrace in hopes of be certain the bug cannot happen again.

BACKTRACE

* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
  * frame #0: 0x00000001008d269c libkritaui.18.0.0.dylib`QObject::inherits(this=0x0000000000000000, classname="KisUtilityTitleBar") const at qobject.h:411:47
    frame #1: 0x0000000100f6f080 libkritaui.18.0.0.dylib`KisMainWindow::createDockWidget(this=0x0000000141637ef0, factory=0x000000016fdfdbb8) at KisMainWindow.cpp:2274:44
    frame #2: 0x0000000100f7558c libkritaui.18.0.0.dylib`KisMainWindow::KisMainWindow(this=0x0000000141637ef0, uuid=(data1 = 0, data2 = 0, data3 = 0, data4 = "")) at KisMainWindow.cpp:389:60
    frame #3: 0x0000000100fa2a18 libkritaui.18.0.0.dylib`KisPart::createMainWindow(this=0x00000001413a7560, id=(data1 = 0, data2 = 0, data3 = 0, data4 = "")) at KisPart.cpp:243:29
    frame #4: 0x0000000100fa6414 libkritaui.18.0.0.dylib`KisPart::startBlankSession(this=0x00000001413a7560) at KisPart.cpp:628:29
    frame #5: 0x0000000100f16dec libkritaui.18.0.0.dylib`KisApplication::start(this=0x000000016fdff120, args=0x000000016fdff030) at KisApplication.cpp:458:22
    frame #6: 0x0000000100013f20 krita`main(argc=1, argv=0x000000016fdff6e0) at main.cc:671:14
    frame #7: 0x0000000195311430 libdyld.dylib`start + 4
Comment 1 vanyossi 2021-10-15 17:51:43 UTC
Closing as I could not reproduce or encounter it after a month.