Opened 16 years ago
Closed 16 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)
Change History (5)
by , 16 years ago
Attachment: | back trace.png added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|
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 , 16 years ago
Blocked By: | 2712 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:4 by , 16 years ago
Blocked By: | 2712 removed |
---|
Note:
See TracTickets
for help on using tickets.
This one sounds like it's my fault, looking.