Opened 15 years ago
Closed 15 years ago
#136 closed defect (fixed)
qt egg crashes randomly
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.2.x |
Keywords: | qt | Cc: | |
Estimated difficulty: |
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.
Note: See
TracTickets for help on using
tickets.
Fixed in r16565.