Opened 14 years ago

Last modified 14 years ago

#5279 closed bug

Tracker crashes when openning Disk icon. — at Version 5

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 jackburton)

Desktop Icons disappears and tracker crashes when any tracker window is opened, and Tracker navigator is enabled. Tested in hrev35111, gcc4 on real hardware.

Change History (6)

in reply to:  description comment:1 by mt, 14 years ago

Replying to mt:

Desktop Icons disappears and tracker crashes when double-clicking it. Tested in hrev35111, gcc4 on real hardware.

gdb log added.

GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)

[tcsetpgrp failed in terminal_inferior: Invalid Argument]
Thread 1898 called debugger(): Need to set the 'disabled' pictures for this BPictureButton 
Reading symbols from /boot/system/runtime_loader...done.
Loaded symbols for /boot/system/runtime_loader
Reading symbols from /boot/system/lib/libbe.so...done.
Loaded symbols for /boot/system/lib/libbe.so
Reading symbols from /boot/system/lib/libtracker.so...done.
Loaded symbols for /boot/system/lib/libtracker.so
Reading symbols from /boot/system/lib/libroot.so...done.
Loaded symbols for /boot/system/lib/libroot.so
Reading symbols from /boot/system/lib/libstdc++.so...done.
Loaded symbols for /boot/system/lib/libstdc++.so
Reading symbols from /boot/system/lib/libtranslation.so...done.
Loaded symbols for /boot/system/lib/libtranslation.so
Reading symbols from /boot/system/lib/libtextencoding.so...done.
Loaded symbols for /boot/system/lib/libtextencoding.so
Reading symbols from /boot/system/lib/libsupc++.so...done.
Loaded symbols for /boot/system/lib/libsupc++.so
Reading symbols from /boot/system/add-ons/Translators/BMPTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator
Reading symbols from /boot/system/add-ons/Translators/EXRTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator
Reading symbols from /boot/system/lib/libilmimf.so...done.
Loaded symbols for /boot/system/lib/libilmimf.so
Reading symbols from /boot/system/lib/libz.so...done.
Loaded symbols for /boot/system/lib/libz.so
Reading symbols from /boot/system/add-ons/Translators/GIFTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator
Reading symbols from /boot/system/add-ons/Translators/ICOTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/ICOTranslator
Reading symbols from /boot/system/add-ons/Translators/JPEG2000Translator...done.
Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator
Reading symbols from /boot/system/add-ons/Translators/JPEGTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator
Reading symbols from /boot/system/add-ons/Translators/PCXTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator
Reading symbols from /boot/system/add-ons/Translators/PNGTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator
Reading symbols from /boot/system/add-ons/Translators/PPMTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator
Reading symbols from /boot/system/add-ons/Translators/RAWTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator
Reading symbols from /boot/system/add-ons/Translators/RTF-Translator...done.
Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator
Reading symbols from /boot/system/add-ons/Translators/SGITranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/SGITranslator
Reading symbols from /boot/system/add-ons/Translators/STXTTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator
Reading symbols from /boot/system/add-ons/Translators/TGATranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/TGATranslator
Reading symbols from /boot/system/add-ons/Translators/TIFFTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator
Reading symbols from /boot/system/add-ons/Translators/WonderBrushTranslator...done.
Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator
[tcsetpgrp failed in terminal_inferior: Invalid Argument]
[Switching to team /boot/system/Tracker (1884) thread w>Haiku (1898)]
0xffff0114 in ?? ()
(gdb) bt
#0  0xffff0114 in ?? ()
#1  0x005d9f73 in debugger () from /boot/system/lib/libroot.so
#2  0x0030a400 in BPictureButton::Draw () from /boot/system/lib/libbe.so
#3  0x00354abc in BView::_Draw () from /boot/system/lib/libbe.so
#4  0x0035f3b5 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so
#5  0x0035af21 in BWindow::task_looper () from /boot/system/lib/libbe.so
#6  0x002aa022 in BLooper::_task0_ () from /boot/system/lib/libbe.so
#7  0x005ddc6b in thread_entry () from /boot/system/lib/libroot.so
#8  0x70184fec in ?? ()
(gdb) 

comment:2 by stippi, 14 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?

in reply to:  2 ; comment:3 by jackburton, 14 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.

in reply to:  3 comment:4 by mt, 14 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.

by mt, 14 years ago

Attachment: screenshot1.png added

screenshot of desktop

comment:5 by jackburton, 14 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).

Note: See TracTickets for help on using tickets.