View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013892CMake(No Category)public2013-02-04 18:562013-07-01 09:36
ReporterOrion E. Poplawski 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformLinuxOSOS Version
Product VersionCMake 2.8.10.2 
Target VersionCMake 2.8.11Fixed in VersionCMake 2.8.11 
Summary0013892: Don't abort if current working directory is deleted
Description$ mkdir build
$ cd build
$ rm -rf ../build
$ cmake ..
No current working directory
Aborted (core dumped)

Please have cmake just exit without the abort and core dump. I get Fedora bug reports filed on this periodically.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0032195)
Rolf Eike Beer (developer)
2013-02-05 06:32

It's the abort in Getcwd() in kwsys. Maybe this should be changed to exit(ENOENT) or something.
(0032196)
Brad King (manager)
2013-02-05 08:40
edited on: 2013-02-05 08:40

Thanks Eike. I've submitted a fix to upstream KWSys for testing:

 http://review.source.kitware.com/9619 [^]

(0032221)
Brad King (manager)
2013-02-08 09:28

Fixed:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9d66f743 [^]
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a943b5c4 [^]
(0033415)
Robert Maynard (manager)
2013-07-01 09:36

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-02-04 18:56 Orion E. Poplawski New Issue
2013-02-05 06:32 Rolf Eike Beer Note Added: 0032195
2013-02-05 08:40 Brad King Note Added: 0032196
2013-02-05 08:40 Brad King Assigned To => Brad King
2013-02-05 08:40 Brad King Status new => assigned
2013-02-05 08:40 Brad King Target Version => CMake 2.8.11
2013-02-05 08:40 Brad King Note Edited: 0032196
2013-02-08 09:28 Brad King Note Added: 0032221
2013-02-08 09:28 Brad King Status assigned => resolved
2013-02-08 09:28 Brad King Resolution open => fixed
2013-02-08 09:28 Brad King Fixed in Version => CMake 2.8.11
2013-07-01 09:36 Robert Maynard Note Added: 0033415
2013-07-01 09:36 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team