[sw-issues] [Issue 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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


User mba changed the following:

What|Old value |New value

Target milestone|OOo 3.2   |OOo 3.x





-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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





--- Additional comments from m...@openoffice.org Fri May  8 14:36:07 + 
2009 ---
So here's a proposal.

We will extend the filter dialog with a preview, like in Calc where you always
can see how the first few rows will look with the current settings.

We will have a text engine in that dialog that displays the first few thousand
characters of the document using the current settings. This will enable us to
test the text in a sandbox. Even if the user presses OK though he just
sees garbage, we can still run a detection over the previewed text and reject it
in case it does not match our criteria.

Once the text is in the Writer core it is close to impossible to handle all the
problems that might appear deep inside the text formatting or the VCL text
output caused by text garbage. 

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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


User mba changed the following:

What|Old value |New value

  CC|'amy2008,kpalagin'|'ama,amy2008,fme,kpalagin,
|  |od'





--- Additional comments from m...@openoffice.org Fri May  8 06:19:56 + 
2009 ---
Andreas, Frank, Oliver, do you see any chance to recover from the situation? It
seems that the TextGuess is confused and OOo fails to recognize portions in the
text. The result is unpredictable, and basically it is impossible to format such
text at all. IMHO the only way to prevent that is detecting the error as early
as possible and discard this document. If it isn't possible before the text
is inserted, we need a health check or something similar that can find out fast
and easily if the text can be formatted at all.

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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





--- Additional comments from m...@openoffice.org Thu May  7 17:40:56 + 
2009 ---
I think that you can always bring OOo to crash or loop by insering useless
content as text. The question is, how to deal with it? How can we detect if
something is text or just a bunch of bytes, especially if you don't know the
encoding. Some options:

- repeat type detection after the user has entered an encoding and then reject
all files that still contain zero bytes or have lines with more than n 
characters

- try a language guessing and reject all files that can't be detected; this way
files could become rejected just because we don't check for their language,
though we check for a lot of them

- the assertions show us that at least deep below, in the text formatter, we
detect that something is wrong, so at least here we could stop. But it seems
that this is very late (insertion already done) and it might be tricky to
recover from the detected error without creating new problems. The first two
options have the advantage that they try to reject files before they are
actually inserted

So far I think the first option is the best one to start with.

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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





--- Additional comments from kpala...@openoffice.org Fri May  8 05:51:13 
+ 2009 ---
IMHO, fixing the code that crashes is the most viable option. 

Trying to avoid passing bad data to code that would crash on it is an band-
aid approach.

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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


User mba changed the following:

What|Old value |New value

 Assigned to|ama   |mba





--- Additional comments from m...@openoffice.org Mon Feb  2 13:15:39 + 
2009 ---
Taking over

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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


User ama changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.2





--- Additional comments from a...@openoffice.org Mon Jan 19 10:30:19 + 
2009 ---
ama-KP: no, we are not on track for OOo3.1

Due to our workload and resources (development as well as QA) I've to retarget
this issue to OOo3.2.

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

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





--- Additional comments from oro...@openoffice.org Thu Jan 15 06:44:15 
+ 2009 ---
The issue has been reprodused on PC, WIN XP on version DEV300m37.

-
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 71757] Opening a file (except off ice files) as encoded text, crashes OOo

2008-12-29 Thread amy2008
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71757


User amy2008 changed the following:

What|Old value |New value

  CC|'kpalagin'|'amy2008,kpalagin'

 Summary|Crash opening an multimedi|Opening a file (except off
|a file as encoded text|ice files) as encoded text
|  |, crashes OOo





--- Additional comments from amy2...@openoffice.org Tue Dec 30 05:30:34 
+ 2008 ---
Insert a pdf file, can also induce the same problem.
Because opening a file (except office files) can make it

-
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