[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-05-19 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User mci changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu May 19 06:33:00 -0700 
2005 ---
Hi grsingleton,

to make task handling easier I set this issue duplicate to issue 47609  ...
Both issue handle the same problem...

*** This issue has been marked as a duplicate of 47609 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-05-19 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User mci changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu May 19 06:36:14 -0700 
2005 ---
closing duplicate...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-05-03 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Tue May  3 10:01:04 -0700 
2005 ---
I have just tried m99. With the 2.0 User Guide loaded, OOom99 is consuming
approximately 33% cpu. This is still high in my reckoning when the suite is 
idle.
However, I have also noted that without this HUGE doc loaded, soffice.bin does 
not
even display in top. So things are improving. 

pl, you asked about using GDB. Do you have a debug enabled OOo later than m95
that could be tested?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-05-02 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Mon May  2 02:58:43 -0700 
2005 ---
The gettimeofday calls are used for OOo's internal timers to check whether a
timer has run out and should be handled. They occur basically as often as either
an X event occurs or a timer runs out; so that's quite normal. I fear
gettimeofday has just proven again that looking at a strace output tells you
next to nothing about OOo. The only way this would indicate something
interesting would be if someone in OOo sets up a high frequency timer (say a few
millicseconds) and then does something time consuming inside the handler.

What would seem more promising would be breaking into OOo occasionally with gdb
to see what actually is taking so much CPU. I'd do so myself, but an idle writer
document takes 0.0% on my machine.

Just my 2 cents

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-05-01 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User grsingleton changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25698) strace of idle
  |  |m97 with no document.





--- Additional comments from [EMAIL PROTECTED] Sun May  1 14:37:11 -0700 
2005 ---
Created an attachment (id=25698)
strace of idle m97 with no document.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-30 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Sat Apr 30 11:15:58 -0700 
2005 ---
Interesting experience. I have recently upgraded to m97 and see that it too uses
excessive cpu. From the comment above about ntpd, I diabled this daemon then ran
m97. The attached strace.m97 shows that soffice.bin is looping on
gettimeofday(). I hope that this trace will enable someone to find out why this
occurs as compared to m94 which idled at about 3%.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-30 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User grsingleton changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25673) strace of m97
  |  |showing gettimeofday stuff





--- Additional comments from [EMAIL PROTECTED] Sat Apr 30 11:24:42 -0700 
2005 ---
Created an attachment (id=25673)
strace of m97 showing gettimeofday stuff


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-30 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Sat Apr 30 12:10:02 -0700 
2005 ---
when running m97 on SuSE 9.3 i can confirm the 'getoftime'-flooding. i doesn't
slow down my system, but makes me still wonder what this continuous calls might
be good for.

grsingleton, i will download an m94 next week and recheck. if this build does
not gettimeofday-flood, there would have been a code chance from 94 to 95, if it
shows the same behaviour as m97 we would have to investigate further concering
your = FC 3 setup.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-26 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Tue Apr 26 05:43:28 -0700 
2005 ---
i will get myself a m95 first and have a look if i can reprocude on my system
(my comments so far were about m90..)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-26 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Tue Apr 26 05:55:59 -0700 
2005 ---
The m95 in question is the one that one can download from the download tab at
www.openoffice.org. I downloaded it on the day it was released so check that the
date is on or near Apri 21. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-25 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Mon Apr 25 04:07:10 -0700 
2005 ---
You mean that because I sync the machines on my system using ntp OOo pegs the 
cpu?
And yes I have straced and seen the gettimeofday calls. THis is not good news 
as I 
require ntp to keep my network in sync.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-25 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Mon Apr 25 12:19:32 -0700 
2005 ---
You mean that because I sync the machines on my system using ntp OOo pegs the
cpu?

yes, i was indicating this, but don't know at all if this is the real reason or
just some side impact..


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-25 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Mon Apr 25 12:42:18 -0700 
2005 ---
Do you need access? It can be arranged. I suggest VNC.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-24 Thread rjbutler
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User rjbutler changed the following:

  What|Old value |New value

   Summary|M 95 uses upto 97% cpu|M 95 uses upto 97% cpu





--- Additional comments from [EMAIL PROTECTED] Sun Apr 24 01:21:35 -0700 
2005 ---
I am not able to reproduce this behaviour on Mandrake 10.1 
kernel 2.6.8.1-03-NeTraverse-i686-UP-4GB

soffice does not even appear on my top list on a visible shell window.

Russell Butler


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-24 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944





--- Additional comments from [EMAIL PROTECTED] Sun Apr 24 05:21:40 -0700 
2005 ---
Sorry forgto to mention this is Fedora Core 3.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 47944] M 95 uses upto 97% cpu

2005-04-24 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47944


User maxweber changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Apr 24 11:01:51 -0700 
2005 ---
grsingleton, i can confirm that when stracing OOo _m90_ i see a lot of contiuos
gettimeofday statements when doing just nothing inside the application.
Performance on my system is still ok (800Mhz, 128MB RAM), but maybe the FC
libraries choke on this call-flooding. Also it seems possible to me that
quering a NTP server under this condition may result in decreased performance.. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]