[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-12-31 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773


User punisher changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |107869





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 107869] Dynamically load/unload g raphics objects to minimize memory footprint

2009-12-31 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107869


User punisher changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |102773
  is|  |





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 107869] Dynamically load/unload g raphics objects to minimize memory footprint

2009-12-23 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107869
 Issue #|107869
 Summary|Dynamically load/unload graphics objects to minimize m
|emory footprint
   Component|Word processor
 Version|DEV300m67
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|punisher





--- Additional comments from punis...@openoffice.org Thu Dec 24 07:43:16 
+ 2009 ---
_THE ISSUE_

The way OO Writer currently handles graphics objects, in documents, is to load
every single graphic and keep it in memory for the entire duration for which the
document is open.  The impact of this approach is the subject of Issue 102773.

In the case of the aforementioned issue, an 82-page, 11.4 MB .odt document,
containing many graphics objects, is initially opened very quickly (about 3
seconds) and memory usage increase is marginal; but about a second later, Writer
proceeds to load every single graphic in the file, tying up the processor for
over a minute and bringing total memory consumption beyond 417 MB.  I'm on a P3
system.  By comparison, the same document, converted to .doc format and opened
in MS Word, is opened quickly and with much less than 100 MB (began under 40 MB
and peaked around 60 MB when the document was scrolled up and down).  This isn't
a format issue, because when the same .doc version is opened with OO Writer,
over 400 MB of memory is again consumed.  Note: the aforementioned timings do
not include application start times.  In both cases, the applications were first
started then the documents were drag-dropped.

Now imagine if someone was attempting to use OO Writer to produce a 400-page
guide containing many screenshots.  What would OO Writer require then?  I'm
assuming as much as 3 GB.  This is unreasonable.


_REQUESTED SOLUTION_

In my experience, MS Word does not keep all graphics loaded all the time
(correct me if I'm wrong), and I do not see why OO Writer cannot do something
similar.  My request therefore, is that OO Writer take an approach somewhat like
the following (I'm sure there are better approaches; these are just my 
thoughts):

1. Load all graphics objects for the page in view, obviously;
2. Load all graphics objects for the 10 pages before (if any) and 10 pages after
(if any) the current view;
3. If the cursor is out of view (not on the current page) and is outside the
bounds of the pages in #2, speculatively load graphics objects for the 5 pages
before (if any) and 5 pages after (if any) the page currently with the cursor;
4. If #3 was true and the cursor is then brought into the page in view (e.g. by
clicking the viewed page), short delay unload the graphics objects in #3;
5. If #2 was true then, upon scrolling such that a page is outside the bounds,
lazy unload the graphics objects for the page now out of bounds and immediately
load the graphics objects for the new page(s) in bounds (if any); and
6. An additional factor, such as a memory bounds parameter, could facilitate the
loading of graphics objects from even more pages, so long as the memory bound is
not exceeded.

The above selection of 5 and 10 pages is just for discussion.  Whatever is
optimal would be best and would depend both on OO load/unload performance and
user perception.

All that being said, I can't code or understand code for anything as complex as
OO, so it's entirely up to the OO devs whether my request is even considered.

Thanks

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-08-21 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Fri Aug 21 18:17:48 
+ 2009 ---
I have now tested with DEV300m55.  Initial loading is now faster and only about
114 MB of memory is consumed.  I suppose this is the part you say is fixed by
DEV300m54.

However, after settling for about a second, memory consumption steadily
increases.  CPU utilization also goes up considerably, for the duration, but not
as bad (i.e. interface now responsive, but laggy) as before (app' unusable for
minutes).  This goes on for about 90 seconds--until all graphics are loaded. 
Once completely loaded, VM Size sits at 422 MB.  Keep in mind, I have a 933 MHz
P3 with 512 MB RAM running Windows XP SP3.

Like I stated, 3.0 had no problems with the document.  In fact, it was with 3.0
that I composed the document.  I most certainly did not see what I'm seeing now.

The situation is nevertheless better now, but improvements would definitely be 
nice.

Thanks

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-08-19 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Wed Aug 19 22:36:37 
+ 2009 ---
OK, but isn't it desirable to make OOO faster rather than [significantly]
slower?  The statement: But this is no defect from my point of view, suggests
to me that this issue is considered not worth remedying.

