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

跑着跑着崩溃了 #11

Open
zhongmichael opened this issue Mar 28, 2019 · 3 comments
Open

跑着跑着崩溃了 #11

zhongmichael opened this issue Mar 28, 2019 · 3 comments
Labels
question Further information is requested

Comments

@zhongmichael
Copy link

03-28 12:23:36.035 29783-29830/com.xujiaji.dmview2 A/libc: Invalid address 0x7d47687580 passed to free: value not allocated
03-28 12:23:36.036 29783-29830/com.xujiaji.dmview2 A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 29830 (pool-3-thread-4)

@xujiaji
Copy link
Owner

xujiaji commented Mar 28, 2019

额... 提示的错误堆栈信息有吗?这个看不懂具体啥意思

@xujiaji xujiaji added the question Further information is requested label Apr 17, 2019
@dujingxue1997
Copy link

java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.Comparable.compareTo(java.lang.Object)' on a null object reference
at java.util.PriorityQueue.siftDownComparable(PriorityQueue.java:703)
at java.util.PriorityQueue.siftDown(PriorityQueue.java:689)
at java.util.PriorityQueue.removeAt(PriorityQueue.java:621)
at java.util.PriorityQueue.remove(PriorityQueue.java:378)
at com.xujiaji.dmlib2.widget.Controller.addToDisplay(Controller.java:348)
at com.xujiaji.dmlib2.widget.Controller.addDMInQueue(Controller.java:312)
at com.xujiaji.dmlib2.widget.Controller.runTask(Controller.java:115)
at com.xujiaji.dmlib2.widget.Controller.run(Controller.java:102)
at java.lang.Thread.run(Thread.java:764)

@dujingxue1997
Copy link

跑着跑着就崩溃了, mNewDMQueue.remove(entity); 这行报错

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

No branches or pull requests

3 participants