[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

liuping  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #7 from liuping  ---
Verify AOO410m1(Build:9750)  -  Rev. 1570848
Rev.1570848 on windows7 ,pass

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2014-02-10 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2014-01-18 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Rainer Bielefeld  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Rainer Bielefeld 
 ---
No longer reproducible with server installation of "AOO 4.1.0-Dev – English  UI
/ German locale - [AOO410m1(Build:9750)  -  Rev. 1558977 - 2014-01-18]" on
German WIN7 Home Premium (64bit)", own separate user profile.

Fix works fine, paste within few moments.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

review requested: [Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding. : [Attachment 82223] fix patch

2014-01-05 Thread bugzilla
Clarence GUO  has asked  for review:
Bug 123909: Select one column, paste cell range with merged cell in, AOO will
be not responding.
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Attachment 82223: fix patch
https://issues.apache.org/ooo/attachment.cgi?id=82223&action=edit


--- Additional Comments from Clarence GUO 
Root Cause:
Because need to allocate too much memory for 1M rows, memory allocation cost
too much time
Resolution:
Pre-calculate needed memory, and reserve enough memory in advance

NOTE:
With the fix, paste cells to 1M rows needs several seconds, but freeze will not
happen. As the same scenarion in Excel 2010 also take several seconds, I think
the result is acceptable.

[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2014-01-05 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Clarence GUO  changed:

   What|Removed |Added

  Attachment #82223||review?
  Flags||

--- Comment #5 from Clarence GUO  ---
Created attachment 82223
  --> https://issues.apache.org/ooo/attachment.cgi?id=82223&action=edit
fix patch

Root Cause:
Because need to allocate too much memory for 1M rows, memory allocation cost
too much time
Resolution:
Pre-calculate needed memory, and reserve enough memory in advance

NOTE:
With the fix, paste cells to 1M rows needs several seconds, but freeze will not
happen. As the same scenarion in Excel 2010 also take several seconds, I think
the result is acceptable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2014-01-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

--- Comment #4 from SVN Robot  ---
"steve_y" committed SVN revision 1555031 into trunk:
Bug 123909 - Select one column, paste cell range with merged cell in, AOO
wil...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2013-12-23 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Edwin Sharp  changed:

   What|Removed |Added

 CC||el...@apache.org

--- Comment #3 from Edwin Sharp  ---
Confirmed also in
AOO410m1(Build:9750)  -  Rev. 1551264
2013-12-17_04:10:52 - Rev. 1551455
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2013-12-23 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

--- Comment #2 from Rainer Bielefeld 
 ---
Created attachment 82153
  --> https://issues.apache.org/ooo/attachment.cgi?id=82153&action=edit
Sample Document

See comment above how to use

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123909] Select one column, paste cell range with merged cell in, AOO will be not responding.

2013-12-23 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123909

Rainer Bielefeld  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
Version|4.1.0-dev   |3.4.0
   Keywords||crash
 Latest|--- |4.1-dev
Confirmation on||
 CC||rainerbielefeld_ooo_qa@biel
   ||efeldundbuss.de
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=45925,
   ||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=123063
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #1 from Rainer Bielefeld 
 ---
Already Reproducible with attached sample document and sever installation of
"OOo 3.3.0 English UI / German locale [OOO330m20 (Build 9567)]" on  WIN7  Home
Premium  (64bit) DE :

1. Open attached sample document from AOO Start center
2. Select yellow background cells using mouse
3.  for copy
4. Click Column Heading "B"
5.  for paste
   Bug: AOO will hang with maximum CPU load

Additional info:

(a) was still ok with OOo 3.1.1
(b) really related to cell range, copy / paste of merged cell will not
cause Hang.
(c) LibO 4.1.3 still suffers from the Problem (see "FDO#45925 - EDITING: 
   HANG when copy - paste cells including merged ones to column"
(d)  Already reproducible with  Pre-3.4.0 (OOo 3.3.0), but because of crippled  
 Version selector (Bug 123063) no useful info can be contributed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.