Anyways, I hope otherwise.

Thanks

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-08-14 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Fri Aug 14 22:10:54 
+ 2009 ---
Hmm.  Your results for 3.0 are strange.  Is it a clean installation?

On my system, memory consumption for 3.0 is around 100 MB and the document loads
quickly (within seconds).

With 3.1+, memory consumption is well over 300 MB (don't remember exactly how
high), CPU is pegged, and it takes a few minutes to load.

Note: I don't use quick starter.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-08-13 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Thu Aug 13 18:08:27 
+ 2009 ---
@od: If you're a Sun employee, ask es for the document I sent him.  Test with
that and you're likely to see the issue.

It is a defect.  Once someone compares results for the document I sent to es,
between OOO 3.0 and OOO 3.1+, the extent of the problem should become apparent.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-08-12 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Wed Aug 12 15:16:07 
+ 2009 ---
1. Maybe es could chime in, since I sent him the full document and I've yet to
see any response regarding tests on that document.

2. Also, none of you are revealing what platform you are testing on: CPU brand
and model + operating system.

3. Notice I was specific about my platform and that could also be a contributing
factor.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Crash on Undo of deleting contant with graphic

2009-07-06 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Mon Jul  6 14:23:18 
+ 2009 ---
Unfortunately, by renaming this bug, you're losing the memory leak issue, which
is a very significant issue itself.

If you prefer, I can create a new bug with only the memory leak issue and make
it block this bug, since discussion on it has already occurred here.  Once the
memory leak has been acknowledged as a NEW issue, I can then remove blocking.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102752] Writer crashes if you cha nge the anchor of a drawing object to page

2009-07-06 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102752





--- Additional comments from punis...@openoffice.org Mon Jul  6 15:07:36 
+ 2009 ---
Another way to reproduce this bug:

1. create a new writer document
2. draw an object (e.g. rectangle)
3. hit carriage return till the cursor is below the drawn object
4. Select All (Ctrl + A) then delete
5. Undo (Ctrl + Z)
6. OpenOffice crashes


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102752] Writer crashes if you cha nge the anchor of a drawing object to page

2009-07-06 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102752


User punisher changed the following:

What|Old value |New value

  CC|'automat,mru,os'  |'automat,mru,os,punisher'





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-07-06 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773


User punisher changed the following:

What|Old value |New value

Keywords|crash, regression |oooqa, performance, regres
|  |sion

 Summary|Crash on Undo of deleting |Extremely high memory and 
|contant with graphic  |CPU consumption opening ce
|  |rtain documents





--- Additional comments from punis...@openoffice.org Mon Jul  6 15:13:21 
+ 2009 ---
The crash does indeed appear to be Issue 102752, so I've commented there and I'm
changing this bug back to focus on the memory leak.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-07-03 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Fri Jul  3 20:45:58 
+ 2009 ---
@mru:

The crash is not directly related to opening of the file (only indirectly in
that OpenOffice is not properly handling something in the file).  To reproduce
the crash itself, you must follow steps 1 to 6 in the bug description.

As for drawing objects, no.  There are no drawing objects in that file.  The
only possibly related thing is that I had to change properties (size, position,
etc) of some of the images I pasted.

I originally filed Issue 102627 but it got duped to Issue 102380 and there it
was asserted that the issues I witnessed in 102627 were not related because
Writer has it's own implementation of Graphic objects (and it's own
buffering/caching mechanism).  That might give you some more clues.

But again: a Pentium 3 (or Pentium M) + Windows XP SP3 might be necessary to
reproduce the crash, if you can't reproduce following my steps.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-07-02 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Fri Jul  3 04:10:08 
+ 2009 ---
#1: The crash is only one of two issue.  The crash might be P3-specific.  How is
OpenOffice using SSE2?  That at times is a source of crashes for older CPUs.  Is
anyone able to test this on a P3 or non-SSE2 capable Athlon?

#2: What about the memory leak?  Were you able to verify that?

