Opened 10 years ago
Closed 10 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)
Change History (2)
by , 10 years ago
Attachment: | HaikuDepot-614-debug-27-12-2014-12-35-54.report added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.