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 anevilyak, 13 years ago

Owner: changed from axeld to anevilyak
Status: newassigned

comment:2 by anevilyak, 13 years ago

Priority: normalhigh

comment:3 by anevilyak, 13 years ago

Status: assignedin-progress

Confirmed, looking into it...

comment:4 by anevilyak, 13 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev42221.

Note: See TracTickets for help on using tickets.