Thanks

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-24 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Thu Jun 25 05:09:32 
+ 2009 ---
Anyone able to reproduce this issue yet?


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-20 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Sat Jun 20 17:53:40 
+ 2009 ---
@es: Document sent.  Hopefully the server supports the attachment size. :-)


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-19 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Fri Jun 19 22:24:07 
+ 2009 ---
@es:
What email address should I send it to?  I notice that even for me, the email
address here appears as userid {at} openoffice.org.

The document must under no circumstances end up on the Internet.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-16 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Tue Jun 16 06:24:51 
+ 2009 ---
The 11 MB file contain many images representing a lot of information I am not to
divulge; thus, even with your suggestion, I can't attach the file.

I may just have to wait for someone with an Intel P3 to verify.  I'm beginning
to suspect this may be an architecture-specific bug.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-16 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Tue Jun 16 06:48:28 
+ 2009 ---
Since I cannot find information on debugging OOo with WinDbg, I decided to debug
without anyway, and without symbol files, as I could not find info on obtaining
those either.

An exception that occurred on opening the attached odt file is:

(988.a3c): C++ EH exception - code e06d7363 (first chance)


Here is the stack trace on crash:
-
eax=014aef60 ebx= ecx= edx=0001 esi=014aefe8 edi=083ebefc
eip=7c812afb esp=014aef5c ebp=014aefb0 iopl=0 nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs= efl=0206
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
C:\WINDOWS\system32\kernel32.dll - 
kernel32!RaiseException+0x52:
7c812afb 5e  pop esi
Missing image name, possible paged-out or corrupt data.
Missing image name, possible paged-out or corrupt data.
Missing image name, possible paged-out or corrupt data.
2:002 kp
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.dll
- 
ChildEBP RetAddr  
WARNING: Stack unwind information not available. Following frames may be wrong.
014aefb0 7857dbf9 kernel32!RaiseException+0x52
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
C:\Program Files\Editors\OOo-dev 3\Basis\program\svxmi.dll - 
014aefe8 574d4fca MSVCR90!CxxThrowException+0x48
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
C:\Program Files\Editors\OOo-dev 3\Basis\program\swmi.dll - 
014af02c 5cd77267 svxmi!SdrObject::getShapePropertyChangeNotifier+0x6e
014af06c 5cd2fe20 swmi!SwFlyDrawContact::MoveObjToInvisibleLayer+0x1427
014af09c 5cd30fc6 swmi!SwModify::Modify+0x63
014af0e8 5cd8357c swmi!SwFmt::Modify+0x15d
014af110 5cd31123 swmi!SwFrmFmt::Modify+0xe1
014af1a0 5cf7d594 swmi!SwFmt::SetFmtAttr+0xb8
014af208 5cf7dbad swmi!SwDoc::GetRedoIds+0x9e71
014af218 5cf742b9 swmi!SwDoc::GetRedoIds+0xa48a
014af290 5cf74e2e swmi!SwDoc::GetRedoIds+0xb96
014af2b0 5cf7974a swmi!SwDoc::GetRedoIds+0x170b
014af398 5cf72c1c swmi!SwDoc::GetRedoIds+0x6027
014af3b8 5cd47785 swmi!SwDoc::Undo+0xb9
014af400 5d1154e0 swmi!SwEditShell::Undo+0x117
014af41c 5d08de1e swmi!SwWrtShell::Do+0x67
014af438 5d08f854 swmi!TextControlCombo::Disable+0xd91
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
C:\Program Files\Editors\OOo-dev 3\Basis\program\sfxmi.dll - 
014af444 58170bff swmi!TextControlCombo::Disable+0x27c7
014af518 5817261a sfxmi!SfxDispatcher::Call_Impl+0x3ff
014af578 5816bc2c sfxmi!SfxDispatcher::_Execute+0x1c5


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-15 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Mon Jun 15 06:57:17 
+ 2009 ---
I can't sent the whole 11 MB file due to contractual obligations.

By not out of ordinary, what are your numbers compared to other odt documents?

If it helps, I'm on an Intel P3.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-15 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Mon Jun 15 07:44:40 
+ 2009 ---
Does anyone have a link to documentation on how to get a stack trace for
OpenOffice using WinDbg?

