Opened 15 years ago
Closed 15 years ago
#5279 closed bug (fixed)
Tracker crashes when openning Disk icon.
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Desktop Icons disappears and tracker crashes when any tracker window is opened, and Tracker navigator is enabled. Tested in hrev35111, gcc4 on real hardware.
Attachments (1)
Change History (10)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
"hread 1898 called debugger(): Need to set the 'disabled' pictures for this BPictureButton "
What replicants do you have embedded on your desktop? Also, are you sure that it's the Tracker which crashed?
follow-up: 4 comment:3 by , 15 years ago
Replying to stippi:
"hread 1898 called debugger(): Need to set the 'disabled' pictures for this BPictureButton "
What replicants do you have embedded on your desktop? Also, are you sure that it's the Tracker which crashed?
I think that the Tracker navigator uses BPictureButton, so might be possible it's something in there.
comment:4 by , 15 years ago
Replying to jackburton:
I think that the Tracker navigator uses BPictureButton, so might be possible it's something in there.
Oh, I'm using Tracker navigator! After deleting tracker settings from Ubuntu, tracker can open disk icons, but some icons (boot disk, /develop, /home, /system, trash)still missing.
comment:5 by , 15 years ago
Description: | modified (diff) |
---|---|
Summary: | Tacker crashes when openning Disk icon. → Tracker crashes when openning Disk icon. |
Happens here too, in fact, as soon as I enable the Tracker navigator. But I have to say that since some revisions, some icons dont' show up anymore in tracker, too (I think I've seen a ticket relative to missing attributes/resources when building from linux/bsd, but can't find it right now).
comment:6 by , 15 years ago
There is no ticket because I didn't make one yet....I asked on the mailing list and was trying to binary search it, but it seems entirely random which leads me to think it's a race or other problem in the build tools of some form. The one interesting thing is that all the missing icons in question are Tracker rsrc icons rather than the usual variety retrieved from the mime database, but I can't for the life of me find a cause, and am doubly baffled that it works flawlessly every time with the same exact code built within Haiku.
comment:7 by , 15 years ago
And the mystery thickens: I added a few printfs to GetTrackerResources() in Bitmaps.cpp to see if the resources were in fact getting initialized properly and suddenly the FreeBSD-built one works again :/
comment:9 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Same here on FreeBSD, though none of my changes should have affected that, nor was I ever able to find cause of failure (adding debugging to a previously failing build made it magically succeed). Closing for now, please reopen if seen again.
Replying to mt:
gdb log added.