[Issue 17402] dirEntries iterator crashes in conjunction with readText

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 16 10:16:42 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17402

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Wow, that's a segfault inside libpthread (which for some reason gets called
from glibc's readdir).

If you can reproduce this reliably, can you get debug symbols for libc and
libpthread and get a detailed stack trace?

--


More information about the Digitalmars-d-bugs mailing list