Thanks

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-14 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773
 Issue #|102773
 Summary|Extremely high memory and CPU consumption opening cert
|ain documents
   Component|Word processor
 Version|DEV300m50
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|punisher





--- Additional comments from punis...@openoffice.org Mon Jun 15 04:46:57 
+ 2009 ---
There is a regression with OpenOffice.org 3.1+ whereby opening certain documents
containing graphics results in high memory consumption and high CPU utilization.
 Also related to this is a crash which I detail below.

With an 11 MB odt document, which I cannot attach, soffice.bin memory
consumption surpasses 300 MB and does not get released--even when the document
is closed--until the application itself is closed.  I am, however, attaching a 1
MB excerpt of the document. With the 1 MB document, memory consumption exceeds
100 MB and does not get released when the document is closed.

The issue seems to be specific to something in the document, which was created
using OpenOffice.org 3.0.  For comparison, I created a 12.5 MB document (also
with OO 3.0), with about as many graphics.  This document opens quickly and
without any problems, soffice.bin consuming only 66 MB.

To reproduce the high CPU and memory consumption issue, simply download and open
the attached document.

The memory consumption bug existed throughout most of the 3.1 dev cycle and
continues to exist in the current 3.2 dev cycle (including the recent
DEV300m50).  The bug does not exist in 3.0

THE CRASH: With the same document, for which the memory leak occurs, deleting
content then undoing results in a Microsoft Visual C++ runtime error and crash.
 To reproduce the crash:

1. Download and open the attached document (sample.odt)
2. Wait for the document to finish loading
3. Scroll to the last page
4. Select everything on the last page and delete it
5. Press CTRL+Z to undo
6. OpenOffice crashes.
note: Steps 3 and 4 may work with any content in the document, but this is how I
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-14 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773


User punisher changed the following:

What|Old value |New value

Keywords|  |crash, performance, regres
|  |sion





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 102773] Extremely high memory and CPU consumption opening certain documents

2009-06-14 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102773





--- Additional comments from punis...@openoffice.org Mon Jun 15 04:50:01 
+ 2009 ---
Created an attachment (id=62989)
Sample ODT file for which the problems occur


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 102380] Impress hangs when openin g a big file

2009-06-14 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102380





--- Additional comments from punis...@openoffice.org Mon Jun 15 04:55:28 
+ 2009 ---
(reply to: aw)
 If You really see the same problem in Writer, please write a new task for it.

Just filed Issue 102773 for the memory leak + crash issue with writer.


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 102380] Impress hangs when openin g a big file

2009-06-10 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102380





--- Additional comments from punis...@openoffice.org Wed Jun 10 16:00:01 
+ 2009 ---
NOTE: This issue affects odt documents too; thus, this is an application core
issues, as I mentioned in Issue 102627.

I have an 11 MB odt document, containing many graphics, that exhibits this same
problem.  I cannot attach the document due to contractual obligations.

Furthermore, I should point out the inconsistency I observer here in that @2fi
is told by wg to file another bug for his ppt-related issue and yet my Issue
102627 has been duped to this.  Personally, I believe it is all the same bug.


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 102380] Impress hangs when openin g a big file

2009-06-10 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102380


User punisher changed the following:

What|Old value |New value

  CC|'cl,ka,kpalagin'  |'cl,ka,kpalagin,punisher'





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102627] Extremely high memory and CPU consumption opening certain documents

2009-06-09 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102627
 Issue #|102627
 Summary|Extremely high memory and CPU consumption opening cert
|ain documents
   Component|framework
 Version|DEV300m49
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|tm
 Reported by|punisher





--- Additional comments from punis...@openoffice.org Wed Jun 10 01:01:49 
+ 2009 ---
There is a regression with OpenOffice.org 3.1+ whereby opening certain documents
containing graphics results in high memory consumption and high CPU utilization.

I have experienced this with both an 11 MB odt document that was originally
created in writer 3.0 and a 1.18 MB PowerPoint document.  This bug existed
throughout most of the 3.1 dev cycle and continues to exist in the current 3.2
dev cycle.  The bug does not exist in 3.0

