View Issue Details

IDProjectCategoryView StatusLast Update
0020816Open CASCADEOCCT:Visualizationpublic2009-05-19 14:42
ReporterptvAssigned Tosan 
PrioritynormalSeveritytrivial 
Status closedResolutionduplicate 
OSAll 
Summary0020816: DRAW crashes when move mouse pointer to V3d window
DescriptionNoticed on Sun OS (not checked on Windows, but I am sure that bug will
reproduces).
The way to reproduce:
run DRAWEXE
pload ALL
box b 10 10 10
XNewDoc D
XAddShape D b
XShow D
as result new viewer window appears.
Try to move mouse pointer to activate 3d viewer windows -> Draw crashes.
Quick code analyzis shows that it crashes in AIS_InteractiveContext::MoveTo
method. There are no check for Hanlde(V3d_View) in argument which can be NULL
handle. The reason of NULL V3d_View is ViewerTest_EventManager wrong
initialisation from ViewerTest. It is happens because ViewerTest support only
NIS_View in ResetEventManager. I guess that bug appears starting from OCC630
when NIS_View appears and as I have hear test environment redesigned to use
NIS. As result we have regressions on AIS_Viewer usage.
I will try to fix descrived bugs in few minutes and attach draft solution for
next future analysis.
Best Regards, PTv
TagsNo tags attached.
Test case number

Attached Files

  • occ20816_v1.tar.gz (56,236 bytes)

Relationships

has duplicate 0021046 closedvro XShow raises an exception 

Activities

2009-01-12 12:45

 

occ20816_v1.tar.gz (56,236 bytes)

Issue History

Date Modified Username Field Change
2009-01-12 14:49 bugmaster Assigned To bugmaster => ptv
2009-01-12 14:49 bugmaster Status new => assigned
2009-01-12 14:51 bugmaster Assigned To ptv => san
2009-05-13 18:46 bugmaster Status assigned => closed
2009-05-13 18:46 bugmaster Resolution @0@ => duplicate
2009-05-19 10:04 bugmaster Assigned To san => bugmaster
2009-05-19 10:04 bugmaster Status closed => assigned
2009-05-19 10:04 bugmaster Resolution duplicate => @0@
2009-05-19 10:09 bugmaster Assigned To bugmaster => san
2009-05-19 16:42 san Status assigned => closed
2009-05-19 16:42 san Resolution @0@ => duplicate
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization