iferianto / nixysa

Automatically exported from code.google.com/p/nixysa
Apache License 2.0
0 stars 0 forks source link

Calling Function twice create exception #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pass some string through browser to NPAPI function 
2. Wait for sometime(sleep in function) and return some int value
3. recall your function after returning.

What is the expected output? What do you see instead?
Function should give correct result in any case.

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

Please provide any additional information below
i am passing some var type from javascript to one of my function which in turn 
pass this arg to other function 
JS_FUNCT --> NPAPI_FUNCT(std::string x) --> TEMP_FUNT(std::string x)
and when i call 1 time every thing is fine 
Second time calling of same method over same object from javascript give 
NPOject Error.
Please help us ASAP as it is very important for us.

Original issue reported on code.google.com by SAURABHS...@gmail.com on 10 Aug 2011 at 5:56