I can attach the PowerPoint document, but I cannot attach any of the odt
documents due to contractual obligations.  The memory consumption is about three
times for those odt documents, I cannot attach, than it is for the PowerPoint
document I will be attaching.

This is on Windows XP SP3

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102627] Extremely high memory and CPU consumption opening certain documents

2009-06-09 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102627


User punisher changed the following:

What|Old value |New value

Keywords|  |performance, regression





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 42603] Toolbar for header and foo ter formatting?

2009-06-09 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42603





--- Additional comments from punis...@openoffice.org Wed Jun 10 01:09:11 
+ 2009 ---
Created an attachment (id=62894)
Sample PowerPoint file


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102627] Extremely high memory and CPU consumption opening certain documents

2009-06-09 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102627





--- Additional comments from punis...@openoffice.org Wed Jun 10 01:11:12 
+ 2009 ---
Created an attachment (id=62895)
Sample PowerPoint file


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 42603] Toolbar for header and foo ter formatting?

2009-06-09 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42603


User punisher changed the following:

What|Old value |New value

Keywords|  |performance, regression





--- Additional comments from punis...@openoffice.org Wed Jun 10 01:12:17 
+ 2009 ---
Oops.  Attached this file to the wrong issue.  Please ignore.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 42602] Formatting heading style i n OpenOffice 2.0 confusing

2008-05-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42602





--- Additional comments from [EMAIL PROTECTED] Mon May 19 03:56:14 + 
2008 ---
Issue still exists in OpenOffice 3.0 beta, but if you want to close it, go
ahead, as it doesn't look like it's likely to be addressed anytime soon.


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



[sw-issues] [Issue 42603] Toolbar for header and foo ter formatting?

2008-05-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42603





--- Additional comments from [EMAIL PROTECTED] Mon May 19 04:00:47 + 
2008 ---
Issue still exists in OpenOffice 3.0 beta but can be closed, as it doesn't look
like it's likely to be addressed anytime soon.

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



[sw-issues] [Issue 43119] Enhance display of Breaks (Nonprinting Characters)

2008-05-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43119


User punisher changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Mon May 19 04:05:19 + 
2008 ---
Issue still exists in OpenOffice 3.0 beta; however, I'm resolving WONTFIX, since
it's received no attention.

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



[api-issues] [Issue 48858] Memory Leak in soffice.bin, visible with Quickstarter

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





--- Additional comments from [EMAIL PROTECTED] Wed May 11 10:37:35 -0700 
2005 ---
But what's the point of sucking up over 85 MB of RAM for an application that is
not in use?  Is there not a more efficient way?

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



[api-issues] [Issue 48858] New - Memory Leak in soffice.bin, visible with Quickstarter

2005-05-07 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48858
  Issue #:|48858
  Summary:|Memory Leak in soffice.bin, visible with Quickstarter
Component:|api
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|sw
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Sat May  7 06:55:49 -0700 
2005 ---
There is a memory leak in OpenOffice soffice.bin process, which is visible when
using Quickstarter.  I am using build 680m100.  

On first boot, the process loaded by Quickstarter, soffice.bin, consumes 15 MB
of RAM.  This is reasonable (and should be no greater).  Quickstarter itself
consumes and remains steady at 1,292 KB of RAM.  The fun begins when one
actually uses OpenOffice applications.  Rather than dismissing the leak as a
Windows Task Manager problem, an argument I do not accept since I have
applications on my systems that actively free memory they consume while the
application is in use, try the following out for yourselves.

There are six OpenOffice applications installed with 680m100.  Cycle through
each application by launching it, creating or opening and working with an
associated file, and then closing the application.  Upon closing each
application, note Memory Usage for the soffice.bin process, as reported by
Windows Task Manager.  This memory never gets freed and will grow and grow. 
Mine exceeded 85 MB, with no applications running - only Quickstarter - by the
time I filed this report.  This soffice.bin memory usage will, as I have
confirmed, continue to grow with each launch, usage, and close of OpenOffice
applications.  It never gets freed! 

After reviewing the other bug reports on memory leaks in the various OpenOffice
applications (i.e. bug reports: 48405, 48642, 41675, and especially 40658), it
appears this is a systemic problem.  This bug exists in one or more core
OpenOffice components, and it would be very much appreciated if this could be
fixed.  As a measure, I believe that soffice.bin, which begins life at 15 MB
with Quickstarter, should jettison memory and return to its initial memory
consumption with each application close.  Caveat: I am not a programmer, and I
do realize things aren't always so black and white, but there is a problem here.

Thanks

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



[sw-issues] [Issue 48859] New - Poor OpenOffice Math performance

2005-05-07 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48859
  Issue #:|48859
  Summary:|Poor OpenOffice Math performance
Component:|Formula editor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Sat May  7 07:27:12 -0700 
2005 ---
In the default OO Math layout, you have the larger upper pane and the smaller
lower pane.  No jokes, please. :-)

Any changes made in the lower pane, including typing or clicking a funtion in
the function selection dialog (please excuse my OO Math vocabulary), tends to
take a rather large amount of time to produce any result in the upper pane.  On
my system, a P3 933 MHz / 512 MB RAM, this ranges between .5 to almost 2.5 sec -
even with the first entry.  The usual lag I am observing is actually 1 to over 2
seconds.

Could you please speed this up by orders of magnitude?

Thanks.

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



[sw-issues] [Issue 43212] New - OpenOffice 2.0.79 Crash on selecting thesaurus

2005-02-20 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43212
  Issue #:|43212
  Summary:|OpenOffice 2.0.79 Crash on selecting thesaurus
Component:|Word processor
  Version:|680m79
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 13:30:59 -0800 
2005 ---
I notice there are similar bug reports filed, for older versions - even OO 1.1,
on the Thesaurus crashing OO, but there have been no responses.  Are the dev's
aware that OO Writer simply crashes when the Thesaurus is selected?

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



[sw-issues] [Issue 43118] New - OpenOffice 2.0.79 applying heading style to Section/Page breaks

2005-02-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43118
  Issue #:|43118
  Summary:|OpenOffice 2.0.79 applying heading style to
  |Section/Page breaks
Component:|Word processor
  Version:|680m79
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 17:54:22 -0800 
2005 ---
OpenOffice 2.0.79 is applying heading style formating to section break
characters preceeding a section heading.  The attached document illustrates the
problem.  Specifically, notice that BIBLIOGRAPHY is numbered as Section 6,
whereas it should be Section 5.  This is because OpenOffice has gone ahead and
numbered the preceeding Section break character as Section 5.

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



[sw-issues] [Issue 43119] New - Breaks missing from OO 2.0.79 Nonprinting Characters display

2005-02-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43119
  Issue #:|43119
  Summary:|Breaks missing from OO 2.0.79 Nonprinting Characters
  |display
Component:|Word processor
  Version:|680m79
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 18:12:04 -0800 
2005 ---
When you toggle display of Nonprinting Characters, OpenOffice 2.0.79 does not
display page or section break indicators.  This makes it exceptionally difficult
to determine where the breaks are and what type they are.  Compare with
Microsoft Word which does show them.

I have even tried selection the options under Options -- OpenOffice.Org Writer
-- Formatting Aids -- Display Of, and I still see not breaks indicated, even
though they are in the document and Microsoft Word does display them.

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



[sw-issues] [Issue 43119] Breaks missing from OO 2.0.79 Nonprinting Characters display

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 18:18:39 -0800 
2005 ---
I looked again and what I notice is that OpenOffice appears to use a single very
thin line to represent page and section breaks.  This is highly ambiguous and
practically meaningless, because there is no indication of what the line is, nor
is there any indication as to whether it is representing a page or section
break.  There needs to be words added somehow so a typical user knows what
he/she is looking at.

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



[sw-issues] [Issue 43120] New - OO 2.0.79 Page/Statistics display broken

2005-02-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43120
  Issue #:|43120
  Summary:|OO 2.0.79 Page/Statistics display broken
Component:|Word processor
  Version:|680m79
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 18:27:00 -0800 
2005 ---
Opening the attached Microsoft Word document, OpenOffice does not actually
display the numberical values for Page Number and Statistics.  It is
displaying the aforementioned words instead.  Only if one chooses Print Preview
does are the actual numerical values visible.  Closing Print Preview and
returning to page layout view continues to display the Page Number and
Statistics problem.

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



