Summary

qt egg crashes randomly

Metadata

Description

Running UIs with the `qt` egg results in random crashes (reported by mario and Christian Kellermann). The reason is likely to be the handling of QStrings as result values: the string data of QStrings returned as values is taken, even though that buffer is invalid after the QString gets released on function exit.

Changes and comments

[2009-12-04 18:36:11 UTC] felix changed status from new to closed

[2009-12-04 18:36:11 UTC] felix set resolution to fixed

[2009-12-04 18:36:11 UTC] felix wrote:

Fixed in r16565.