Giter Club home page Giter Club logo

Comments (6)

WebFreak001 avatar WebFreak001 commented on May 29, 2024

What happens if you spam ctrl-space? Do more defunct clients appear or do they appear randomly?

from workspace-d.

yannick avatar yannick commented on May 29, 2024

nope. but it seems it happens if i enter incrorrect code
e.g. just something like

anewvariablewithoutype = "oops";

from workspace-d.

WebFreak001 avatar WebFreak001 commented on May 29, 2024

No matter what, I can't reproduce it. Can you provide full system information? Also a common mistake that happened a lot recently: did you copy the new executables you compiled from the current code?

from workspace-d.

yannick avatar yannick commented on May 29, 2024

yep definitly the self built binary, also tried debug mode. unfortunately it doesnt compile with ldc.
i also changed the workspace-d deps to ~master just to see, no effect.
its running on a ec2 instance, no vscode settings.

more infos below.
am i correct that it goes trough this task here:
https://github.com/Pure-D/workspace-d/blob/master/source/com/dcd.d#L113
so i'll start debugging it (i'm in #d on irc too)

ws02% git log -1 
commit 65b8173ab81a5af61aaf79edce202e64ac06b390
Author: WebFreak001 <[email protected]>
Date:   Wed Jan 20 16:13:16 2016 +0100

    Fix #7 on older dmd compilers
ws02% dmd --version
DMD64 D Compiler v2.069
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
ws02% dub --version
DUB version 0.9.24+95-g20d74e8, built on Jan  5 2016
ws02% which dub
/usr/bin/dub
ws02% which workspace-d
/usr/bin/workspace-d
ws02% md5sum `which workspace-d`; md5sum ./workspace-d
6f0a8094653785e57230be21af187208  /usr/bin/workspace-d
6f0a8094653785e57230be21af187208  ./workspace-d
ws02% ldd workspace-d 
    linux-vdso.so.1 (0x00007fffe39e0000)
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007f2e0ed44000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f2e0eb27000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007f2e0e829000)
    librt.so.1 => /usr/lib/librt.so.1 (0x00007f2e0e621000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f2e0e41d000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f2e0e207000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f2e0de63000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f2e0efb8000)
    libidn.so.11 => /usr/lib/libidn.so.11 (0x00007f2e0dc2f000)
    libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007f2e0da03000)
    libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f2e0d788000)
    libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f2e0d310000)
    libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007f2e0d0c3000)
    libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007f2e0cdde000)
    libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007f2e0cbad000)
    libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007f2e0c9a9000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f2e0c793000)
    libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007f2e0c586000)
    libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0x00007f2e0c382000)
    libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007f2e0c16b000)
ws02% uname -a
Linux ws02.i.a.ec1.xxx 4.4.0-2-ec2 #1 SMP Thu Jan 21 09:52:26 PST 2016 x86_64 GNU/Linux
ws02% ps aux | grep dcd
yannick   6982  0.2  6.1 258088 237160 ?       S    14:18   0:00 /usr/bin/dcd-server --port 9166
yannick   7661  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   7788  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   7807  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   7842  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   7851  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   7871  0.0  0.0      0     0 ?        Z    14:19   0:00 [dcd-client] <defunct>
yannick   8148  0.0  0.0  11004  2356 pts/4    S+   14:23   0:00 grep dcd
ws02% cd ~/.vscode/extensions/code-d/json-validation 
ws02% git log -n 1
commit c3143b2285a9fd3fae666317d9879e94f9ac19c3
Author: WebFreak001 <[email protected]>
Date:   Mon Jan 11 21:59:14 2016 +0100

    fixed typescript warning

from workspace-d.

WebFreak001 avatar WebFreak001 commented on May 29, 2024

Can you confirm this as fixed? The defunct dcd-clients happened when hovering function names before.

from workspace-d.

yannick avatar yannick commented on May 29, 2024

awesome, seems to work, thanks!!

from workspace-d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.