You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Tilman Hausherr <TH...@t-online.de> on 2015/02/04 22:35:12 UTC

java 8 test

Hi,

If you have JDK8, please test the file from 
https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here 
whether it crashes your JVM.

java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 
"228-228597-p19-crash.pdf"

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: java 8 test

Posted by John Hewson <jo...@jahewson.com>.
If you render at 100dpi or more, the minus sign is visible. Sometimes small lines disappear at low resolution with Java2D due to the way it handles clipping. If you want 72dpi images you might get better results by rendering at 144dpi and the scaling down the resulting image using a high-qualitu algorithm such as Lanczos.

-- John

> On 5 Feb 2015, at 23:40, Hartmann Toël <To...@elanders.com> wrote:
> 
> Hi,
> 
> Now it works!
> 
> output:
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNING: No Unicode mapping for A0 (2) in font T2
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNING: No Unicode mapping for AO (3) in font T1
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNING: No Unicode mapping for AO (3) in font T1
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNING: No Unicode mapping for AX (0) in font T1
> 
> The minus sign in the exponent is missing in the resulting jpeg:
> 
>  pdf: 
> 
> 
> jpeg:
> 
> 
> 
> /Toël
> 
> 
> 
> On 6 feb 2015, at 01:16, John Hewson <john@jahewson.com <ma...@jahewson.com>> wrote:
> 
>> I’ve just added a workaround, so try the latest 2.0 snapshot.
>> 
>> -- John
>> 
>>> On 5 Feb 2015, at 13:33, Hartmann Toël <Toel.Hartmann@elanders.com <ma...@elanders.com>> wrote:
>>> 
>>> Hi,
>>> 
>>> I upgraded to latest SUN java 1.8:
>>> java version "1.8.0_31"
>>> Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
>>> Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>>> 
>>> But it is still crashing…
>>> 
>>> 
>>> 
>>> On 5 feb 2015, at 08:28, Toël Hartmann <Toel.Hartmann@elanders.com <ma...@elanders.com><mailto:Toel.Hartmann@elanders.com <ma...@elanders.com>>> wrote:
>>> 
>>> Hi,
>>> 
>>> on OSX 10.9.5 with java:
>>> java version "1.8.0_20"
>>> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
>>> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
>>> 
>>> I've got:
>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 228-228597-p19-crash.pdf
>>> feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
>>> WARNING: No Unicode mapping for A0 (2) in font T2
>>> Illegal instruction: 4
>>> 
>>> and the JVM crashes
>>> 
>>> 
>>> Toël
>>> 
>>> 
>>> 
>>> 
>>> On 4 feb 2015, at 22:35, Tilman Hausherr <THausherr@t-online.de <ma...@t-online.de><mailto:THausherr@t-online.de <ma...@t-online.de>>> wrote:
>>> 
>>> Hi,
>>> 
>>> If you have JDK8, please test the file from
>>> https://issues.apache.org/jira/browse/PDFBOX-2373 <https://issues.apache.org/jira/browse/PDFBOX-2373> with 2.0 and post here
>>> whether it crashes your JVM.
>>> 
>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
>>> "228-228597-p19-crash.pdf"
>>> 
>>> Tilman
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org <ma...@pdfbox.apache.org><mailto:dev-unsubscribe@pdfbox.apache.org <ma...@pdfbox.apache.org>>
>>> For additional commands, e-mail: dev-help@pdfbox.apache.org <ma...@pdfbox.apache.org><mailto:dev-help@pdfbox.apache.org <ma...@pdfbox.apache.org>>
>>> 
>>> 
>>> 
>> 
> 


Re: java 8 test

Posted by Hartmann Toël <To...@elanders.com>.
Hi,

Still working properly.
Thank you all for this workaround.


/Toël

On 6 feb 2015, at 09:56, Tilman Hausherr <TH...@t-online.de> wrote:

