Summary
qt egg crashes randomly
Metadata
- Id: b7b489d3648f64e929e63766788b8db200447375
- Trac id: 136
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.2.x
- Changetime: 2009-12-04 18:36:11 UTC
- Created: 2009-12-01 11:33:16 UTC
- Keywords: qt
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.