View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013892 | CMake | (No Category) | public | 2013-02-04 18:56 | 2013-07-01 09:36 | ||||
Reporter | Orion E. Poplawski | ||||||||
Assigned To | Brad King | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Linux | OS | OS Version | ||||||
Product Version | CMake 2.8.10.2 | ||||||||
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | ||||||
Summary | 0013892: 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |