https://bugs.documentfoundation.org/show_bug.cgi?id=153554

--- Comment #20 from Hossein <[email protected]> ---
Created attachment 204964
  --> https://bugs.documentfoundation.org/attachment.cgi?id=204964&action=edit
VS backtrace with latest LO 26.8 master

Unfortunately, I still get a crash assert with the latest LO 26.8 dev master
updated today.

@Noel:
Do you think re-opening the same bug report makes sense, or a new bug report
could better?

Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: b10b28b6575b387ea4a7a0b91283690610158a2a
CPU threads: 20; OS: Windows 11 X86_64 (build 26200); UI render: Skia/Vulkan;
VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

RenderMethod: vulkan
Vendor: 0x8086
Device: 0x46a6
API: 1.3.205
Driver: 0.404.1660
DeviceType: integrated
DeviceName: Intel(R) Iris(R) Xe Graphics
Denylisted: no

$ instdir/program/python
odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape/python/HelloTextTableShape.py

=> abort()

ImplDbgTestSolarMutex(bool owned) at vcl\source\app\dbggui.cxx(36)

static void ImplDbgTestSolarMutex(bool owned)
{
    if (owned) {
=>        assert(ImplGetSVData()->mpDefInst->GetYieldMutex()->IsCurrentThread()
&& "SolarMutex not owned!");
    } else {
        assert(!ImplGetSVData()->mpDefInst->GetYieldMutex()->IsCurrentThread()
&& "SolarMutex owned!");
    }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to