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

crash #5

Open
liufsd opened this issue Feb 27, 2014 · 2 comments
Open

crash #5

liufsd opened this issue Feb 27, 2014 · 2 comments

Comments

@liufsd
Copy link

liufsd commented Feb 27, 2014

i just play my mp3.it's crash ?
why ?
02-27 13:02:01.279: D/dalvikvm(13661): Trying to load lib /data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178
02-27 13:02:01.279: W/linker(13661): libmpg.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-27 13:02:01.279: D/dalvikvm(13661): Added shared lib /data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178
02-27 13:02:01.279: D/dalvikvm(13661): No JNI_OnLoad found in /data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178, skipping init
02-27 13:02:01.289: A/libc(13661): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 13661 (ample.prototype)
02-27 13:02:45.449: D/libEGL(13802): loaded /system/lib/egl/libEGL_tegra.so
02-27 13:02:45.489: D/libEGL(13802): loaded /system/lib/egl/libGLESv1_CM_tegra.so
02-27 13:02:45.509: D/libEGL(13802): loaded /system/lib/egl/libGLESv2_tegra.so
02-27 13:02:45.549: D/OpenGLRenderer(13802): Enabling debug mode 0
02-27 13:02:53.879: D/dalvikvm(13802): Trying to load lib /data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8
02-27 13:02:53.879: W/linker(13802): libmpg.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-27 13:02:53.879: D/dalvikvm(13802): Added shared lib /data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8
02-27 13:02:53.879: D/dalvikvm(13802): No JNI_OnLoad found in /data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8, skipping init
02-27 13:02:53.889: A/libc(13802): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 13802 (ample.prototype)
02-27 13:03:44.929: D/libEGL(14088): loaded /system/lib/egl/libEGL_tegra.so
02-27 13:03:44.949: D/libEGL(14088): loaded /system/lib/egl/libGLESv1_CM_tegra.so
02-27 13:03:44.959: D/libEGL(14088): loaded /system/lib/egl/libGLESv2_tegra.so
02-27 13:03:44.999: D/OpenGLRenderer(14088): Enabling debug mode 0
02-27 13:03:55.079: D/dalvikvm(14088): Trying to load lib /data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8
02-27 13:03:55.079: W/linker(14088): libmpg.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-27 13:03:55.079: D/dalvikvm(14088): Added shared lib /data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8
02-27 13:03:55.079: D/dalvikvm(14088): No JNI_OnLoad found in /data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8, skipping init
02-27 13:03:55.079: A/libc(14088): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 14088 (ample.prototype)
02-27 13:16:59.139: D/dalvikvm(14518): Trying to load lib /data/app-lib/com.example.prototype-2/libmpg.so 0x42815108
02-27 13:16:59.139: W/linker(14518): libmpg.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-27 13:16:59.139: D/dalvikvm(14518): Added shared lib /data/app-lib/com.example.prototype-2/libmpg.so 0x42815108
02-27 13:16:59.139: D/dalvikvm(14518): No JNI_OnLoad found in /data/app-lib/com.example.prototype-2/libmpg.so 0x42815108, skipping init
02-27 13:16:59.149: A/libc(14518): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 14518 (ample.prototype)

@dalewking
Copy link
Member

Haven't forgotten about you. Just have not had time to look at it.
Unfortunately, the log doesn't really say much more than that it crashed.
This library is one I built several years ago for a project I was working
on at the time and I haven't really touched it in years.

On Thu, Feb 27, 2014 at 12:21 AM, liupeng notifications@github.com wrote:

i just play my mp3.it's crash ?
why ?
02-27 13:02:01.279: D/dalvikvm(13661): Trying to load lib
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178
02-27 13:02:01.279: W/linker(13661): libmpg.so has text relocations. This
is wasting memory and is a security risk. Please fix.
02-27 13:02:01.279: D/dalvikvm(13661): Added shared lib
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178
02-27 13:02:01.279: D/dalvikvm(13661): No JNI_OnLoad found in
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281a178, skipping init
02-27 13:02:01.289: A/libc(13661): Fatal signal 11 (SIGSEGV) at 0x00000004
(code=1), thread 13661 (ample.prototype)
02-27 13:02:45.449: D/libEGL(13802): loaded /system/lib/egl/libEGL_tegra.so
02-27 13:02:45.489: D/libEGL(13802): loaded
/system/lib/egl/libGLESv1_CM_tegra.so
02-27 13:02:45.509: D/libEGL(13802): loaded
/system/lib/egl/libGLESv2_tegra.so
02-27 13:02:45.549: D/OpenGLRenderer(13802): Enabling debug mode 0
02-27 13:02:53.879: D/dalvikvm(13802): Trying to load lib
/data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8
02-27 13:02:53.879: W/linker(13802): libmpg.so has text relocations. This
is wasting memory and is a security risk. Please fix.
02-27 13:02:53.879: D/dalvikvm(13802): Added shared lib
/data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8
02-27 13:02:53.879: D/dalvikvm(13802): No JNI_OnLoad found in
/data/app-lib/com.example.prototype-2/libmpg.so 0x4281b6d8, skipping init
02-27 13:02:53.889: A/libc(13802): Fatal signal 11 (SIGSEGV) at 0x00000004
(code=1), thread 13802 (ample.prototype)
02-27 13:03:44.929: D/libEGL(14088): loaded /system/lib/egl/libEGL_tegra.so
02-27 13:03:44.949: D/libEGL(14088): loaded
/system/lib/egl/libGLESv1_CM_tegra.so
02-27 13:03:44.959: D/libEGL(14088): loaded
/system/lib/egl/libGLESv2_tegra.so
02-27 13:03:44.999: D/OpenGLRenderer(14088): Enabling debug mode 0
02-27 13:03:55.079: D/dalvikvm(14088): Trying to load lib
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8
02-27 13:03:55.079: W/linker(14088): libmpg.so has text relocations. This
is wasting memory and is a security risk. Please fix.
02-27 13:03:55.079: D/dalvikvm(14088): Added shared lib
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8
02-27 13:03:55.079: D/dalvikvm(14088): No JNI_OnLoad found in
/data/app-lib/com.example.prototype-1/libmpg.so 0x4281c5f8, skipping init
02-27 13:03:55.079: A/libc(14088): Fatal signal 11 (SIGSEGV) at 0x00000004
(code=1), thread 14088 (ample.prototype)
02-27 13:16:59.139: D/dalvikvm(14518): Trying to load lib
/data/app-lib/com.example.prototype-2/libmpg.so 0x42815108
02-27 13:16:59.139: W/linker(14518): libmpg.so has text relocations. This
is wasting memory and is a security risk. Please fix.
02-27 13:16:59.139: D/dalvikvm(14518): Added shared lib
/data/app-lib/com.example.prototype-2/libmpg.so 0x42815108
02-27 13:16:59.139: D/dalvikvm(14518): No JNI_OnLoad found in
/data/app-lib/com.example.prototype-2/libmpg.so 0x42815108, skipping init
02-27 13:16:59.149: A/libc(14518): Fatal signal 11 (SIGSEGV) at 0x00000004
(code=1), thread 14518 (ample.prototype)

Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

Dale King

@liufsd
Copy link
Author

liufsd commented Mar 11, 2014

oh.
Thanks.

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