> Hi,
> 
> I've modified the fix slightly, please test again tonight. I'll open a 
> separate issue for the minus sign.
> 
> Tilman
> 
> Am 06.02.2015 um 08:40 schrieb Hartmann Toël:
>> Hi,
>> 
>> Now it works!
>> 
>> output:
>> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>> toUnicode
>> WARNING: No Unicode mapping for A0 (2) in font T2
>> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>> toUnicode
>> WARNING: No Unicode mapping for AO (3) in font T1
>> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>> toUnicode
>> WARNING: No Unicode mapping for AO (3) in font T1
>> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>> toUnicode
>> WARNING: No Unicode mapping for AX (0) in font T1
>> 
>> The minus sign in the exponent is missing in the resulting jpeg:
>> 
>> pdf:
>> 
>> jpeg:
>> 
>> 
>> /Toël
>> 
>> 
>> 
>> On 6 feb 2015, at 01:16, John Hewson <john@jahewson.com 
>> <ma...@jahewson.com>> wrote:
>> 
>>> I’ve just added a workaround, so try the latest 2.0 snapshot.
>>> 
>>> -- John
>>> 
>>>> On 5 Feb 2015, at 13:33, Hartmann Toël <Toel.Hartmann@elanders.com 
>>>> <ma...@elanders.com>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I upgraded to latest SUN java 1.8:
>>>> java version "1.8.0_31"
>>>> Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
>>>> Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>>>> 
>>>> But it is still crashing…
>>>> 
>>>> 
>>>> 
>>>> On 5 feb 2015, at 08:28, Toël Hartmann <Toel.Hartmann@elanders.com 
>>>> <ma...@elanders.com>> 
>>>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> on OSX 10.9.5 with java:
>>>> java version "1.8.0_20"
>>>> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
>>>> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
>>>> 
>>>> I've got:
>>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 
>>>> 228-228597-p19-crash.pdf
>>>> feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>>>> toUnicode
>>>> WARNING: No Unicode mapping for A0 (2) in font T2
>>>> Illegal instruction: 4
>>>> 
>>>> and the JVM crashes
>>>> 
>>>> 
>>>> Toël
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On 4 feb 2015, at 22:35, Tilman Hausherr <THausherr@t-online.de 
>>>> <ma...@t-online.de>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> If you have JDK8, please test the file from
>>>> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
>>>> whether it crashes your JVM.
>>>> 
>>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
>>>> "228-228597-p19-crash.pdf"
>>>> 
>>>> Tilman
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org 
>>>> <ma...@pdfbox.apache.org>
>>>> For additional commands, e-mail: dev-help@pdfbox.apache.org 
>>>> <ma...@pdfbox.apache.org>
>>>> 
>>>> 
>>>> 
>>> 
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: java 8 test

Posted by Tilman Hausherr <TH...@t-online.de>.
Hi,

I've modified the fix slightly, please test again tonight. I'll open a 
separate issue for the minus sign.

Tilman

Am 06.02.2015 um 08:40 schrieb Hartmann Toël:
> Hi,
>
> Now it works!
>
> output:
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
> toUnicode
> WARNING: No Unicode mapping for A0 (2) in font T2
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
> toUnicode
> WARNING: No Unicode mapping for AO (3) in font T1
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
> toUnicode
> WARNING: No Unicode mapping for AO (3) in font T1
> feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
> toUnicode
> WARNING: No Unicode mapping for AX (0) in font T1
>
> The minus sign in the exponent is missing in the resulting jpeg:
>
>  pdf:
>
> jpeg:
>
>
> /Toël
>
>
>
> On 6 feb 2015, at 01:16, John Hewson <john@jahewson.com 
> <ma...@jahewson.com>> wrote:
>
>> I’ve just added a workaround, so try the latest 2.0 snapshot.
>>
>> -- John
>>
>>> On 5 Feb 2015, at 13:33, Hartmann Toël <Toel.Hartmann@elanders.com 
>>> <ma...@elanders.com>> wrote:
>>>
>>> Hi,
>>>
>>> I upgraded to latest SUN java 1.8:
>>> java version "1.8.0_31"
>>> Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
>>> Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>>>
>>> But it is still crashing…
>>>
>>>
>>>
>>> On 5 feb 2015, at 08:28, Toël Hartmann <Toel.Hartmann@elanders.com 
>>> <ma...@elanders.com>> 
>>> wrote:
>>>
>>> Hi,
>>>
>>> on OSX 10.9.5 with java:
>>> java version "1.8.0_20"
>>> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
>>> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
>>>
>>> I've got:
>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 
>>> 228-228597-p19-crash.pdf
>>> feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
>>> toUnicode
>>> WARNING: No Unicode mapping for A0 (2) in font T2
>>> Illegal instruction: 4
>>>
>>> and the JVM crashes
>>>
>>>
>>> Toël
>>>
>>>
>>>
>>>
>>> On 4 feb 2015, at 22:35, Tilman Hausherr <THausherr@t-online.de 
>>> <ma...@t-online.de>> wrote:
>>>
>>> Hi,
>>>
>>> If you have JDK8, please test the file from
>>> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
>>> whether it crashes your JVM.
>>>
>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
>>> "228-228597-p19-crash.pdf"
>>>
>>> Tilman
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org 
>>> <ma...@pdfbox.apache.org>
>>> For additional commands, e-mail: dev-help@pdfbox.apache.org 
>>> <ma...@pdfbox.apache.org>
>>>
>>>
>>>
>>
>


