DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104

--- Comment #5 from Glenn Adams gl...@skynav.com 2012-04-07 01:42:07 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

   Priority|P2  |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2008-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104





--- Comment #4 from Jeremias Maerki [EMAIL PROTECTED]  2008-07-18 06:28:59 
PST ---
Thanks for reporting that, but the problem is limited to 0.20.5. The code
indeed has multi-threading issues:
https://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_20_2-maintain/src/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup

Current releases don't have that problem:
https://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFCIDSystemInfo.java?view=markup

(In reply to comment #3)
 Hi,
 
 We are using FOP 0.20.5. We have recently started noticing that sometimes PDFs
 we generate are having problems with font embedding.
 
 Some times the CIDSystemInfo section gets written as follows:
 
 /CIDSystemInfo  /Registry (/CIDSystemInfo  /Registry (Adobe/CIDSystemInfo
  /Registry (AdobeAdobe)/Ordering (UCS)/Ordering ()/Ordering
 (UCSUCS)/Supplement )/Supplement )/Supplement 000   
 
 where as it should be :
 
 /CIDSystemInfo  /Registry (Adobe)/Ordering (UCS)/Supplement 0 
 
 It clearly shows that there are threading issues. I am not sure if this issue
 also exists in latest version of FOP.
 
 Regards
 Anoop Sehdev


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2008-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104





--- Comment #2 from John Lulich [EMAIL PROTECTED]  2008-06-02 07:57:09 PST ---
I kinda of assumed that there wouldn't be much help available.  But I wanted to
at least put this out there in case anybody might have seen something similar
in the past, or in case someone else runs across it in the future.

We have load tested this project many times, to no avail.  Additionally, we
identified a few different areas where the data mixup could potentially occur,
but those were easily tested under heavy load with no negative results.  It
seems like there's some missing piece to the puzzle that we haven't been able
to identify yet.  The thinking here is that it might have something to do with
how FOP handles things when running on WebSphere on a bogged-down mainframe. 
We have occasional CPU spikes, but the majority of these came when we had a
configuration mixup that caused our CPU to run at 100% at peak times for a
couple weeks.  Outside of that time frame, we've only had a handful of
occurrences out of around 230,000 hits.  It's just too few to really get a
handle on it.  Besides, our company's direction for PDF generation has shifted
away from FOP.  I'm in the process of rewriting this last project now anyway. 
I was mostly posting this issue in case others had been experiencing anything
similar or if there was just something glaring that you could point out to me.

Thanks for your time.  I truly appreciate your reply.

Best regards--
John Lulich


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2008-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104


Jeremias Maerki [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|fop-
   |rg  |[EMAIL PROTECTED]




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 45104] Possible Thread Safety Problem in FOP 0.93

2008-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45104





--- Comment #1 from Jeremias Maerki [EMAIL PROTECTED]  2008-05-31 02:27:59 
PST ---
That statement on the website is basically a disclaimer so everyone using FOP
in a multi-threaded environment performs some testing and don't just consider
themselves on the safe side as this is a complex field. Finding bugs in this
area is very difficult especially if you don't have dedicated hardware for
continuous testing (and we don't). We are very vigilant to catch any changes
that might introduce multi-threading problems. I also do regular tests in this
direction. That doesn't mean there cannot be a remaining multi-threading bug
somewhere in the codebase. But frankly, I have a very hard time believing that
content from one document can end up in the output file of another processing
run. I know the whole FOP code base very well and can almost guarantee that
such a thing cannot happen as there is no shared data concerning the actual
text content between individual processing runs.

If you have about 15 incidents in 260'000 hits, I think it should be possible
to do some load testing on your system to provoke the failure. I think tools
like JMeter (for load testing) and PDFBox (for text extraction) should help you
identify such problems and circle in on the cause. Good luck!

If anyone else his additional thoughts on this, please share them. I don't know
how I could do anything about this particular problem if it's a FOP problem in
the first place. I know a number of users who use FOP in a heavily
multi-threaded way without any problems. John, I'm afraid you probably have to
help yourself in this case (meaning: reproduce the problem as the first step to
identifying the cause). Good luck!


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.