The call to CSPyInterpreter::NewInterpreterL() crashes when it's called in client/server application inside the server code. The crashcode is Kern-Exec 3.
How to reproduce:
Modify the S60 SDK example clientserverasync, and in file server\src\timeserver.cpp, add a call to the NewInterpreter (I used CTimeServer::NewSessionL method to do that).
The code works fine in emulator. However, when it is run in terminal it crashes inside that method (tested with FP1 and FP2 phones and FP1 and FP2 SDK's).
Code works fine when it's called inside the client part of client/server application.

Reply With Quote

