[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2014-08-08 Thread Bryan Quigley
This is fixed in Libreoffice 4.1+ (in 14.04, etc).
Closing.

** Changed in: libreoffice (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: openoffice
   Importance: Unknown = Undecided

** Changed in: openoffice
   Status: Confirmed = New

** Changed in: openoffice
 Remote watch: OpenOffice.org Issue Tracker #83130 = None

** Changed in: openoffice
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-19 Thread Eike Rathke
@Winfried:
Master's 416d10b5f91047f0dcfbcc233c60322810bfc8d0 could be backported to 4-0 as 
well but additionally to resolving some merge conflicts would also need some 
adaption as there the ScDocument:GetValueCell() and 
ScDocument::GetFormulaCell() methods don't exist yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-19 Thread Libreoffice-commits
Winfried committed a patch related to this issue.
It has been pushed to libreoffice-4-1:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a3cbb8e2526a61a2b10e3663f5971f0441f605a9h=libreoffice-4-1

fdo#37341 fix unending loop in calc with Goal Seek


It will be available in LibreOffice 4.1.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-19 Thread Winfrieddonkers
(In reply to comment #23)
 excerpt from workdir/*/JunitTest/sc_unoapi/done.log:
 
  checking: [sc.ScModelObj::com::sun::star::sheet::XGoalSeek] is iface: 
  [com.sun.star.sheet.XGoalSeek] testcode: [ifc.sheet._XGoalSeek]
  LOG Execute: seekGoal()
  LOG Goal Result: 16.0   Divergence: 0.0
  LOG Goal Result: 9.0   Divergence: 1.7976931348623157E308
  LOG Goal Result: 0.8   Divergence: 1.7976931348623157E308
  Method seekGoal() finished with state FAILED
  LOG seekGoal(): PASSED.FAILED

The java test expects tests 1,2 3 to succeed, fail, succeed. The first 2
tests pass, the 3rd doesn't.

The third test going wrong is a special case. The one 'real' root (1) is 
invalid because of divide by zero, so goal seek must find the an approximate 
that give an error within the allowable delta (1E-6 in the case of goal seek).
With a start value of 0, goal seek succeeds, but with a start value of 0.8 (the 
java test) it does not with the patched code and does succeed with unpatched 
code.
I will try to trace the goal seek process of the patched code to find out what 
goes wrong.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-19 Thread Winfrieddonkers
(In reply to comment #29)
 @Winfried:
 Master's 416d10b5f91047f0dcfbcc233c60322810bfc8d0 could be backported to 4-0
 as well but additionally to resolving some merge conflicts would also need
 some adaption as there the ScDocument:GetValueCell() and
 ScDocument::GetFormulaCell() methods don't exist yet.

@Eike,
Thank you for your help (removing the 'dead' bPrevError line and cherry-picking 
the patch to 4.1)
Given the not so common conditions for this error to ocuur (stack full, i.e. 
400 recursive calls to ScInterpreter::Interpret(), I dare leave 4.0 as it is.
Unless of course one or more users ask for it, then I will try to build and 
patch and commit 4.0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-19 Thread Libreoffice-commits
Winfried committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=416d10b5f91047f0dcfbcc233c60322810bfc8d0

fdo#37341 fix unending loop in calc with Goal Seek


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2013-08-19 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Kohei-yoshida-w
Marking this fixed.  Good job Winfried!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Libreoffice-commits
Winfried committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=07112a712245bdcca40bb87e2bd118eec9635848

fdo#37341 dix unending loop in calc with Goal Seek


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Winfrieddonkers
Created attachment 83889
calc sheet with the goal seek tests from Junittest_sc_unoapi

I've put the data form the Junittest on a calc sheet, with the outcomes as I 
would expect them.
Presently, I don know whether the Junittest is wrong, or the patch.

I could add a unittest to core/sc/qa/unit/ucalc.cxx, I'm not familiar
with unoapi-tests.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Sbergman
The fix broke JunitTest_sc_unoapi, so I unfortunately had to revert it
for now with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=bcbdf6763944dcc53c2667bf829a005ff0b9223a
Revert 'fdo#37341 dix unending loop in calc with Goal Seek.'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Sbergman
excerpt from workdir/*/JunitTest/sc_unoapi/done.log:

 checking: [sc.ScModelObj::com::sun::star::sheet::XGoalSeek] is iface: 
 [com.sun.star.sheet.XGoalSeek] testcode: [ifc.sheet._XGoalSeek]
 LOG Execute: seekGoal()
 LOG Goal Result: 16.0   Divergence: 0.0
 LOG Goal Result: 9.0   Divergence: 1.7976931348623157E308
 LOG Goal Result: 0.8   Divergence: 1.7976931348623157E308
 Method seekGoal() finished with state FAILED
 LOG seekGoal(): PASSED.FAILED

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-09 Thread Libreoffice-commits
Stephan Bergmann committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bcbdf6763944dcc53c2667bf829a005ff0b9223a

Revert fdo#37341 dix unending loop in calc with Goal Seek


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2013-08-09 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-08-02 Thread Winfrieddonkers
A proper fix will take some time as the problem is deep inside the code,
hidden in a maze of recursive and iterative code.

Also, the chances are that when fixed, calc will no longer hang, but neither 
give a solution. The reason for this is that in attachment 46880 the formula in 
every cell depends on the formula-result in other cells. And as the root is 
searched by starting to calculate the final cell (F110), the goal seeking code 
has to call itself too often (i.e. for every formula cell a new call is needed).
A more efficient formula (e.g. using TVM-functions) would solve this (and 
prevent the hanging as long as the problem is not yet fixed).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-07-12 Thread Winfrieddonkers
I have a dirty fix:
The MAXRECURSION (/core/sc/source/core/data/formulacell.cxx) value of 400 is 
reached; increasing it 'solves' the problem.

However, there will always be a case where the MAXRECURSION value is reached, 
so a proper handling of this situation is required.
Also, a 'best' value for MAXRECUSION will be arbitrary matter, given that the 
current value is already arbitrary.

I'll work on a proper fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-07-12 Thread Winfrieddonkers
I also confirm what Takeshi Abe reported, i.e. that the cause is not in
ScInterpreter::ScBackSolver(), but in SCFormulaCell::Interpret().

At some point the result is no longer calculated but equal to the
previous result, causing an infinite loop in ScBacksolver() since
changing the start value does not alter the result.

I'll continue digging (at my own pace, this is not a critical or even
blocking bug) and report my progress.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2013-07-06 Thread Winfrieddonkers
I confirm problem -as described in comment 3 and comment 4 - still
exists on master.

I will look into the code and see if i can find the cause and a fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2013-07-06 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2012-08-06 Thread Tbehrens-u
@kohei, @moggi - any input on how to move this ahead? I notice that
easyhack status got lost or removed meanwhile - or can you suggest
Takeshi Abe some more directions to look into?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381]

2011-12-24 Thread Björn Michaelsen
Is the patch still unapplied? Anyway: Setting status back to NEW until
clarified.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-12-24 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-12-20 Thread Bug Watch Updater
Launchpad has imported 14 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=37341.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-05-19T02:16:15+00:00 Christopher M. Penalver wrote:

Created attachment 46880
sample.ods

1) lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04

2) apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

3) What is expected to happen in LibreOffice Calc via the Terminal:

cd ~/Desktop  wget
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/156381/+attachment/167142/+files/sample.ods
 localc -nologo sample.ods

Tools - Goal Seek... - Formula Cell $F$100 - Target 0 - Variable
Cell $E$7 - OK button

and it does so quickly and successfully.

4) What happens instead is it hangs Calc (waited ~10 minutes than killed
process).

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/7


On 2011-05-19T02:35:55+00:00 Markus-mohrhard wrote:

Not reproducible with LibreOffice 3.4RC1 at Linux x64.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/8


On 2011-05-19T03:08:03+00:00 Christopher M. Penalver wrote:

Formula Cell $F$100 should actually be $F$110. Reproducible in
LibreOffice 3.4.0 DEV300m103(Build:5).

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/9


On 2011-05-19T05:30:22+00:00 Libreoffice-z wrote:

[Reproducible] with reporter's sample and LibreOffice 3.4Beta5  – WIN7
Home Premium  (64bit) German UI [DEV300m103 (Build:5)]. I terminated
with task manager after 10 Minutes.

Steps to reproduce: 
0. Open reporter's sample
1. Menu 'Tools  Options  Calc  Calculate' Precision as shown unchecked ok
2. Click 'F110'
3. Menu 'Tools  Boal seek ...  
4. Use cell picker to insert $F$110 into Pane Formula Cell if not 
   already visible 
5. Insert 0 Into Target Value
6. Use cell picker to insert $E$7 into Pane Variable Cell ok
   Expected: Mattching value should be found
   Actual: LibO hangs, I killed with task manager after 10, I can't tell if it 
might have found a result afer longer time.

Pre-condition is

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/10


On 2011-05-19T05:54:44+00:00 Libreoffice-z wrote:

Sorry, wrong key, so comment posted before my results were complete ...

Pre-condition is NOT setting Precision as shown unchecked, the result
seemed to be arbitrary. I was no able to find any influence of those
settings.

My first test did not show the hang, all further tests with any settings
for Calculation showed the hang. I did the modifications in the
calculation settings after my first test without hang.

I can't confirm the hang as a general problem, a simple test with 'B1'
=A1^2 and various goals did not show any problem.

I will try to let LibO calc some longer now.

@Christopher M. Penalver:
Your sample seems to suggest that Pane Formula Cell should be $F$111, but in 
your report I read $F$100. Any reasons for that or only accident? With 
$F$100 I can't reproduce the bug, but I can with $F$110 or $F$110.

@Kohei:
Please feel free to reassign if it's not your area!

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/11


On 2011-05-19T06:27:13+00:00 Libreoffice-z wrote:

Works fine until Formula Cell $F$106, rest as reported, Hang starts
for $F$107 or higher row No.

It seems that number of calculations steps that Goal Seek can do is
limited? I created a more simple test document myownsample.ods to check
what happens when I want to reach result 1000 in a cell in Column 'A'
wiht start value in 'A1'.

Goal seek worked fine for result in A400, hanged in A500, critical limit
seems to be between those 2 cells.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/156381/comments/12


On 2011-05-19T06:28:55+00:00 Libreoffice-z wrote:

Created attachment 46887
Sample Document, see Comment 5

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug

[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-09-15 Thread Björn Michaelsen
** Changed in: openoffice.org (Ubuntu)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] migrating packaging from OpenOffice.org to Libreoffice

2011-09-15 Thread Björn Michaelsen
[This is an automated message.]
There are no new official OpenOffice.org releases in Ubuntu packaging anymore 
= Won't Fix  

If the problem persists, please mark this bug as also affects project
Libreoffice or also affects distribution Libreoffice (Ubuntu) if that
has not happened already.

Please leave references to upstream OpenOffice.org bugs in place to
allow cross pollination.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-06-19 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/156381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-05-21 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-05-19 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: Unknown = In Progress

** Changed in: df-libreoffice
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2011-05-18 Thread sanmiguel9
No, it does NOT work on an up-to-date Natty (LibreOffice 3.3.2 OOO330m19
(Build:202))

1) open the sample.ods (do not forget 'wget' in the instructions from comment 
#4 ;-) )
2) Tools → Goal Seek... Formula Cell $F$100 - Target 0 - Variable Cell $E$7
3) as expected, after one second the message appears
4) Tools → Goal Seek... Formula Cell $F$110 - Target 0 - Variable Cell $E$7
5) LibreOffice freezes
6) Force quit


N.B.:  $F$100 vs $F$110

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] openoffice calc Goal Seek loops

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2011-05-18 Thread Christopher M. Penalver
otto67, since this bug has enough information provided for a developer
to begin work, I'm going to mark it as confirmed and let them handle it
from here. Thanks for taking the time to make Ubuntu better!

