Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when working with images that has transparent pixels #13

Open
sweggersen opened this issue Feb 8, 2014 · 3 comments
Open

Crashes when working with images that has transparent pixels #13

sweggersen opened this issue Feb 8, 2014 · 3 comments

Comments

@sweggersen
Copy link

java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:710)
at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:447)
at java.util.ComparableTimSort.mergeCollapse(ComparableTimSort.java:372)
at java.util.ComparableTimSort.sort(ComparableTimSort.java:178)
at java.util.ComparableTimSort.sort(ComparableTimSort.java:142)
at java.util.Arrays.sort(Arrays.java:1973)
at java.util.Collections.sort(Collections.java:1867)
at org.michaelevans.colorart.library.ColorArt.findTextColors(ColorArt.java:154)
at org.michaelevans.colorart.library.ColorArt.analyzeImage(ColorArt.java:49)
at org.michaelevans.colorart.library.ColorArt.(ColorArt.java:44)

@youchy
Copy link

youchy commented Jul 26, 2014

The same crash here

@MichaelEvans
Copy link
Owner

Sorry I hadn't gotten around to fixing this!

I'm having trouble reproducing this. Can you upload an image that causes it to crash?

@shenvsv
Copy link

shenvsv commented Oct 1, 2014

May be, your demo's [ic_launcher.png] can couse this crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants