[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 31 03:31:31 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11392


safety0ff.bugz <safety0ff.bugz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |safety0ff.bugz at gmail.com


--- Comment #4 from safety0ff.bugz <safety0ff.bugz at gmail.com> 2013-10-31 03:31:28 PDT ---
Maybe my PR https://github.com/D-Programming-Language/phobos/pull/1657 changed
the test that might have caught it.
I looked at the reports which lead to those tests and the directory string did
not look relevant.

In retrospect, I should have used something like:
auto cwd = getcwd();
chdir(testdir);
scope(exit) chdir(cwd);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list