DUB git master hang

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 14 14:50:50 PDT 2014


On Monday, 14 July 2014 at 21:47:20 UTC, Nordlöw wrote:
> My dub built from git master has suddenly started to hang on

During hang:

- dub CPU system usage is about 12 percent
- No dmd process currently activate
- End of output from strace dub:

lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
lstat("views", {st_mode=S_IFDIR|0775, st_size=0, ...}) = 0
lstat("source/", {st_mode=S_IFDIR|0775, st_size=22, ...}) = 0
lstat("source/app.d", {st_mode=S_IFREG|0664, st_size=9211, ...})
= 0
lstat("src/", 0x7fff0b0672a0)           = -1 ENOENT (No such file
or directory)
^R
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---


More information about the Digitalmars-d-learn mailing list