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

            Bug ID: 106427
           Summary: with invalid file: url, hang after database wizard
           Product: LibreOffice
           Version: 5.4.0.0.alpha0+ Master
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: lo_b...@iseries-guru.com

Description:
The program used for the attachment is commit 9ba5eb22, committed
2017-02-04, configured
    CC=ccache /usr/bin/gcc
    CXX=ccache /usr/bin/g++
    --enable-option-checking=fatal
    --enable-dbgutil
    --enable-debug
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --without-package-format
built and running on debian-stretch.

The observations in the following STR are collected from daily Linux
dbgutil bibisect repository version 2017-03-07.


Steps to Reproduce:
(1) Download attached example.fdb.  It is a firebird database with one
    table with one column and no records.

(2) In the download directory, run LO with parameters
        --norestore --nologo --base.

(3) In wizard step 1 "Select Database", click "Connect to existing
    database" and in the dropdown list select "Firebird File".  Click
    <Next>.

(4) In wizard step 2 "Connection settings", in "Datasource URL", type
    "file://example.fdb" without the quotes.  (Yes, I know that this
    is an invalid URL.)  Click <Next>.

    Observed : The wizard progresses to step 3.

    Expected : a complaint about the invalid URL.

(5) In wizard step 3 "Save and proceed", click "No, do not register
    the database".  Click <Finish>.

(6) In "Save as" dialog, navigate to the download directory and enter
    file name "example".  Click <Save>.

    Observed : The program closes "Save as" dialog, and starts to
               display the main database window, showing title bar and
               border, but the rest of the window is transparent.  CPU
               usage is zero.  The window does not respond to X-icon
               on the the toolbar.

    Expected : The program presents the main database window, complete
               and responsive.


Actual Results:  
Described in step (6) above.

Expected Results:
Described in step (6) above.


Reproducible: Always

User Profile Reset: No

Additional Info:
Note some minor variations:
  - The local build shown in the attached gdb run did not get as far
    as showing a hint of the main database window.
  - The local build, given URL file://thing.fdb (when thing.fdb does
    not exist), shows a complete database main window, but it is
    equally unresponsive.



User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Firefox/45.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to