|
|
Reporter | tizmaylo | Assigned To | inv | |
---|
Priority | normal | Severity | minor | |
---|
Status | new | Resolution | open | |
---|
Platform | Windows | OS | VC++ 2015 | |
---|
Product Version | 7.4.0 | |
---|
Target Version | Unscheduled | |
---|
|
|
Summary | 0031046: Tests - bugs vis bug26139 fails in Win32-configuration due to a lack of memory |
---|
Description | Test bugs vis bug26139 fails in Win32 configuration with several errors Error: AIS_Shape::ComputeSelection(0) has failed (ACCESS VIOLATION at address 0x00000000 during 'READ' operation) (look at the attached file bug26139.html). But in fact the problem is not in an access violation, an error has happened before it, when memory allocation function NCollection_IncAllocator::Allocate() throws exception due to a lack of memory (only 2 Gb of the virtual memory are available for a process in Win32). |
---|
Steps To Reproduce | Build Open Cascade in Win32 configuration, then run command test bugs vis bug26139 -echo in DRAW.
To debug this test case:- build Open Cascade in Release with Debug Information configuration
- turn on breaking on all C++ exceptions in Visual Studio: Debug → Windows → Exception Settings, check the box C++ Exceptions → <All C++ Exceptions not in this list>
- run DRAW
- attach to the process DRAWEXE.exe using Visual Studio debugger
- run the following command in DRAW: test bugs vis bug26139 -echo
|
---|
Tags | No tags attached. |
---|
|
|
Test case number | |
---|
|
|