I have implemented facebook api in my aplication. I have got crash during authorization after putting login and password on Android 2.1. This not occur when user approve permissions on the other device and only log in. In higher android there is no such thing.

It is a stack:

12-08 21:41:27.105: D/dalvikvm(563): GC freed 12247 objects / 881584 bytes in 93ms
12-08 21:41:27.705: I/DEBUG(27): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-08 21:41:27.715: I/DEBUG(27): Build fingerprint: 'generic/sdk/generic/:2.1-update1/ECLAIR/35983:eng/test-keys'
12-08 21:41:27.715: I/DEBUG(27): pid: 563, tid: 650  >>> com.myapp.app <<<
12-08 21:41:27.715: I/DEBUG(27): signal 11 (SIGSEGV), fault addr 00000000
12-08 21:41:27.715: I/DEBUG(27):  r0 00000000  r1 00000001  r2 00000000  r3 00000000
12-08 21:41:27.715: I/DEBUG(27):  r4 00752de0  r5 47503704  r6 ac1435a4  r7 005baa90
12-08 21:41:27.715: I/DEBUG(27):  r8 00000001  r9 005baa90  10 00000001  fp 47503768
12-08 21:41:27.715: I/DEBUG(27):  ip 00000001  sp 475036d0  lr 00000001  pc ac03f030  cpsr 60000010
12-08 21:41:27.796: I/DEBUG(27):          #00  pc 0003f030  /system/lib/libskia.so
12-08 21:41:27.796: I/DEBUG(27):          #01  pc 0003e188  /system/lib/libskia.so
12-08 21:41:27.796: I/DEBUG(27):          #02  pc 00043b78  /system/lib/libskia.so
12-08 21:41:27.805: I/DEBUG(27):          #03  pc 00043388  /system/lib/libskia.so
12-08 21:41:27.805: I/DEBUG(27):          #04  pc 000433fc  /system/lib/libskia.so
12-08 21:41:27.805: I/DEBUG(27):          #05  pc 00086c88  /system/lib/libskia.so
12-08 21:41:27.805: I/DEBUG(27):          #06  pc 0004c54c  /system/lib/libskia.so
12-08 21:41:27.805: I/DEBUG(27):          #07  pc 0011eeae  /system/lib/libwebcore.so
12-08 21:41:27.815: I/DEBUG(27):          #08  pc 00113b5e  /system/lib/libwebcore.so
12-08 21:41:27.815: I/DEBUG(27):          #09  pc 00113e5e  /system/lib/libwebcore.so
12-08 21:41:27.825: I/DEBUG(27):          #10  pc 00113e70  /system/lib/libwebcore.so
12-08 21:41:27.825: I/DEBUG(27):          #11  pc 0011ecee  /system/lib/libwebcore.so
12-08 21:41:27.825: I/DEBUG(27):          #12  pc 00118e3c  /system/lib/libwebcore.so
12-08 21:41:27.825: I/DEBUG(27):          #13  pc 00118ea8  /system/lib/libwebcore.so
12-08 21:41:27.836: I/DEBUG(27):          #14  pc 00118f86  /system/lib/libwebcore.so
12-08 21:41:27.836: I/DEBUG(27):          #15  pc 0015e6a4  /system/lib/libwebcore.so
12-08 21:41:27.836: I/DEBUG(27):          #16  pc 001755e8  /system/lib/libwebcore.so
12-08 21:41:27.836: I/DEBUG(27):          #17  pc 001389d0  /system/lib/libwebcore.so
12-08 21:41:27.845: I/DEBUG(27):          #18  pc 0013a4e2  /system/lib/libwebcore.so
12-08 21:41:27.845: I/DEBUG(27):          #19  pc 0018bcd6  /system/lib/libwebcore.so
12-08 21:41:27.845: I/DEBUG(27):          #20  pc 001674ee  /system/lib/libwebcore.so
12-08 21:41:27.855: I/DEBUG(27):          #21  pc 0014531e  /system/lib/libwebcore.so
12-08 21:41:27.855: I/DEBUG(27):          #22  pc 0014841c  /system/lib/libwebcore.so
12-08 21:41:27.855: I/DEBUG(27):          #23  pc 001456ac  /system/lib/libwebcore.so
12-08 21:41:27.855: I/DEBUG(27):          #24  pc 00145256  /system/lib/libwebcore.so
12-08 21:41:27.855: I/DEBUG(27):          #25  pc 0014532c  /system/lib/libwebcore.so
12-08 21:41:27.865: I/DEBUG(27):          #26  pc 0014841c  /system/lib/libwebcore.so
12-08 21:41:27.865: I/DEBUG(27):          #27  pc 001456ac  /system/lib/libwebcore.so
12-08 21:41:27.865: I/DEBUG(27):          #28  pc 00145256  /system/lib/libwebcore.so
12-08 21:41:27.885: I/DEBUG(27):          #29  pc 0014532c  /system/lib/libwebcore.so
12-08 21:41:27.885: I/DEBUG(27):          #30  pc 0014841c  /system/lib/libwebcore.so
12-08 21:41:27.885: I/DEBUG(27):          #31  pc 001456ac  /system/lib/libwebcore.so
12-08 21:41:27.885: I/DEBUG(27): code around pc:
12-08 21:41:27.885: I/DEBUG(27): ac03f020 baffffc2 e594302c e3530000 05943010 
12-08 21:41:27.885: I/DEBUG(27): ac03f030 e5930000 e3500c01 e58d0028 8affffbb 
12-08 21:41:27.895: I/DEBUG(27): ac03f040 e593e004 e3a01001 e59dc028 e1a02e11 
12-08 21:41:27.895: I/DEBUG(27): code around lr:
12-08 21:41:27.895: I/DEBUG(27): stack:
12-08 21:41:27.895: I/DEBUG(27):     47503690  00752de0  [heap]
12-08 21:41:27.895: I/DEBUG(27):     47503694  02752de0  
12-08 21:41:27.895: I/DEBUG(27):     47503698  47503768  
12-08 21:41:27.895: I/DEBUG(27):     4750369c  00000001  
12-08 21:41:27.895: I/DEBUG(27):     475036a0  47503768  
12-08 21:41:27.895: I/DEBUG(27):     475036a4  ac04bfd8  /system/lib/libskia.so
12-08 21:41:27.895: I/DEBUG(27):     475036a8  00000000  
12-08 21:41:27.895: I/DEBUG(27):     475036ac  00000001  
12-08 21:41:27.905: I/DEBUG(27):     475036b0  47503768  
12-08 21:41:27.905: I/DEBUG(27):     475036b4  ac04c2cc  /system/lib/libskia.so
12-08 21:41:27.905: I/DEBUG(27):     475036b8  00752de0  [heap]
12-08 21:41:27.905: I/DEBUG(27):     475036bc  47503704  
12-08 21:41:27.905: I/DEBUG(27):     475036c0  ac1435a4  /system/lib/libskia.so
12-08 21:41:27.905: I/DEBUG(27):     475036c4  00000000  
12-08 21:41:27.905: I/DEBUG(27):     475036c8  df002777  
12-08 21:41:27.905: I/DEBUG(27):     475036cc  e3a070ad  
12-08 21:41:27.905: I/DEBUG(27): #00 475036d0  00000000  
12-08 21:41:27.905: I/DEBUG(27):     475036d4  47503738  
12-08 21:41:27.915: I/DEBUG(27):     475036d8  00000000  
12-08 21:41:27.915: I/DEBUG(27):     475036dc  00000000  
12-08 21:41:27.915: I/DEBUG(27):     475036e0  00000002  
12-08 21:41:27.915: I/DEBUG(27):     475036e4  00448f48  [heap]
12-08 21:41:27.915: I/DEBUG(27):     475036e8  00000000  
12-08 21:41:27.915: I/DEBUG(27):     475036ec  00463b48  [heap]
12-08 21:41:27.915: I/DEBUG(27):     475036f0  47503738  
12-08 21:41:27.915: I/DEBUG(27):     475036f4  475037ec  
12-08 21:41:27.915: I/DEBUG(27):     475036f8  00692a48  [heap]
12-08 21:41:27.915: I/DEBUG(27):     475036fc  ac02cc64  /system/lib/libskia.so
12-08 21:41:27.915: I/DEBUG(27):     47503700  afe3bb74  
12-08 21:41:27.915: I/DEBUG(27):     47503704  afe0f3b0  /system/lib/libc.so
12-08 21:41:27.925: I/DEBUG(27):     47503708  00000000  
12-08 21:41:27.925: I/DEBUG(27):     4750370c  afe0f2c0  /system/lib/libc.so
12-08 21:41:27.925: I/DEBUG(27):     47503710  afe3bb74  
12-08 21:41:27.925: I/DEBUG(27):     47503714  afe0f3b0  /system/lib/libc.so
12-08 21:41:27.925: I/DEBUG(27):     47503718  00000000  
12-08 21:41:27.925: I/DEBUG(27):     4750371c  afe0f2c0  /system/lib/libc.so
12-08 21:41:27.925: I/DEBUG(27):     47503720  afe3b9bc  
12-08 21:41:27.925: I/DEBUG(27):     47503724  00000000  
12-08 21:41:27.925: I/DEBUG(27):     47503728  00000000  
12-08 21:41:27.925: I/DEBUG(27):     4750372c  000000dc  
12-08 21:41:27.925: I/DEBUG(27):     47503730  0000001d  
12-08 21:41:27.925: I/DEBUG(27):     47503734  00000002  
12-08 21:41:27.925: I/DEBUG(27):     47503738  afe3bb74  
12-08 21:41:27.925: I/DEBUG(27):     4750373c  47503768  
12-08 21:41:27.925: I/DEBUG(27):     47503740  00448f48  [heap]
12-08 21:41:27.925: I/DEBUG(27):     47503744  00752d94  [heap]
12-08 21:41:27.925: I/DEBUG(27):     47503748  00762a40  [heap]
12-08 21:41:27.935: I/DEBUG(27):     4750374c  00000003  
12-08 21:41:27.935: I/DEBUG(27):     47503750  42f34e50  
12-08 21:41:27.935: I/DEBUG(27):     47503754  42f34e38  
12-08 21:41:27.935: I/DEBUG(27):     47503758  003e7ab0  [heap]
12-08 21:41:27.935: I/DEBUG(27):     4750375c  ac03e18c  /system/lib/libskia.so
12-08 21:41:27.935: I/DEBUG(27): #01 47503760  00000001  
12-08 21:41:27.935: I/DEBUG(27):     47503764  00000000  
12-08 21:41:27.935: I/DEBUG(27):     47503768  00000000  
12-08 21:41:27.935: I/DEBUG(27):     4750376c  00000000  
12-08 21:41:27.935: I/DEBUG(27):     47503770  00000000  
12-08 21:41:27.935: I/DEBUG(27):     47503774  00000000  
12-08 21:41:27.935: I/DEBUG(27):     47503778  00000000  
12-08 21:41:27.935: I/DEBUG(27):     4750377c  00000000  
12-08 21:41:27.945: I/DEBUG(27):     47503780  00000001  
12-08 21:41:27.945: I/DEBUG(27):     47503784  00000001  
12-08 21:41:27.945: I/DEBUG(27):     47503788  00000001  
12-08 21:41:27.945: I/DEBUG(27):     4750378c  00010003  [heap]
12-08 21:41:27.945: I/DEBUG(27):     47503790  00000001  
12-08 21:41:27.945: I/DEBUG(27):     47503794  00752d70  [heap]
12-08 21:41:27.945: I/DEBUG(27):     47503798  00752d94  [heap]
12-08 21:41:27.945: I/DEBUG(27):     4750379c  00000001  
12-08 21:41:27.945: I/DEBUG(27):     475037a0  47504d80  
12-08 21:41:27.945: I/DEBUG(27):     475037a4  ac043b7c  /system/lib/libskia.so
12-08 21:41:29.385: D/Zygote(29): Process 563 terminated by signal (11)
12-08 21:41:29.415: I/ActivityManager(51): Process com.myapp.app (pid 563) has died.
12-08 21:41:29.435: I/WindowManager(51): WIN DEATH: Window{44e6b180 SurfaceView paused=false}
link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.