Posted by
Raymond Martin-2 on
Dec 16, 2009; 6:47pm
URL: http://imagej.273.s1.nabble.com/Image-J-crashing-tp3689817p3689819.html
On December 16, 2009 12:19:32 pm Michael Schmid wrote:
> Hi Gaurav,
>
> does this happen with every image sequence, or only with a specific
> one? Maybe only one particular image or one image type (tiff, jpeg,
> png...) causes the problem?
> So, can you open all the images one by one? (command-shift O for
> 'open next).
>
> Michael
Hi,
Might I also suggest that you upgrade ImageJ and Java to the latest stable
(unstable?) versions in case an issue causing this problem has been fixed in
the interim. Apple had stable Java upgrades in the past few weeks.
From crash report I can see that inside the SliceSelector thread it somehow
ends up at DestroyJavaVM, which kills java and the program dies. Above
that in the report I see EXC_BAD_ACCESS (SIGSEGV) which means some kind
of null pointer was encountered along the way.
From looking at the associated code this should not happen. There may be
other things causing the problem that I cannot see at first glance.
Did you try loading a different sequence? How about size, is the sequence
very large (try smaller)?
If the problem persists I can try hacking on it to find the issue, I don't
have an image sequence handy though.
Best regards,
Raymond
> ________________________________________________________________
>
> On 16 Dec 2009, at 17:10, Gaurav Joshi wrote:
> > Hello,
> >
> > I have been going through an annoying problem of Image J crashing
> > everytime I try to import image sequence. While it is in the middle
> > of importing them it crashes and mac tries to reset the program,
> > however this problem is still persistent.
> >
> > I am running ImageJ 1.42q/Java 1.5 on Mac OS 10.5.8 with 1500 mb
> > memory alloted to image J from total of 4 GB.
> >
> > Please find crash report below along with this mail.
> >