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

libc: heap corruption detected by dlmalloc #35

Closed
imwoodie opened this issue Jun 26, 2014 · 2 comments
Closed

libc: heap corruption detected by dlmalloc #35

imwoodie opened this issue Jun 26, 2014 · 2 comments

Comments

@imwoodie
Copy link

Hello, I test ijkmediademo and found libc error on exit (onBackpressed)

06-26 17:07:51.567: W/IJKMEDIA(14626): FFP_MSG_BUFFERING_START:
06-26 17:07:51.567: I/tv.danmaku.ijk.media.player.IjkMediaPlayer(14626): Info (701,0)
06-26 17:07:51.567: D/tv.danmaku.ijk.media.widget.VideoView(14626): onInfo: (701, 0)
06-26 17:07:51.567: D/tv.danmaku.ijk.media.widget.VideoView(14626): onInfo: (MEDIA_INFO_BUFFERING_START)
06-26 17:07:52.418: D/IJKMEDIA(14626): ffp_toggle_buffering_l: end
06-26 17:07:52.418: W/IJKMEDIA(14626): FFP_MSG_BUFFERING_END:
06-26 17:07:52.418: I/tv.danmaku.ijk.media.player.IjkMediaPlayer(14626): Info (702,0)
06-26 17:07:52.418: D/tv.danmaku.ijk.media.widget.VideoView(14626): onInfo: (702, 0)
06-26 17:07:52.426: D/tv.danmaku.ijk.media.widget.VideoView(14626): onInfo: (MEDIA_INFO_BUFFERING_END)
06-26 17:08:26.856: W/IJKMEDIA(14626): IjkMediaPlayer_reset
06-26 17:08:26.856: W/IJKMEDIA(14626): ijkmp_set_android_surface(surface=0x0)
06-26 17:08:26.856: W/IJKMEDIA(14626): ijkmp_set_android_surface(surface=0x0)=void
06-26 17:08:26.863: W/IJKMEDIA(14626): ijkmp_reset()
06-26 17:08:26.863: W/IJKMEDIA(14626): ijkmp_shutdown_l()
06-26 17:08:26.863: W/IJKMEDIA(14626): wait for read_tid
06-26 17:08:26.863: W/IJKMEDIA(14626): message_loop exit
06-26 17:08:26.988: E/IJKMEDIA(14626): failed to open segment, retry...
06-26 17:08:26.988: D/dalvikvm(14626): threadid=15: thread exiting, not yet detached (count=0)
06-26 17:08:26.996: D/dalvikvm(14626): threadid=13: thread exiting, not yet detached (count=0)
06-26 17:08:26.996: W/IJKMEDIA(14626): wait for video_refresh_tid
06-26 17:08:40.012: I/dalvikvm(14626): threadid=3: reacting to signal 3
06-26 17:08:40.020: A/libc(14626): @@@ ABORTING: heap corruption detected by dlmalloc
06-26 17:08:40.020: A/libc(14626): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 14631 (Signal Catcher)

@imwoodie
Copy link
Author

sorry it happen in android stable version, it fixed after this commit bbcallen@5f00a1b

@bbcallen
Copy link
Contributor

That's OK

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

2 participants