Crash on ALT+Q while adding a view containing a bitmap+offscreen view in App constructor to window
This is related to Ticket#1500.
The orginal Be sample code created a window and a view in the app ctor, after that the window was locked and the view was added to the window as child.
The special thing is that the view contains a bitmap with an offscreen view. While creating and adding the view containing the bitmap in the window ctor, everything works fine on ALT+Q. Doing this in the app ctor crashes the app on ALT+Q.
Not creating and adding the bitmap with offscreen view, you can add the visible view in the app or window ctor without problems on quit. see attached sample code and stack trace.
Change History
(5)
Resolution: |
→ fixed
|
Status: |
new → closed
|
fixed in hrev28236