Python 1.9.6, Nokia N97 (software version 11.0.0.21)
Very odd behaviour from a script that pushes an image onto a Queue for a worker thread to handle a file write. See test script attached; the first image is written to disk correctly but the second crashes the interpreter. An altrenative I have tried is to copy img (literally 'imgpool.put(copy(img))') but this has the same results. A deepcopy produces an error. See thread over on Nokia forums for more information:
http://discussion.forum.nokia.com/forum/showthread.php?t=176980
test script demonstrating the problem