Opened 11 years ago
Closed 11 years ago
#873 closed defect (fixed)
DesignService Unit Test crashes in Win32|Debug configuration
Reported by: | kwi | Owned by: | kwi |
---|---|---|---|
Priority: | minor | Milestone: | 3.8.0 |
Component: | General | Version: | 3.8.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Crash about SSE in DesignService's unit tests.
The crash is due to the memory allocation in heap for SSE intrinsic is not 16-Bytes aligned.
It causes "access violation" crash, happening if allocate "rtree_iterator" instance in heap.
On behalf of Alex Cheng.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix submitted by SVN changelist 6953,6955,6956