[sw-issues] [Issue 43120] OO 2.0.79 Page/Statistics display broken

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


User punisher changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22808) Microsoft Word
  |  |document illustrating the
  |  |problem





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 18:27:39 -0800 
2005 ---
Created an attachment (id=22808)
Microsoft Word document illustrating the problem


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



[sw-issues] [Issue 43120] OO 2.0.79 Page/Statistics display broken

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 18:31:47 -0800 
2005 ---
You can delete this.  My mistake.  Found the problem - Field codes on. :-)

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



[sw-issues] [Issue 42602] Formatting heading style in OpenOffice 2.0 confusing

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


User punisher changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22596) Microsoft Word
  |  |Format -- Style dialog
  |  |box





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 09:02:08 -0800 
2005 ---
Created an attachment (id=22596)
Microsoft Word Format -- Style dialog box


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



[sw-issues] [Issue 42602] Formatting heading style in OpenOffice 2.0 confusing

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


User punisher changed the following:

  What|Old value |New value

Status|CLOSED|UNCONFIRMED

Resolution|DUPLICATE |





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 09:08:51 -0800 
2005 ---
Actually this is not a duplicate of 41717.

Issue 41717 was about the Stylus.  This one is not.  This report is about the
Paragraph Style, which is different.  The Paragraph Style is where you go to
tweak or add style, such as whether is numbered, what font it has, etc.

If this is still not clear and you would like a screenshot of what I am
referring to, please let me know.  But please understand, it is not the stylus;
thus, it is not a duplicate of 41717

I have attached a screenshot to this report that shows what the Microsoft Word
2000 equivalent looks like.  Notice the preview.

Thanks

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



[sw-issues] [Issue 42603] New - Toolbar for header and footer formatting?

2005-02-12 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42603
  Issue #:|42603
  Summary:|Toolbar for header and footer formatting?
Component:|Word processor
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Sat Feb 12 00:20:06 -0800 
2005 ---
Hopefully I'm not the only one with this gripe. :-)  Coming from the Microsoft
Word world, I find trying to figure out OpenOffice header/footer manipulation
equivalent to trying to find a needle in a haystack - not to mention the agony
of my tortured soul trying to figure out how to insert a section break!

To a developer this may seem like much ado about nothing, but to an end user it
may be reason enough to run back into Bill G's embrace. *shiver*

-
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 41592] [performance]-OO.o should be preloaded during OS startup for faster loading later

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





--- Additional comments from [EMAIL PROTECTED] Sat Feb 12 00:36:41 -0800 
2005 ---
OO.o adds this shortcut to startup menu if the quickstart
is opted for.  Why should OO.o ask the user for this?

This is just plain nasty.  Would it not be better to optimize code than burry
defects under the user's nose? :-)

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


[sw-issues] [Issue 42599] New - TOC bugs in OpenOffice 1.9.77

2005-02-11 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42599
  Issue #:|42599
  Summary:|TOC bugs in OpenOffice 1.9.77
Component:|Word processor
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 23:23:11 -0800 
2005 ---
OpenOffice 2.0 build 680m77 has introduced a TOC bug whereby TOC will not
display for a document created in Microsoft Word 2000.  I do not recall seeing
this bug in 1.9.74 and also this bug does not affect a document created natively
in OpenOffice 1.9.77. 

I haved attached a Word document which illustrates the bug.  Notice that the
Table of Contents has no entries, but the Table of Tables does.  If you open
the document in either MS Word or OpenOffice 1.9.74, you should see the TOC.

Also, the TOC does not maintain character case from headings.  OpenOffice is
showing the Table of Tables entries in upper case, but they should be in
proper case, matching the original heading.  In general, OpenOffice should
preserve heading case.

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


[sw-issues] [Issue 42599] TOC bugs in OpenOffice 1.9.77

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


User punisher changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22500) Word file that
  |  |illustrates the TOC bug





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 23:24:04 -0800 
2005 ---
Created an attachment (id=22500)
Word file that illustrates the TOC bug


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


[graphics-issues] [Issue 42600] New - OpenOffice 1.9.77 cannot open the indicated PowerPoint

