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

            Bug ID: 116192
           Summary: Calc busy loop when using VLOOKUP
           Product: LibreOffice
           Version: 6.0.1.1 release
          Hardware: x86-64 (AMD64)
                OS: Mac OS X (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: tsuna...@gmail.com

Description:
Simple uses of VLOOKUP can make Calc busy loop forever

Steps to Reproduce:
1. Create a new spreadsheet
2. On Sheet1, insert the following 3 rows 2 columns:
colA colB
foo  1
bar  2

3. Add Sheet2 and insert the following 2 columns 2 rows:
colA colB
foo

in cell B2 on Sheet2 (under "colB") enter the following formula:
=VLOOKUP(A2, Sheet1.A:B, 2, 0)

Actual Results:  
Upon hitting enter Calc will start to busy loop and peg the CPU at 100%.

Expected Results:
The formula in cell B2 should evaluate to "1".


Reproducible: Always


User Profile Reset: No



Additional Info:
Sometimes the formula manages to get evaluated before Calc starts to busy loop.


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/66.0.3355.0 Safari/537.36

-- 
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