umarmansuri / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

AFatal signal 11 (SIGSEGV) #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Import source code
2.Run Demo app

What is the expected output? What do you see instead?
App crashed with below exceptions:
04-10 13:31:42.398: E/dalvikvm(10599): VM aborting

04-10 13:31:42.398: A/libc(10599): Fatal signal 11 (SIGSEGV) at 0xdeadd00d 
(code=1), thread 10599 (gmented_reality)

What version of the product are you using? On what operating system?
Version : 1.0
OS: 4.1.2
Device: Sony Xperia (C6603)

Please provide any additional information below.

Original issue reported on code.google.com by vrlive...@gmail.com on 10 Apr 2013 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by phishman3579@gmail.com on 14 Apr 2013 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by phishman3579@gmail.com on 14 Apr 2013 at 2:07

GoogleCodeExporter commented 8 years ago
same problem here :(
OS: 4.1.1
Device: Sony Xperia Tablet S

Original comment by robert.k...@schoenmueller.com on 3 Jun 2013 at 12:59

GoogleCodeExporter commented 8 years ago
tested on Samsung Galaxy S3 with no problem
OS: 4.1.2

Original comment by robert.k...@schoenmueller.com on 3 Jun 2013 at 3:02

GoogleCodeExporter commented 8 years ago
Tested on different phone OS version 4.0.2 and above. i can point all the POIs 
but after some time getting this error. Please give me solution. Thanks in 
advance 

10-15 17:00:44.990: W/dalvikvm(7785): ReferenceTable overflow (max=1024)
10-15 17:00:45.000: W/dalvikvm(7785): JNI pinned array reference table 
(0x457808) dump:
10-15 17:00:45.000: W/dalvikvm(7785):   Last 10 entries (of 1024):
10-15 17:00:45.000: W/dalvikvm(7785):      1023: 0x41fbc130 char[] (45 elements)
10-15 17:00:45.000: W/dalvikvm(7785):      1022: 0x41fbbb50 char[] (26 elements)
10-15 17:00:45.000: W/dalvikvm(7785):      1021: 0x41fbb670 char[] (24 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1020: 0x41fbb0b8 char[] (35 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1019: 0x41fbaa40 char[] (40 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1018: 0x41fba488 char[] (38 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1017: 0x41fb9e10 char[] (42 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1016: 0x41fb9838 char[] (45 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1015: 0x41fb9258 char[] (26 elements)
10-15 17:00:45.010: W/dalvikvm(7785):      1014: 0x41fb8d78 char[] (24 elements)
10-15 17:00:45.010: W/dalvikvm(7785):   Summary:
10-15 17:00:45.010: W/dalvikvm(7785):       147 of char[] (24 elements) (147 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       147 of char[] (26 elements) (147 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       144 of char[] (35 elements) (144 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       146 of char[] (38 elements) (146 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       144 of char[] (40 elements) (144 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       144 of char[] (42 elements) (144 
unique instances)
10-15 17:00:45.010: W/dalvikvm(7785):       152 of char[] (45 elements) (152 
unique instances)
10-15 17:00:45.020: E/dalvikvm(7785): Failed adding to JNI pinned array ref 
table (1024 entries)
10-15 17:00:45.020: I/dalvikvm(7785): "main" prio=5 tid=1 RUNNABLE
10-15 17:00:45.020: I/dalvikvm(7785):   | group="main" sCount=0 dsCount=0 
obj=0x40c2bcd0 self=0x3fdd0
10-15 17:00:45.020: I/dalvikvm(7785):   | sysTid=7785 nice=0 sched=0/0 
cgrp=default handle=1074607496
10-15 17:00:45.020: I/dalvikvm(7785):   | schedstat=( 0 0 0 ) utm=473 stm=38 
core=0
10-15 17:00:45.020: I/dalvikvm(7785):   at 
android.graphics.Paint.native_measureText(Native Method)
10-15 17:00:45.020: I/dalvikvm(7785):   at 
android.graphics.Paint.measureText(Paint.java:1276)

Original comment by sibin...@cabotsolutions.com on 15 Oct 2013 at 11:43

GoogleCodeExporter commented 8 years ago
Same error here running on Sony Xperia C2105. Any solutions yet?

Original comment by francisc...@gmail.com on 9 Dec 2013 at 5:55

GoogleCodeExporter commented 8 years ago
i faced the same issue on Sony Xperia Ion LTE. How to fix it?

Original comment by GeSh...@gmail.com on 11 Jan 2014 at 5:30

GoogleCodeExporter commented 8 years ago
I believe it's a problem in your device's version of Android. I've seen 
multiple references to the same problem online. It seems like a problem in some 
implementations of measureText method.

https://code.google.com/p/android/issues/detail?id=36908

Original comment by phishman3579@gmail.com on 11 Jan 2014 at 1:25

GoogleCodeExporter commented 8 years ago
I believe this'll work around the problems with measureText(); see my last 
answer.

http://stackoverflow.com/questions/16813706/android-apps-activity-force-back

Original comment by phishman3579@gmail.com on 12 Jan 2014 at 1:20