View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005073 | GNUnet | file-sharing service | public | 2017-06-09 22:05 | 2019-02-28 11:17 |
| Reporter | amatus | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.11.0 | Fixed in Version | 0.11.0 | ||
| Summary | 0005073: gnunet-publish of a file in a directory that has a non-executable ancestor fails with an assertion error | ||||
| Description | Trying to publish a file in a directory that has a non-executable ancestor fails with an assertion error. | ||||
| Steps To Reproduce | $ mkdir -p /tmp/test1/test2 $ cd /tmp/test1/test2 $ touch foo $ sudo chown root:root /tmp/test1 $ sudo chmod 700 /tmp/test1 $ gnunet-publish foo There was trouble processing file `/tmp/test1/test2/foo', skipping it. Jun 09 14:54:36-589225 gnunet-publish-11073 ERROR Assertion failed at fs_dirmetascan.c:324. Internal error scanning directory. Jun 09 14:54:36-589280 gnunet-publish-11073 ERROR Assertion failed at fs_dirmetascan.c:398. Internal error scanning directory. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-06-09 22:05 | amatus | New Issue | |
| 2019-02-20 13:18 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2019-02-20 13:18 | Christian Grothoff | Status | new => resolved |
| 2019-02-20 13:18 | Christian Grothoff | Resolution | open => fixed |
| 2019-02-20 13:18 | Christian Grothoff | Fixed in Version | => 0.11.0 |
| 2019-02-20 13:18 | Christian Grothoff | Note Added: 0013905 | |
| 2019-02-20 13:19 | Christian Grothoff | Target Version | => 0.11.0 |
| 2019-02-28 11:17 | Christian Grothoff | Status | resolved => closed |