Opened 13 years ago
Closed 13 years ago
#7705 closed bug (fixed)
[Tracker] crashes in BPrivate::CheckDevicesEqual
Reported by: | diver | Owned by: | anevilyak |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev42211, gcc2hybrid.
I was trying to move Debugger binary from the Desktop to Haiku->system->apps using drill-down menu.
Upon releasing my mouse Tracker crashed.
Thread 142 caused an exception: Segment violation [...] [Switching to team /boot/system/Tracker (124) thread w>/boot/home/Desktop (142)] 0x0057e9ad in BPrivate::CheckDevicesEqual () from /boot/system/lib/libtracker.so (gdb) bt #0 0x0057e9ad in BPrivate::CheckDevicesEqual () from /boot/system/lib/libtracker.so #1 0x0055c33a in BPrivate::BContainerWindow::MessageReceived () from /boot/system/lib/libtracker.so #2 0x005720de in BPrivate::BDeskWindow::MessageReceived () from /boot/system/lib/libtracker.so #3 0x002d5a23 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #4 0x003a6eb9 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #5 0x003ab194 in BWindow::task_looper () from /boot/system/lib/libbe.so #6 0x002d6f7f in BLooper::_task0_ () from /boot/system/lib/libbe.so #7 0x007058c7 in thread_entry () from /boot/system/lib/libroot.so #8 0x70184fec in ?? () (gdb)
Change History (4)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Priority: | normal → high |
---|
comment:3 by , 13 years ago
Status: | assigned → in-progress |
---|
Note:
See TracTickets
for help on using tickets.
Confirmed, looking into it...