lldb hangs when opening a dump

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












lldb-3.9 hangs when I try to open a dump from a dotnet application. The process gets completely stuck, without consuming CPU.



$ gdb -v
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git

$ lldb-3.9 -v
lldb version 3.9.1 ( revision )

$ dotnet --version
2.1.403

$ sudo gcore 27247
[New LWP 27248]
[New LWP 27249]
[New LWP 27250]
[New LWP 27251]
[New LWP 27252]
[New LWP 27253]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f6c157d8ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7ffff444dcd0, expected=0, futex_word=0x1cb3468) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
142 ../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.
warning: target file /proc/27247/cmdline contained unexpected null characters
Saved corefile core.27247

$ ll core.27247
-rw-r--r-- 1 root root 2571743080 oct 20 19:17 core.27247

$ sudo lldb-3.9 `which dotnet` -c core.27247 -d
(lldb) target create "/usr/bin/dotnet" --core "core.27247"


The prompt never gets to (lldb) ever again. I do not even have the chance to load SOS plugin.



The application is just a infinite loop that prints "Hello world" and sleeps for one second before looping again.









share







New contributor




Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    0
    down vote

    favorite












    lldb-3.9 hangs when I try to open a dump from a dotnet application. The process gets completely stuck, without consuming CPU.



    $ gdb -v
    GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git

    $ lldb-3.9 -v
    lldb version 3.9.1 ( revision )

    $ dotnet --version
    2.1.403

    $ sudo gcore 27247
    [New LWP 27248]
    [New LWP 27249]
    [New LWP 27250]
    [New LWP 27251]
    [New LWP 27252]
    [New LWP 27253]
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
    0x00007f6c157d8ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7ffff444dcd0, expected=0, futex_word=0x1cb3468) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
    142 ../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.
    warning: target file /proc/27247/cmdline contained unexpected null characters
    Saved corefile core.27247

    $ ll core.27247
    -rw-r--r-- 1 root root 2571743080 oct 20 19:17 core.27247

    $ sudo lldb-3.9 `which dotnet` -c core.27247 -d
    (lldb) target create "/usr/bin/dotnet" --core "core.27247"


    The prompt never gets to (lldb) ever again. I do not even have the chance to load SOS plugin.



    The application is just a infinite loop that prints "Hello world" and sleeps for one second before looping again.









    share







    New contributor




    Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      lldb-3.9 hangs when I try to open a dump from a dotnet application. The process gets completely stuck, without consuming CPU.



      $ gdb -v
      GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git

      $ lldb-3.9 -v
      lldb version 3.9.1 ( revision )

      $ dotnet --version
      2.1.403

      $ sudo gcore 27247
      [New LWP 27248]
      [New LWP 27249]
      [New LWP 27250]
      [New LWP 27251]
      [New LWP 27252]
      [New LWP 27253]
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      0x00007f6c157d8ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7ffff444dcd0, expected=0, futex_word=0x1cb3468) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
      142 ../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.
      warning: target file /proc/27247/cmdline contained unexpected null characters
      Saved corefile core.27247

      $ ll core.27247
      -rw-r--r-- 1 root root 2571743080 oct 20 19:17 core.27247

      $ sudo lldb-3.9 `which dotnet` -c core.27247 -d
      (lldb) target create "/usr/bin/dotnet" --core "core.27247"


      The prompt never gets to (lldb) ever again. I do not even have the chance to load SOS plugin.



      The application is just a infinite loop that prints "Hello world" and sleeps for one second before looping again.









      share







      New contributor




      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      lldb-3.9 hangs when I try to open a dump from a dotnet application. The process gets completely stuck, without consuming CPU.



      $ gdb -v
      GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git

      $ lldb-3.9 -v
      lldb version 3.9.1 ( revision )

      $ dotnet --version
      2.1.403

      $ sudo gcore 27247
      [New LWP 27248]
      [New LWP 27249]
      [New LWP 27250]
      [New LWP 27251]
      [New LWP 27252]
      [New LWP 27253]
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      0x00007f6c157d8ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7ffff444dcd0, expected=0, futex_word=0x1cb3468) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
      142 ../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.
      warning: target file /proc/27247/cmdline contained unexpected null characters
      Saved corefile core.27247

      $ ll core.27247
      -rw-r--r-- 1 root root 2571743080 oct 20 19:17 core.27247

      $ sudo lldb-3.9 `which dotnet` -c core.27247 -d
      (lldb) target create "/usr/bin/dotnet" --core "core.27247"


      The prompt never gets to (lldb) ever again. I do not even have the chance to load SOS plugin.



      The application is just a infinite loop that prints "Hello world" and sleeps for one second before looping again.







      ubuntu debugging





      share







      New contributor




      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      Vlad

      1




      1




      New contributor




      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Vlad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Vlad is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476771%2flldb-hangs-when-opening-a-dump%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Vlad is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Vlad is a new contributor. Be nice, and check out our Code of Conduct.












          Vlad is a new contributor. Be nice, and check out our Code of Conduct.











          Vlad is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476771%2flldb-hangs-when-opening-a-dump%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Peggy Mitchell

          Palaiologos

          The Forum (Inglewood, California)