View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014665VTK(No Category)public2014-04-05 15:402014-10-02 18:51
ReporterDr. Frank Heimes 
Assigned ToSean McBride 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version6.2.0 
Summary0014665: Access Violation while building VTK on Windows
DescriptionWhile building VTK, the file ThirdParty\hdf5\vtkhdf5\Resources\ConversionTests.c is built and run. It crashes with Access Violation, which causes the Windows Error Report to pop up and thus stalls the build.

Cause: malloc() is assumed to return an int unless it has been declared correctly (as in stdlib.h)

Fix: #include <stdlib.h> at the top of ConversionTests.c
Tagshackaton
ProjectKitware
Typecrash
Attached Files

 Relationships

  Notes
(0033559)
Cory Quammen (developer)
2014-10-02 18:51

Fixed in commit:

commit 65c686a829e6100d3ca7d5c49e1241042bddd5b4
Author: David Cole <DLRdave@aol.com>
Date: Wed Jun 11 10:02:42 2014 -0400

    BUG: Add missing header files to enable try_run tests to run without crashing
    
    When using a CMake "Win64" generator.
    
    Change-Id: I69b7f6965b07c44932c5d3c8afbe222d4b6e90e4

 Issue History
Date Modified Username Field Change
2014-04-05 15:40 Dr. Frank Heimes New Issue
2014-10-01 21:44 Sean McBride Assigned To => Sean McBride
2014-10-01 21:44 Sean McBride Tag Attached: hackaton
2014-10-02 18:51 Cory Quammen Note Added: 0033559
2014-10-02 18:51 Cory Quammen Status backlog => closed
2014-10-02 18:51 Cory Quammen Resolution open => fixed
2014-10-02 18:51 Cory Quammen Fixed in Version => 6.2.0


Copyright © 2000 - 2018 MantisBT Team