** Description changed:

  Binary package hint: openoffice.org-calc
  
- If you use the Goal Seek on a spreadsheet that exeeds 105 rows OOO calc 
hangs completely, taking over 50% of CPU and you have to force the exit.
- It is really ridicolous because Gnumeric and MS Excel do the same thing on 
the fly, instantly.
- I think it is a serious bug
- The exemple file with instructions you can download here:
- www.propeller.ee/sample.ods
+ 1) lsb_release -rd
+ Description:  Ubuntu 11.04
+ Release:  11.04
  
- Idiot error! I have to save the file to .xls, open the same file in
- Gnumeric, make Goal seek , save and the back to OOO. Nonsense. It is
- an easy function.
+ 2) apt-cache policy libreoffice-calc
+ libreoffice-calc:
+   Installed: 1:3.3.2-1ubuntu5
+   Candidate: 1:3.3.2-1ubuntu5
+   Version table:
+  *** 1:3.3.2-1ubuntu5 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.3.2-1ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ 
+ 3) What is expected to happen in LibreOffice Calc via the Terminal:
+ 
+ cd ~/Desktop  wget
+ 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/156381/+attachment/167142/+files/sample.ods
+  localc -nologo sample.ods
+ 
+ Tools - Goal Seek... - Formula Cell $F$100 - Target 0 - Variable
+ Cell $E$7 - OK button
+ 
+ and it does so quickly and successfully.
+ 
+ 4) What happens instead is it hangs Calc (waited ~10 minutes than killed
+ process).
+ 
+ WORKAROUND: Use Gnumeric as it performs the calculation instantly.
+ 
+ apt-cache policy gnumeric
+ gnumeric:
+   Installed: 1.10.13-1ubuntu1
+   Candidate: 1.10.13-1ubuntu1
+   Version table:
+  *** 1.10.13-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
+ 100 /var/lib/dpkg/status
+ 
+ Original Reporter Comments: If you use the Goal Seek on a spreadsheet
+ that exceeds 105 rows OOO calc hangs completely, taking over 50% of CPU
+ and you have to force the exit.

** Tags added: lo33

** Summary changed:

- [Upstream] [hardy] openoffice calc Goal Seek loops
+ [Upstream] [hardy] Goal Seek hangs Calc indefinitely

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-05-18 Thread Christopher M. Penalver
** Bug watch added: freedesktop.org Bugzilla #37341
   http://bugs.freedesktop.org/show_bug.cgi?id=37341

** Also affects: df-libreoffice via
   http://bugs.freedesktop.org/show_bug.cgi?id=37341
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] Goal Seek hangs Calc indefinitely

2011-05-18 Thread Christopher M. Penalver
** Description changed:

  Binary package hint: openoffice.org-calc
  
  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04
  
  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
-   Installed: 1:3.3.2-1ubuntu5
-   Candidate: 1:3.3.2-1ubuntu5
-   Version table:
-  *** 1:3.3.2-1ubuntu5 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
- 500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1:3.3.2-1ubuntu4 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+   Installed: 1:3.3.2-1ubuntu5
+   Candidate: 1:3.3.2-1ubuntu5
+   Version table:
+  *** 1:3.3.2-1ubuntu5 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.3.2-1ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  
  3) What is expected to happen in LibreOffice Calc via the Terminal:
  
  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/156381/+attachment/167142/+files/sample.ods
   localc -nologo sample.ods
  
- Tools - Goal Seek... - Formula Cell $F$100 - Target 0 - Variable
+ Tools - Goal Seek... - Formula Cell $F$110 - Target 0 - Variable
  Cell $E$7 - OK button
  
  and it does so quickly and successfully.
  
  4) What happens instead is it hangs Calc (waited ~10 minutes than killed
  process).
  
  WORKAROUND: Use Gnumeric as it performs the calculation instantly.
  
  apt-cache policy gnumeric
  gnumeric:
