bitset / panoramagl-android

Automatically exported from code.google.com/p/panoramagl-android
0 stars 0 forks source link

when back the app .it is :call to OpenGL ES API with no current context (logged once per thread) #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run one time it is ok. touch back button it is error:call to OpenGL ES API 
with no current context (logged once per thread)
2. run second time is crash error:Fatal signal 7 (SIGBUS) at 0x00000000 
(code=128)
Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1)

What is the expected output? What do you see instead?

02-28 11:28:42.339: D/gralloc(6733): map_buffer: Successfully mapped 0x15e000 
bytes at address 0x5bf85000, SharedFd=72, map_count = 1
02-28 11:28:42.419: E/libEGL(6733): call to OpenGL ES API with no current 
context (logged once per thread)
02-28 11:28:44.069: D/gralloc(6733): map_buffer: Successfully mapped 0x15e000 
bytes at address 0x64a2d000, SharedFd=63, map_count = 2
02-28 11:28:44.369: A/libc(6733): Fatal signal 7 (SIGBUS) at 0x00000000 
(code=128)
02-28 11:28:44.369: D/dalvikvm(6733): GC_EXPLICIT freed 81K, 12% free 
5846K/6599K, paused 2ms+3ms
02-28 11:28:44.379: A/libc(6733): Fatal signal 11 (SIGSEGV) at 0x0000000c 
(code=1)

What version of the product are you using? On what operating system?
android 4.0.3

Please provide any additional information below.

i call panoramagl from my Activity:
first time is  ok. but "back"
run app again ,it is carsh!
thanks

Original issue reported on code.google.com by vc81...@gmail.com on 28 Feb 2013 at 3:35

GoogleCodeExporter commented 8 years ago
This bug was corrected in PanoramaGL 0.2 beta, please use the new version.

Original comment by javbae...@gmail.com on 11 Sep 2013 at 11:54