2005-02-11 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42600
  Issue #:|42600
  Summary:|OpenOffice 1.9.77 cannot open the indicated
  |PowerPoint
Component:|Presentation
  Version:|680m77
 Platform:|PC
  URL:|http://gui.apache.org/apachecon-slides/apache-gui-
  |final.ppt
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|wg
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 23:30:13 -0800 
2005 ---
OpenOffice 1.9.77 cannot open the linked PowerPoint presentation.  It complains
that it is the wrong format.  I have no problems opening it with MS PowerPoint 
2000.

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


[sw-issues] [Issue 42601] New - Please make OpenOffice 2.0 word count meaningful

2005-02-11 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42601
  Issue #:|42601
  Summary:|Please make OpenOffice 2.0 word count meaningful
Component:|Word processor
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 23:44:34 -0800 
2005 ---
OpenOffice 2.0 word count does not discriminate between words in the body of a
document and words in footnotes, endnotes, headers and footers.  Microsoft Word
does not count these, and I believe it is a better approach, as counting those
is misleading to someone writing a document that has lots of references a
verbose header/footer over many pages.

In fact Microsoft word has an option, in the word count dialog that pops up, to
toggle whether footnotes and endnotes are included or not.  However, Microsoft
Word absolutely does not include the headers and footers - at least not in Word
2000.

Thanks

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


[sw-issues] [Issue 40932] New - Developers, please fix the OpenOffice startup problem

2005-01-18 Thread punisher
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40932
  Issue #:|40932
  Summary:|Developers, please fix the OpenOffice startup problem
Component:|Word processor
  Version:|680m69
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mru
  Reported by:|punisher





--- Additional comments from [EMAIL PROTECTED] Tue Jan 18 20:37:39 -0800 
2005 ---
Developers,

The startup times for OpenOffice applications is incredibly slow, and addressing
these may go a long way to addressing other performance related bug reports I
will be filing once the next developer build arrives.  I realize these have been
reported before, but I have not yet seen a progression to a solution that does
not rely on the quickstarter approach.

On my system, the following startup times are from a fresh start of the
application following a reboot.  It is meaningless to list 2nd, 3rd, etc. starts
following boot, as these would include cached data.  My system has ample RAM;
thus, swapping is not an issue.

Startup time (any OpenOffice app'): 35 to 41 seconds

By comparison, the following is the startup time for Microsoft Word 2000 (on the
same system):   1.5 seconds

Note: I do not use quickstarter, because it is a band aid that unnecessarily
consumes over 30 MB of RAM when the application is not even in use; thus, it is
virtually no solution at all.

Yes I have read countless arguments that some Microsoft Office components are a
part of Windows; thus leading to the faster startup. While this might be
marginally true, I do not believe it is significantly true.  Consider for
instance, that Adobe Acrobat Reader 7 loads in about 2.4 seconds.  This compared
to it historically OpenOffice-like startup times.  While there is an Acrobat
Reader 7 component called Acrobat Reader Speed Launch, that the 
application
installed on my system, unlike OpenOffice I see no easily noticeable memory
consumption, if any.  Even RealNetworks and Mozilla were able to dramatically
improve the startup times of their respective products, without the need for a
quickstarter type solution.  And even on Linux the startup time is just as slow.
 Therefore, I do not believe that the argument about Windows having preloaded
libraries carries much weight - especially given that I do not experience better
performance on Linux.

While some may be experiencing faster OpenOffice startup times, not everyone
runs super gigahertz systems with super fast SCSI or SATA storage configurations
and CAS2 PC4200 RAM (yes, I am exaggerating, so no need for a startup times
pissing contest. 8-)  In the world of perception, first impressions matter, and
though I am liking the OpenOffice 2.0 line more and more, with each successive
build, it seems less burdensome to launch Microsoft Office than to wait for
OpenOffice to load.

I do not expect OpenOffice to launch on my system as fast as Microsoft Office;
however, I believe a startup time under 10 seconds (without any
quickstarter-type solution, on a comparable system to mine) would be orders of
magnitude better.

I realize this is likely to be marked as a duplicate, but your bug query
interface is so complicated I can never get a query to find anything!

Thanks in advanced

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