araskind / jmzml

Automatically exported from code.google.com/p/jmzml
0 stars 0 forks source link

jmzml hangs when reading some mzML files #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Try opening this file: 
http://ms.cs.umt.edu/data/mouse_5500_7250_600_637.mzML 

What is the expected output? What do you see instead?

The expected output is the parsed file, but instead the code freezes after 
reading a few spectra.

What version of the product are you using? On what operating system?

jmzml 1.6.8

Please provide any additional information below.

It seems to hang at BinaryDataArray.java line 658:
               int count = decompressor.inflate(buf);

Original issue reported on code.google.com by plu...@gmail.com on 16 Sep 2014 at 1:09

GoogleCodeExporter commented 8 years ago
Fixed as of version 1.7.2

Original comment by plu...@gmail.com on 5 Feb 2015 at 5:44