Diagnosing .NET memory dumps in Visual Studio 2022

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии •

  • @franklieu6488
    @franklieu6488 11 месяцев назад

    Your presentation is concise and very helpful at the same time. You have a talent in presenting. Thank you!

  • @zekeluther
    @zekeluther 2 года назад +2

    Great work!
    Now we know who behind the scene create a better world!

    • @infeltk
      @infeltk Год назад +1

      haha Microsoft and better world. Choose one.

  • @murlidew
    @murlidew Год назад

    This is extremely helpful. Excellent tutorial.

  • @RyanSteele82
    @RyanSteele82 Год назад +1

    Excellent video. Thank you!

  • @sambhajideshmukh5036
    @sambhajideshmukh5036 4 месяца назад

    very nice topic and explanation. thanks

  • @Sahana1729
    @Sahana1729 2 месяца назад

    Thanks, useful video!

  • @iuridosanjos
    @iuridosanjos 2 года назад +2

    If I understand correctly, this dotnet-gcdump is for .NET Core 3.1 or higher. Is there anything similar for .NET Framework 4.5? I got an old system that I wanted to check a memory leak that uses .NET Framework 4.5.

  • @rongliao9255
    @rongliao9255 2 года назад +1

    Great tutorial!

  • @franklieu6488
    @franklieu6488 11 месяцев назад

    But you didn't mention in the third deadlock scenario whether you are running the app on VS or over a dump file. Can you clarify please?

  • @rvrunkillyow716
    @rvrunkillyow716 8 месяцев назад

    Newbie question sir,Does asynchronous threads resolves the deadlock issue? Thanks in advance.

  • @BJ-yh5zs
    @BJ-yh5zs 2 года назад

    I wrote a comment before, but weirdly, it doesn't show up. I am trying to debug the veracrypt.sys driver, and my system freezes. At least I can do a right-ctrl + scroll lock (x2) and get a .dmp file, but I'm not sure which type of .dmp file I should be generating: small memory dump, kernel, automatic? And visual studio 2019 sucks for working with .dmp files because it doesn't ask me to load the symbols file for my program. dotnet-gcdump seems to only work with .dll or .exe and I want to see if I can fix this driver to keep it from freezing my system. I see that Qcamain is in the bucket id, but when I disable my wireless network driver which has that name, I still get the freeze, although a bit less frequently. When I do a dump, I still see that bucket id.

  • @shoreppadanshoreppadan4600
    @shoreppadanshoreppadan4600 2 года назад

    HI ! I've tried and it's ok when I run visual studio in the same pc, but in another pc symbols can't be loaded and I can't decompile.
    How can I do ?

  • @sea0920
    @sea0920 Год назад

    Is WinDbg no longer recommended in analyzing memory dumps?

    • @Praxss
      @Praxss Год назад

      Visual Studio became so smart, nobody can come close

  • @EarthianZero
    @EarthianZero 3 года назад +2

    Bookmarked

  • @colinblakemore5950
    @colinblakemore5950 2 года назад

    You didn't link the tools you use in the description like your video said.... disappointing.

  • @alfredoquintanalopez2265
    @alfredoquintanalopez2265 Год назад +1

    Excellent video. Thank you!!!!!