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

            Bug ID: 166365
           Summary: Crash in file picker, directory property
           Product: LibreOffice
           Version: 25.2.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Steps to reproduce the bug:
--------------------------
1. Create a new document (type does not matter).
2. Open the Basic IDE
3. Insert next code in the Main sub of any module
     Dim fp, d
     fp = CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
     d = fp.Directory
4. (Save and) run the code
5. LO crash

LO Version:
----------
Version: 25.2.2.2 (X86_64) / LibreOffice Community
Build ID: 7370d4be9e3cf6031a51beef54ff3bda878e3fac
CPU threads: 6; OS: Linux 6.8; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fr-BE (en_US.UTF-8); UI: en-US
Calc: threaded

Other comments:
--------------
- You get a crash too when executing the code step-by-step and try to expand
the fp variable in the IDE Watch window.
- You get a crash too if you replace "d = ..." by the "xray fp" statement.
     Dim fp, d
     fp = CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
     xray fp
- You get also a crash when you create a FolderPicker instead of a FilePicker.

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

Reply via email to