DiscussionsIssue archiveOCCT:Visualization

Archived issue #0025686

AIS_InteractiveContext::MoveTo crash

CommunityOCCT:Visualizationclosed4 public notes

Search issues

Description

> TKernel.dll!Standard_OutOfRange::Throw() Line 10 C++
     TKernel.dll!Standard_Failure::Reraise() Line 153 C++
     TKernel.dll!Standard_Failure::Reraise(const char * const AString) Line 136 C++
     TKernel.dll!Standard_OutOfRange::Raise(const char * const AString) Line 10 C++
     TKernel.dll!SortRecursive(TColStd_Array1OfInteger & TheArray, const TCollection_CompareOfInteger & Comp, const int Left, const int Right) Line 56 C++
     TKernel.dll!SortTools_QuickSortOfInteger::Sort(TColStd_Array1OfInteger & TheArray, const TCollection_CompareOfInteger & Comp) Line 77 C++
     TKV3d.dll!SelectMgr_ViewerSelector::SortResult() Line 1002 C++
     TKV3d.dll!SelectMgr_ViewerSelector::LoadResult() Line 525 C++
     TKV3d.dll!SelectMgr_ViewerSelector::InitSelect(const double Xr, const double Yr) Line 371 C++
     TKV3d.dll!StdSelect_ViewerSelector3d::Pick(const int theXPix, const int theYPix, const Handle_V3d_View & theView) Line 207 C++
     TKV3d.dll!AIS_LocalContext::MoveTo(const int theXpix, const int theYpix, const Handle_V3d_View & theView, const unsigned int theToRedrawImmediate) Line 133 C++
     TKV3d.dll!AIS_InteractiveContext::MoveTo(const int theXPix, const int theYPix, const Handle_V3d_View & theView, const unsigned int theToRedrawOnUpdate) Line 70 C++

Public activity

4 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Could you please provide also test case to reproduce the problem?
I see there should be local context opened...
02Author
I can't reproduce it now with the model of the bug occurs. I found the issue by moving mouse on the screen randomly. so sorry that i don't have test case to reproduce the problem.

You're right that there is local context opened when moving mouse.
03Commenter 3
I've just had a similar crash (only once so far) so I attach the stack trace below:

(TKernel): (filename not available): Standard_OutOfRange::Throw
(TKernel): (filename not available): Standard_OutOfRange::Raise
(TKV3d): (filename not available): SelectMgr_IndexedDataMapOfOwnerCriterion::ChangeFromIndex
(TKV3d): (filename not available): SelectMgr_ViewerSelector::IsInside
(TKernel): (filename not available): SortTools_QuickSortOfInteger::Sort
(TKernel): (filename not available): SortTools_QuickSortOfInteger::Sort
(TKernel): (filename not available): SortTools_QuickSortOfInteger::Sort
(TKV3d): (filename not available): SelectMgr_ViewerSelector::SortResult
(TKV3d): (filename not available): SelectMgr_ViewerSelector::LoadResult
(TKV3d): (filename not available): SelectMgr_ViewerSelector::InitSelect
(TKV3d): (filename not available): StdSelect_ViewerSelector3d::Pick
(TKV3d): (filename not available): AIS_LocalContext::MoveTo
(TKV3d): (filename not available): AIS_InteractiveContext::MoveTo
04Commenter 2
Dear Commenter 1,

please switch to "closed" state since there are no bug reproducer and related functionality (local context) is deprecated.

Related records