Closed lgatto closed 7 years ago
I can have a try this weekend. Please wait.
@thirdwing any luck?
Sorry for this. Really no time these days.
On Mon, Jan 18, 2016 at 4:48 PM, Laurent Gatto notifications@github.com wrote:
@thirdwing https://github.com/thirdwing any luck?
— Reply to this email directly or view it on GitHub https://github.com/sneumann/mzR/issues/32#issuecomment-172662916.
Qiang Kou qkou@umail.iu.edu School of Informatics and Computing, Indiana University
mzR
is crashing on windows when thepwiz
back-end is used. The code works fine on other systems and using theRamp
back-end on Windows. The problem is that this does not happen on every system. The bug has been confirmed with othermzML
files.Reproduce the bug
or, with a manual downlaod
while the following works
A detailed crash report provided by Dan Tenenbaum
So I debugged as follows:
Then I kept setting breakpoints deeper down till I got here (line 82 of mzR/R/methods-mzRpwiz.R):
Looking at the getPeakList function:
When I then step into it, I get the crash.
sessionInfo()
(run right before the line that causes the crash) follows.In
mzR
In
openMSfile.Rd
, we have.In
mzR-class.Rd
, we havewhich seems to work (albeit on a small test file).
What needs to be done