[Mono-bugs] [Bug 661622] New: OpenGL Application fails to start
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 28 12:47:41 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=661622
https://bugzilla.novell.com/show_bug.cgi?id=661622#c0
Summary: OpenGL Application fails to start
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Runtime
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: cummings.michael at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Description of Problem:
Steps to reproduce the problem:
1. Get code from http://svn.axiom3d.net/svnroot/trunk
2. Load Axiom.Droid.sln from Projects/
3. Tap F5
Actual Results:
adb log :
D/AndroidRuntime( 661): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 661): CheckJNI is ON
D/AndroidRuntime( 661): --- registering native functions ---
I/ActivityManager( 59): Starting activity: Intent {
act=android.intent.action.MAIN flg=0x10000000
cmp=axiom.demo.browser.axiom.demo.browser/droid.AxiomDemoActivity }
D/AndroidRuntime( 661): Shutting down VM
D/jdwp ( 661): adbd disconnected
I/AndroidRuntime( 661): NOTE: attach of thread 'Binder Thread #3' failed
I/ActivityManager( 59): Start proc axiom.demo.browser.axiom.demo.browser for
activity axiom.demo.browser.axiom.demo.browser/droid.AxiomDemoActivity: pid=668
uid=10034 gids={3003, 1015}
I/ActivityThread( 668): Publishing provider
axiom.demo.browser.axiom.demo.browser.__mono_init__: mono.MonoRuntimeProvider
D/dalvikvm( 668): Trying to load lib
/data/data/axiom.demo.browser.axiom.demo.browser/lib/libmonodroid.so 0x43e37df8
D/dalvikvm( 668): Added shared lib
/data/data/axiom.demo.browser.axiom.demo.browser/lib/libmonodroid.so 0x43e37df8
I/MonoDroid-Debugger( 668): Trying to initialize the debugger with options:
--debugger-agent=transport=dt_socket,address=10.0.2.2:50953,embedding=1
I/ActivityManager( 59): Process com.android.music (pid 169) has died.
W/ActivityManager( 59): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 59): Activity idle timeout for HistoryRecord{440433a0
axiom.demo.browser.axiom.demo.browser/droid.AxiomDemoActivity}
I/ActivityManager( 59): Process com.android.quicksearchbox (pid 178) has
died.
D/dalvikvm( 668): GC_FOR_MALLOC freed 12788 objects / 476976 bytes in 115ms
D/dalvikvm( 668): GC_FOR_MALLOC freed 10257 objects / 480776 bytes in 86ms
D/dalvikvm( 116): GC_EXPLICIT freed 182 objects / 9096 bytes in 832ms
I/ActivityManager( 59): Process android.process.media (pid 195) has died.
D/dalvikvm( 59): GC_FOR_MALLOC freed 11526 objects / 584344 bytes in 139ms
I/ActivityManager( 59): Displayed activity
axiom.demo.browser.axiom.demo.browser/droid.AxiomDemoActivity: 37926 ms (total
37926 ms)
D/libEGL ( 668): egl.cfg not found, using default config
D/libEGL ( 668): loaded /system/lib/egl/libGLES_android.so
F/mono ( 668): Unable to insert breakpoint at Droid.DemoView:Initialize
():129, seq_points=28
D/Zygote ( 33): Process 668 terminated by signal (4)
I/ActivityManager( 59): Process axiom.demo.browser.axiom.demo.browser (pid
668) has died.
I/WindowManager( 59): WIN DEATH: Window{43f39ff8 SurfaceView paused=false}
I/WindowManager( 59): WIN DEATH: Window{4404df40
axiom.demo.browser.axiom.demo.browser/droid.AxiomDemoActivity paused=false}
I/UsageStats( 59): Unexpected resume of com.android.launcher while already
resumed in axiom.demo.browser.axiom.demo.browser
W/InputManagerService( 59): Got RemoteException sending setActive(false)
notification to pid 668 uid 10034
D/SntpClient( 59): request time failed: java.net.SocketException: Address
family not supported by protocol
Debug output:
In mgmain JNI_OnLoad
Stacktrace:
at Droid.DemoView.OnRenderFrame (OpenTK.FrameEventArgs) [0x0001b] in
DemoView.cs:76
at OpenTK.Platform.Android.AndroidGameView.RunIteration () [0x000b2] in
/home/jpobst/Desktop/mondroid/OpenGLES/OpenTK/Platform/Android/AndroidGameView.cs:1175
at OpenTK.Platform.Android.RepeatTimerTask.Run () [0x00000] in
/home/jpobst/Desktop/mondroid/OpenGLES/OpenTK/Platform/Android/AndroidGameView.cs:1616
at Java.Util.TimerTask.n_Run (intptr,intptr) [0x00008] in
/home/jpobst/Desktop/mondroid/Mono.Android/src/generated/Java.Util.TimerTask.cs:83
at (wrapper dynamic-method) object.22ee11aa-78f4-4e07-b05a-1c0003d4d5d6
(intptr,intptr) <IL 0x0000c, 0x0002b>
at (wrapper native-to-managed) object.22ee11aa-78f4-4e07-b05a-1c0003d4d5d6
(intptr,intptr) <IL 0x0001e, 0xffffffff>
Expected Results:
How often does this happen?
Additional Information:
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list