Opened 9 years ago

Closed 9 years ago

#11668 closed bug (fixed)

HaikuDepot: Crash while scrolling available packages

Reported by: vidrep Owned by: stippi
Priority: normal Milestone: R1
Component: Applications/HaikuDepot Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev48569 x86_gcc2 Crash while scrolling through available packages. Attached debug report (I cannot read it due to StyledEdit not working)

Attachments (1)

HaikuDepot-614-debug-27-12-2014-12-35-54.report (14.0 KB ) - added by vidrep 9 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by stippi, 9 years ago

Resolution: fixed
Status: newclosed

This one has been fixed. The explanation is that PackageInfoView::SetPackage() had released the previously showing package too early. When it was the holder of the last reference, some data from the package info was still used after releasing it in its sub-views for comparing with the new content to be shown.

Note: See TracTickets for help on using tickets.