krunal09 / sample

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Crash on motorola milestone #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created account for my pbx in expert mode, and after creating i got FC. 
Logcat:
I/ActivityManager( 1266): Start proc com.csipsimple for activity 
com.csipsimple/.ui.SipHome: pid=9467 uid=10085 gids={3003, 1015}
I/dalvikvm( 9467): Debugger thread not active, ignoring DDM send (t=0x41504e4d 
l=38)
I/dalvikvm( 9467): Debugger thread not active, ignoring DDM send (t=0x41504e4d 
l=32)
D/dalvikvm( 9467): GC freed 2111 objects / 140560 bytes in 67ms
D/AudioHardwareMot( 1058): AudioMgr:bufSize from kernel = 8192
D/dalvikvm( 9467): Trying to load lib 
/data/data/com.csipsimple/files/libpjsipjni.so 0x450e0060
D/dalvikvm( 9467): Added shared lib 
/data/data/com.csipsimple/files/libpjsipjni.so 0x450e0060
D/dalvikvm( 1332): GC freed 415 objects / 20600 bytes in 167ms
I/ActivityManager( 1266): Displayed activity com.csipsimple/.ui.SipHome: 965 ms 
(total 965 ms)
W/libpjsip( 9467):  16:53:56.541    pjsua_acc.c  SIP registration failed, 
status=404 (Not found (unknown domain))
W/dalvikvm( 9467): threadid=17: thread exiting with uncaught exception 
(group=0x4001b170)
E/AndroidRuntime( 9467): Uncaught handler: thread UAStateAsyncWorker exiting 
due to uncaught exception
E/AndroidRuntime( 9467): java.lang.IllegalArgumentException: No enum class 
org.pjsip.pjsua.pjsip_status_code with value 171101
E/AndroidRuntime( 9467):        at 
org.pjsip.pjsua.pjsip_status_code.swigToEnum(pjsip_status_code.java:90)
E/AndroidRuntime( 9467):        at 
org.pjsip.pjsua.pjsua_acc_info.getStatus(pjsua_acc_info.java:91)
E/AndroidRuntime( 9467):        at 
com.csipsimple.models.AccountInfo.fillWithPjInfo(AccountInfo.java:66)
E/AndroidRuntime( 9467):        at 
com.csipsimple.service.SipService.getAccountInfo(SipService.java:631)
E/AndroidRuntime( 9467):        at 
com.csipsimple.service.SipService.updateRegistrationsState(SipService.java:644)
E/AndroidRuntime( 9467):        at 
com.csipsimple.service.UAStateReceiver$WorkerHandler.handleMessage(UAStateReceiv
er.java:212)
E/AndroidRuntime( 9467):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9467):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 9467):        at 
android.os.HandlerThread.run(HandlerThread.java:60)
I/Process ( 1266): Sending signal. PID: 9467 SIG: 3
I/dalvikvm( 9467): threadid=7: reacting to signal 3
I/dalvikvm( 9467): Wrote stack trace to '/data/anr/traces.txt

Original issue reported on code.google.com by zdevel on 19 Jun 2010 at 12:55

GoogleCodeExporter commented 9 years ago
Will be fixed in next release.

Was already reported by other using the Eclair automatic bug report tool.

In fact this bug appear when something goes wrong with account registration. 
Here seems to be a DNS resolution issue.

Original comment by r3gis...@gmail.com on 20 Jun 2010 at 2:48

GoogleCodeExporter commented 9 years ago
well yes, i have lex.gs domain and asterisk on another server, which is defined 
in DNS SRV

Original comment by zdevel on 20 Jun 2010 at 2:58

GoogleCodeExporter commented 9 years ago
fixed for me in .12 build
Thanks!

Original comment by zdevel on 27 Jun 2010 at 6:41

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 11 Jul 2010 at 6:39