[Interest] QScriptProgram and multi-threading

2013-01-21 Thread Christian Schneider
Hi all. I have written a multi-threaded program (Qt 4.8.3) that executes QtScript code in multiple threads, each thread with its own QScriptEngine. The script code is wrapped in QScriptProgram object. Is the same QScriptProgram object supposed to be usable in multiple script engines

Re: [Interest] QScriptProgram and multi-threading

2013-01-21 Thread Tony Rietwyk
Sent: Monday, 21 January 2013 11:32 PM Hi all. I have written a multi-threaded program (Qt 4.8.3) that executes QtScript code in multiple threads, each thread with its own QScriptEngine. The script code is wrapped in QScriptProgram object. Is the same QScriptProgram object supposed to

Re: [Interest] QScriptProgram and multi-threading

2013-01-21 Thread Christian Schneider
On 01/21/13 15:31, Tony Rietwyk wrote: Sent: Monday, 21 January 2013 11:32 PM Hi all. I have written a multi-threaded program (Qt 4.8.3) that executes QtScript code in multiple threads, each thread with its own QScriptEngine. The script code is wrapped in QScriptProgram object. Is

Re: [Interest] QScriptProgram and multi-threading

2013-01-21 Thread Christian Schneider
Just as a heads up, I was able to narrow down the error and created a bug report: https://bugreports.qt-project.org/browse/QTBUG-29246 -Christian Am 21.01.2013 16:13, schrieb Christian Schneider: On 01/21/13 15:31, Tony Rietwyk wrote: Sent: Monday, 21 January 2013 11:32 PM Hi all. I