Re: java 8 test

Posted by Hartmann Toël <To...@elanders.com>.
Hi,

Now it works!

output:
feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for A0 (2) in font T2
feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for AO (3) in font T1
feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for AO (3) in font T1
feb 06, 2015 8:34:28 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for AX (0) in font T1

The minus sign in the exponent is missing in the resulting jpeg:

 pdf:

[cid:3ACB5E78-8B98-4C44-9BAB-7E94E5BF7968@elanders.local]

jpeg:
[cid:DD62D821-2D50-4E8F-A6EB-7B7A9E690E8E@elanders.local]


/Toël



On 6 feb 2015, at 01:16, John Hewson <jo...@jahewson.com>> wrote:

I’ve just added a workaround, so try the latest 2.0 snapshot.

-- John

On 5 Feb 2015, at 13:33, Hartmann Toël <To...@elanders.com>> wrote:

Hi,

I upgraded to latest SUN java 1.8:
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

But it is still crashing…



On 5 feb 2015, at 08:28, Toël Hartmann <To...@elanders.com>> wrote:

Hi,

on OSX 10.9.5 with java:
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

I've got:
java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 228-228597-p19-crash.pdf
feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for A0 (2) in font T2
Illegal instruction: 4

and the JVM crashes


Toël




On 4 feb 2015, at 22:35, Tilman Hausherr <TH...@t-online.de>> wrote:

Hi,

If you have JDK8, please test the file from
https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
whether it crashes your JVM.

java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
"228-228597-p19-crash.pdf"

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org<ma...@pdfbox.apache.org>
For additional commands, e-mail: dev-help@pdfbox.apache.org<ma...@pdfbox.apache.org>






Re: java 8 test

Posted by John Hewson <jo...@jahewson.com>.
I’ve just added a workaround, so try the latest 2.0 snapshot.

-- John

> On 5 Feb 2015, at 13:33, Hartmann Toël <To...@elanders.com> wrote:
> 
> Hi,
> 
> I upgraded to latest SUN java 1.8:
> java version "1.8.0_31"
> Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
> 
> But it is still crashing…
> 
> 
> 
> On 5 feb 2015, at 08:28, Toël Hartmann <To...@elanders.com>> wrote:
> 
> Hi,
> 
> on OSX 10.9.5 with java:
> java version "1.8.0_20"
> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
> 
> I've got:
> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 228-228597-p19-crash.pdf
> feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
> WARNING: No Unicode mapping for A0 (2) in font T2
> Illegal instruction: 4
> 
> and the JVM crashes
> 
> 
> Toël
> 
> 
> 
> 
> On 4 feb 2015, at 22:35, Tilman Hausherr <TH...@t-online.de>> wrote:
> 
> Hi,
> 
> If you have JDK8, please test the file from
> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
> whether it crashes your JVM.
> 
> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
> "228-228597-p19-crash.pdf"
> 
> Tilman
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org<ma...@pdfbox.apache.org>
> For additional commands, e-mail: dev-help@pdfbox.apache.org<ma...@pdfbox.apache.org>
> 
> 
> 


Re: java 8 test

Posted by Hartmann Toël <To...@elanders.com>.
Hi,