-   Installed: 1.10.13-1ubuntu1
-   Candidate: 1.10.13-1ubuntu1
-   Version table:
-  *** 1.10.13-1ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.10.13-1ubuntu1
+   Candidate: 1.10.13-1ubuntu1
+   Version table:
+  *** 1.10.13-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
+ 100 /var/lib/dpkg/status
  
  Original Reporter Comments: If you use the Goal Seek on a spreadsheet
  that exceeds 105 rows OOO calc hangs completely, taking over 50% of CPU
  and you have to force the exit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] Goal Seek hangs Calc indefinitely

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2011-05-13 Thread Christopher M. Penalver
** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] openoffice calc Goal Seek loops

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2011-05-13 Thread Christopher M. Penalver
otto67, thank you for reporting this bug and helping make Ubuntu better.
This issue is unreproducible in LibreOffice Writer via the Terminal:

cd ~/Desktop 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/156381/+attachment/167142/+files/sample.ods
 localc -nologo sample.ods

Tools - Goal Seek... - Formula Cell $F$100 - Target 0 - Variable
Cell $E$7 - OK button and notice a second later a window pops up
noting:

LibreOffice Calc
Goal Seek not successful.
No exact value found.
Insert closest value (0.00)?

YES button

Does this work for you?

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

** Changed in: libreoffice (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156381

Title:
  [Upstream] [hardy] openoffice calc Goal Seek loops

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2010-05-13 Thread Chris Cheney
** Tags added: hardy

-- 
[Upstream] [hardy] openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2008-06-13 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
   Status: Confirmed = Triaged

-- 
[Upstream] [hardy] openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2008-03-11 Thread Chris Cheney
** Summary changed:

- openoffice calc Goal Seek loops
+ [Upstream] [hardy] openoffice calc Goal Seek loops

-- 
[Upstream] [hardy] openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: [Upstream] [hardy] openoffice calc Goal Seek loops

2008-03-11 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu)
   Importance: Undecided = Low

-- 
[Upstream] [hardy] openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: openoffice calc Goal Seek loops

2007-11-09 Thread Bug Watch Updater
** Changed in: openoffice
   Status: Unknown = Confirmed

-- 
openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: openoffice calc Goal Seek loops

2007-11-08 Thread Koen Beek
** Also affects: openoffice via
   http://www.openoffice.org/issues/show_bug.cgi?id=83130
   Importance: Unknown
   Status: Unknown

-- 
openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: Goal Seek

2007-10-30 Thread Koen Beek
I can confirm behaviour on my machine



** Attachment added: sample.ods
   http://launchpadlibrarian.net/10214746/sample.ods

-- 
Goal Seek
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: Goal Seek

2007-10-30 Thread Koen Beek
I have tried this on openoffice 2.3.0 in windows XP and this results in
the same problem

seems this is an openoffice calc problem not directly linked to ubuntu
or even linux

it's probably best to have this bug transferred upstream to the
openoffice team

** Summary changed:

- Goal Seek
+ openoffice calc Goal Seek loops

-- 
openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: openoffice calc Goal Seek loops

2007-10-30 Thread Koen Beek
reported bug upstream

http://www.openoffice.org/issues/show_bug.cgi?id=83130

-- 
openoffice calc Goal Seek loops
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Re: Goal Seek

2007-10-28 Thread Koen Beek
** Changed in: openoffice.org (Ubuntu)
   Status: New = Confirmed

-- 
Goal Seek
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156381] Goal Seek

2007-10-23 Thread otto67
Public bug reported:

Binary package hint: openoffice.org-calc

If you use the Goal Seek on a spreadsheet that exeeds 105 rows OOO calc hangs 
completely, taking over 50% of CPU and you have to force the exit.
It is really ridicolous because Gnumeric and MS Excel do the same thing on the 
fly, instantly.
I think it is a serious bug
The exemple file with instructions you can download here:
www.propeller.ee/sample.ods

Idiot error! I have to save the file to .xls, open the same file in
Gnumeric, make Goal seek , save and the back to OOO. Nonsense. It is
an easy function.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Goal Seek
https://bugs.launchpad.net/bugs/156381
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs