You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Marco Siefert (JIRA)" <ji...@apache.org> on 2009/06/22 16:29:07 UTC

[jira] Created: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
-------------------------------------------------------------------

                 Key: PDFBOX-488
                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 0.8.0-incubator
         Environment: MAC OS X 10.5, Java 5, Java 6
            Reporter: Marco Siefert
            Priority: Critical


Hi,

when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
In the Debugger I can see the following message at the end:

Invalid memory access of location 00000000 eip=968f5aa7

In the logfile there are some errors like:
22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
WARNUNG: Not supported colorspace Pattern within operator scn
22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
SCHWERWIEGEND: java.io.IOException: Not implemented

or


22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
WARNUNG: Not implemented

I get the error with Java 5 and 6.
On a Windows machine the error doesn't occur.

Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.

Does someone know a workaround for this "Invalid memory access" error?

Regards
Marco



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754980#action_12754980 ] 

Jukka Zitting commented on PDFBOX-488:
--------------------------------------

Here's the related JVM crash we're seeing at work:

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.font.AppleNativeFont.createNativeFont(Ljava/lang/String;IZ)J+0
j  sun.font.AppleNativeFont.getNativeFontPtr()J+31
j  sun.font.AppleNativeStrike.getNativeStrikePtr()J+121
j  apple.awt.CTextPipe.getNativeStrikePtr(Lsun/java2d/SunGraphics2D;)J+21
j  apple.awt.CTextPipe.drawString(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V+51
j  sun.java2d.pipe.ValidatePipe.drawString(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V+17
j  sun.java2d.SunGraphics2D.drawString(Ljava/lang/String;FF)V+25
j  org.apache.pdfbox.pdmodel.font.PDTrueTypeFont.drawString(Ljava/lang/String;Ljava/awt/Graphics;FLjava/awt/geom/AffineTransform;FF)V+282
j  org.apache.pdfbox.pdfviewer.PageDrawer.processTextPosition(Lorg/apache/pdfbox/util/TextPosition;)V+236
j  org.apache.pdfbox.util.PDFStreamEngine.processEncodedText([B)V+740
j  org.apache.pdfbox.util.operator.ShowText.process(Lorg/apache/pdfbox/util/PDFOperator;Ljava/util/List;)V+19
j  org.apache.pdfbox.util.PDFStreamEngine.processOperator(Lorg/apache/pdfbox/util/PDFOperator;Ljava/util/List;)V+29
j  org.apache.pdfbox.util.PDFStreamEngine.processSubStream(Lorg/apache/pdfbox/pdmodel/PDPage;Lorg/apache/pdfbox/pdmodel/PDResources;Lorg/apache/pdfbox/cos/COSStream;)V+171
j  org.apache.pdfbox.util.operator.pagedrawer.Invoke.process(Lorg/apache/pdfbox/util/PDFOperator;Ljava/util/List;)V+419
j  org.apache.pdfbox.util.PDFStreamEngine.processOperator(Lorg/apache/pdfbox/util/PDFOperator;Ljava/util/List;)V+29
j  org.apache.pdfbox.util.PDFStreamEngine.processSubStream(Lorg/apache/pdfbox/pdmodel/PDPage;Lorg/apache/pdfbox/pdmodel/PDResources;Lorg/apache/pdfbox/cos/COSStream;)V+171
j  org.apache.pdfbox.util.PDFStreamEngine.processStream(Lorg/apache/pdfbox/pdmodel/PDPage;Lorg/apache/pdfbox/pdmodel/PDResources;Lorg/apache/pdfbox/cos/COSStream;)V+39
j  org.apache.pdfbox.pdfviewer.PageDrawer.drawPage(Ljava/awt/Graphics;Lorg/apache/pdfbox/pdmodel/PDPage;Ljava/awt/Dimension;)V+57
j  org.apache.pdfbox.pdmodel.PDPage.convertToImage()Ljava/awt/image/BufferedImage;+107


> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724245#action_12724245 ] 

Andreas Lehmkühler commented on PDFBOX-488:
-------------------------------------------

The pdf doesn't look good, but i didn't crash on my linux box. It seems to be an issue with your OS and/or your jdk. 

> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting reopened PDFBOX-488:
----------------------------------


Reopening. We're seeing this at work, and even though I agree that the root cause is not in PDFBox, the only reasonable place for a workaround is in PDFBox. The only alternative is to stop all PDF processing, as without looking inside the PDF file (with PDFBox) it's impossible to say whether a particular file is affected by this issue or not.

> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Marco Siefert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Siefert updated PDFBOX-488:
---------------------------------

    Attachment: test.pdf

PDF that crashes the application

> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-488.
-------------------------------------

    Resolution: Won't Fix

As this isn't a pdfbox problem I close this issue.

> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Marco Siefert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724413#action_12724413 ] 

Marco Siefert commented on PDFBOX-488:
--------------------------------------

Yes I have looked for this error codes on google and found many forum posts that say that it is a bug in the apple jdk.
Upgrading to the newest jdk did not help. Issue occurs in JDK 1.5.0_19 and 1.6.0_13. I have also updated the OS to Mac OS X 10.5.7. but
the issue still occurs. I have tested it in other Java pdf renderer tools. They also do not display the pdf correctly but they do not crash.




> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Marco Siefert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754994#action_12754994 ] 

Marco Siefert commented on PDFBOX-488:
--------------------------------------

Sehr geehrte Damen und Herren,

vielen Dank für Ihre Email. Ich befinde mich bis zum 20.09.2009 im Urlaub. Nach meiner Rückkehr werde ich Ihre E-Mail bearbeiten. In dringenden Fällen wenden Sie sich bitte an unsere Zentrale 02241 9833 -0.

Viele Grüße aus Troisdorf

Marco Siefert

KUTTIG Computeranwendungen GmbH
Frankfurter Straße 35
53840 Troisdorf

WEB www.kuttig.com
GF Dipl.-Kfm. Klaus Kuttig
Michael Wessels
HR Siegburg Nr 2848


> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Marco Siefert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754991#action_12754991 ] 

Marco Siefert commented on PDFBOX-488:
--------------------------------------

Sehr geehrte Damen und Herren,

vielen Dank für Ihre Email. Ich befinde mich bis zum 20.09.2009 im Urlaub. Nach meiner Rückkehr werde ich Ihre E-Mail bearbeiten. In dringenden Fällen wenden Sie sich bitte an unsere Zentrale 02241 9833 -0.

Viele Grüße aus Troisdorf

Marco Siefert

KUTTIG Computeranwendungen GmbH
Frankfurter Straße 35
53840 Troisdorf

WEB www.kuttig.com
GF Dipl.-Kfm. Klaus Kuttig
Michael Wessels
HR Siegburg Nr 2848


> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-488) Invalid memory access of location 00000000 eip=968f5aa7 (MAC OS X)

Posted by "Marco Siefert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Siefert updated PDFBOX-488:
---------------------------------

    Attachment: PDFBox.log

Logfile

> Invalid memory access of location 00000000 eip=968f5aa7  (MAC OS X)
> -------------------------------------------------------------------
>
>                 Key: PDFBOX-488
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-488
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>         Environment: MAC OS X 10.5, Java 5, Java 6
>            Reporter: Marco Siefert
>            Priority: Critical
>         Attachments: PDFBox.log, test.pdf
>
>
> Hi,
> when I open the document test.pdf (attached to this issue) the application crashes and throws errors. 
> In the Debugger I can see the following message at the end:
> Invalid memory access of location 00000000 eip=968f5aa7
> In the logfile there are some errors like:
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.SetNonStrokingColor process
> WARNUNG: Not supported colorspace Pattern within operator scn
> 22.06.2009 16:17:26 org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance createColor
> SCHWERWIEGEND: java.io.IOException: Not implemented
> or
> 22.06.2009 16:17:26 org.apache.pdfbox.util.operator.pagedrawer.FillNonZeroRule process
> WARNUNG: Not implemented
> I get the error with Java 5 and 6.
> On a Windows machine the error doesn't occur.
> Other PDFs are working expect the one that I mentioned in issue PDFBox-484 where I have some display problems.
> Does someone know a workaround for this "Invalid memory access" error?
> Regards
> Marco

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.