I upgraded to latest SUN java 1.8:
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

But it is still crashing…



On 5 feb 2015, at 08:28, Toël Hartmann <To...@elanders.com>> wrote:

Hi,

on OSX 10.9.5 with java:
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

I've got:
java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 228-228597-p19-crash.pdf
feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for A0 (2) in font T2
Illegal instruction: 4

and the JVM crashes


Toël




On 4 feb 2015, at 22:35, Tilman Hausherr <TH...@t-online.de>> wrote:

Hi,

If you have JDK8, please test the file from
https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
whether it crashes your JVM.

java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
"228-228597-p19-crash.pdf"

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org<ma...@pdfbox.apache.org>
For additional commands, e-mail: dev-help@pdfbox.apache.org<ma...@pdfbox.apache.org>




Re: java 8 test

Posted by Hartmann Toël <To...@elanders.com>.
Hi,

on OSX 10.9.5 with java:
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

I've got:
java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72 228-228597-p19-crash.pdf
feb 05, 2015 8:23:51 FM org.apache.pdfbox.pdmodel.font.PDSimpleFont toUnicode
WARNING: No Unicode mapping for A0 (2) in font T2
Illegal instruction: 4

and the JVM crashes


Toël




On 4 feb 2015, at 22:35, Tilman Hausherr <TH...@t-online.de>> wrote:

Hi,

If you have JDK8, please test the file from
https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here
whether it crashes your JVM.

java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
"228-228597-p19-crash.pdf"

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org<ma...@pdfbox.apache.org>
For additional commands, e-mail: dev-help@pdfbox.apache.org<ma...@pdfbox.apache.org>



Re: java 8 test

Posted by Tilman Hausherr <TH...@t-online.de>.
I meant to say "it hasn't been fixed by ORACLE", as one OpenJDK works.

Tilman

Am 05.02.2015 um 09:47 schrieb Tilman Hausherr:
> Thanks all, no more tests are needed. Obviously, it hasn't been fixed.
>
> Tilman
>
> Am 05.02.2015 um 09:16 schrieb Andreas Lehmkuehler:
>> Hi,
>>
>> Am 04.02.2015 um 22:35 schrieb Tilman Hausherr:
>>> Hi,
>>>
>>> If you have JDK8, please test the file from
>>> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post 
>>> here whether
>>> it crashes your JVM.
>>>
>>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
>>> "228-228597-p19-crash.pdf"
>> I've added my fedora 21 results to the ticket.
>>
>> Are you interested in results for (more or less) all platforms?
>>
>> BR
>> Andreas Lehmkühler
>>
>>> Tilman
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
>>> For additional commands, e-mail: dev-help@pdfbox.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: dev-help@pdfbox.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: dev-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: java 8 test

Posted by Tilman Hausherr <TH...@t-online.de>.
Thanks all, no more tests are needed. Obviously, it hasn't been fixed.

Tilman

Am 05.02.2015 um 09:16 schrieb Andreas Lehmkuehler:
> Hi,
>
> Am 04.02.2015 um 22:35 schrieb Tilman Hausherr:
>> Hi,
>>
>> If you have JDK8, please test the file from
>> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post 
>> here whether
>> it crashes your JVM.
>>
>> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
>> "228-228597-p19-crash.pdf"
> I've added my fedora 21 results to the ticket.
>
> Are you interested in results for (more or less) all platforms?
>
> BR
> Andreas Lehmkühler
>
>> Tilman
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
>> For additional commands, e-mail: dev-help@pdfbox.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: dev-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: java 8 test

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Hi,

Am 04.02.2015 um 22:35 schrieb Tilman Hausherr:
> Hi,
>
> If you have JDK8, please test the file from
> https://issues.apache.org/jira/browse/PDFBOX-2373 with 2.0 and post here whether
> it crashes your JVM.
>
> java -jar pdfbox-app-2.0.0-SNAPSHOT.jar PDFToImage -resolution 72
> "228-228597-p19-crash.pdf"
I've added my fedora 21 results to the ticket.

Are you interested in results for (more or less) all platforms?

BR
Andreas Lehmkühler

> Tilman
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: dev-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org