Opened 15 years ago

Closed 15 years ago

#3029 closed bug (duplicate)

[Tracker] crash in BWindow::_FindView

Reported by: diver Owned by: axeld
Priority: normal Milestone: R1
Component: Kits/Interface Kit Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

To reproduce:
Start BSnow and drag replicant to desktop twice.
Then click "Click me to remove BSnow..."

Attachments (1)

back trace.png (126.3 KB ) - added by diver 15 years ago.

Download all attachments as: .zip

Change History (5)

by diver, 15 years ago

Attachment: back trace.png added

comment:1 by anevilyak, 15 years ago

Owner: changed from axeld to anevilyak

This one sounds like it's my fault, looking.

comment:2 by anevilyak, 15 years ago

Owner: changed from anevilyak to axeld

Maybe not, it's crashing in the token version of FindView. Specifically it's crashing on line 3498 of kits/interface/Window.cpp:

BView* view = dynamic_cast<BView*>(handler);

I'm not very familiar with how the token space works though, so I'm not sure what all it could possibly have gotten back there.

comment:3 by aldeck, 15 years ago

Blocked By: 2712 added
Resolution: duplicate
Status: newclosed

comment:4 by aldeck, 15 years ago

Blocked By: 2712 removed

(In #2712) Replying to diver:

#3029 could be related

Yep, definitely, thanks for the pointer.

Note: See TracTickets for help on using tickets.