The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14889 ====================================================================== Reported By: Nicolas H. Assigned To: ====================================================================== Project: CMake Issue ID: 14889 Category: CPack Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2014-04-18 11:16 EDT Last Modified: 2014-04-18 11:16 EDT ====================================================================== Summary: Cpack crashes when issuing a bad Wix Patch Description: i'm trying to patch a wix script with a bad xml id
Steps to Reproduce: reproduced on master (patch only implemented in cmake 3) add SET(CPACK_WIX_PATCH_FILE file.xml) to your project issue a bad xml fragment ID (on that wixGenerator cannot find) cpack crash Additional Information: there is an issue when creating cmCPackWIXGenerator object. Patch object is not defined, so a null pointer is passed at construction time. I've fixed it, patch is attached ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-04-18 11:16 Nicolas H. New Issue 2014-04-18 11:16 Nicolas H. File Added: 0001-fixed-cpack-wix-patch-issue-due-to-bad-logger-initia.patch ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers