Achaz / Achaz/imsdroid

how to use XcapStack?

Open
#373 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1.just call XcapStack.getDocument then ERROR: detaching thread with interp
frames

What is the expected output? What do you see instead?
ERROR: detaching thread with interp frames (count=18)
"main" prio=5 tid=1 RUNNABLE
| group="main" sCount=0 dsCount=0 obj=0x4001f1a8 self=0xce48
| sysTid=363 nice=0 sched=0/0 cgrp=default handle=-1345006528
| schedstat=( 1098319295 1842742466 198 )
at org.doubango.tinyWRAP.tinyWRAPJNI.XcapStack_getDocument(Native Method)
at org.doubango.tinyWRAP.XcapStack.getDocument(XcapStack.java:79)
at org.doubango.test.Main.onResume(Main.java:58)

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

Please provide any additional information below.

```

Original issue reported on code.google.com by `frea...@gmail.com` on 7 Aug 2012 at 1:09

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the failure from XcapStack.getDocument, following XcapStack.java:79 into the tinyWRAPJNI.XcapStack_getDocument native method and the call from Main.java:58. Determine why the call reports "detaching thread with interp frames" and verify that getDocument completes without the error and returns the expected document.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.