|
List Info
Thread: Inserted EPS graphics causes many defunct processes
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-19 04:21:36 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
Issue #|82776
Summary|Inserted EPS graphics causes many
defunct processes
Component|Word processor
Version Oo 2.3
Platform|PC
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|save-export
Assigned to|mru
Reported by|vvvv
------- Additional comments from vvvv openoffice.org Fri Oct 19
09:21:34 +0000 2007 -------
When I open my odt file with eps pictures in it, there are
some defunct soffice
processes:
$ ps ax | grep office
8481 pts/2 S+ 0:00 /bin/sh /usr/bin/soffice
article.odt
8501 pts/2 Sl+ 0:07
/opt/openoffice/program/soffice.bin article.odt
8531 pts/2 Z+ 0:00 [soffice.bin] <defunct>
8536 pts/2 Z+ 0:00 [soffice.bin] <defunct>
Every time I save the document, more and more defunct
soffice.bin processes
occur, untill the number of processes reaches system's
security limit and OOo
freezes while saving document because no more processes are
allowed to be forked
for my user and I have to login as root in VC to kill all
the defunct (zombie)
soffice.bin processes.
When I quit OOo the defunct processes disappear. I'm
guessing that init cleans
after OOo mess and calls wait().
Perhaps just a simple wait() is missing in parent's code, or
if wait() is not to
be used, at least prevent zombies when children terminate:
/* START */
struct sigaction sa;
sa.sa_handler = SIG_IGN;
#ifdef SA_NOCLDWAIT
sa.sa_flags = SA_NOCLDWAIT;
#else
sa.sa_flags = 2;
#endif
sigemptyset(&sa.sa_mask);
sigaction(SIGCHLD, &sa, NULL);
/* END */
Also, OOo is very slow and unresponsive when working with
inserted EPS images, I
don't know if this is related or not.
This has been an issue also for previous OOo versions. I'm
using the official
ArchLinux packages.
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-19 05:51:02 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
User mru changed the following:
What ld value
|New value
============================================================
====================
Keywords|
|needmoreinfo, oooqa
------------------------------------------------------------
--------------------
------- Additional comments from mru openoffice.org Fri Oct 19
10:51:02 +0000 2007 -------
Can't reproduce this with my Test document/EPS files.
Could you please attach a sample document which causes the
problem in OOo (the
shorter, the better)?
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-19 06:24:47 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
------- Additional comments from vvvv openoffice.org Fri Oct 19
11:24:47 +0000 2007 -------
Here is an eps file. From OpenOffice go to menu insert -
picture - from file,
then when I select the eps file and preview is generated
automatically, I get
one defunct process. After I click "open" to
insert the image, I get another
defunct process.
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-19 06:26:28 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
------- Additional comments from vvvv openoffice.org Fri Oct 19
11:26:27 +0000 2007 -------
Created an attachment (id=49026)
a sample eps 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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-23 06:57:06 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
------- Additional comments from cvicari openoffice.org Tue Oct 23 11:57:04 +0000 2007
-------
I use openoffice 2.3.0 on opensuse10.2, I also had the
zombie process problem.
In installed the pstoedit command, that's executed by
soffice.bin every time
you open a .eps file, and now everything's ok.
I hope that you can reproduce this behavior
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-23 12:54:33 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
------- Additional comments from vvvv openoffice.org Tue Oct 23
17:54:32 +0000 2007 -------
Thanks, that solved it for me, too.
But I still think this is a openoffice bug. It seems it does
not really need
pstoedit because EPS could be inserted and saved in a
document also without
pstoedit. And even if it does need pstoedit it should still
not leave zombie
processes running when some external program or library is
not found.
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-23 17:01:20 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
User ht990332 changed the following:
What ld value
|New value
============================================================
====================
CC|''
|'ht990332'
------------------------------------------------------------
--------------------
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
| Inserted EPS graphics causes many
defunct processes |

|
2007-10-24 10:06:15 |
To comment on the following update, log in, then open the
issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82776
User mru changed the following:
What ld value
|New value
============================================================
====================
CC|'ht990332'
|'cgu,ht990332'
------------------------------------------------------------
--------------------
Assigned to|mru |sj
------------------------------------------------------------
--------------------
Ever confirmed| |1
------------------------------------------------------------
--------------------
Status|UNCONFIRMED |NEW
------------------------------------------------------------
--------------------
OS/Version|Linux |All
------------------------------------------------------------
--------------------
Target milestone|--- Oo 3.0
------------------------------------------------------------
--------------------
------- Additional comments from mru openoffice.org Wed Oct 24
15:06:14 +0000 2007 -------
MRU->SJ: every time an EPS is inserted/shown, an
externeal process seems to be
started. Is this really necessary?
------------------------------------------------------------
---------
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-unsubscribe sw.openoffice.org
For additional commands, e-mail: issues-help sw.openoffice.org
|
|
[1-8]
|
|