Opened 14 years ago

Closed 14 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.

Change History (1)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

Fixed in r16565.

Note: See TracTickets for help on using tickets.