6

Friend asked him if I could test his program.
I help him test his program and found a memory leak.
He investigated the issue...
After a few hours, he found out that his garbage collector had a memory leak :^)

Comments
  • 0
    Is this a commercially deployed language? If so you've just probably found a massive bug and should report it.

    But that is incredibly rare. Garbage collectors are stress tested like crazy. What you're talking about is usually caused by not understanding your GC properly eg. how it handles weak references and stuff.
  • 0
    @RememberMe No, it's just a decktracker he made for the game called "Kardz" (It's a CCG like Hearthstone but themed to WW2).

    So sadly, no big bug bounty for us D:
  • 0
    is di lua or C++?

    both good at "stuff"

    Hmmm if your saying collectgarbage aint that lua?
  • 1
    @Phazor001 C (just regular C, not C++).
  • 0
    @FinlayDaG33k imma add u on dicord >:DD
  • 0
    @Phazor001 Well, it's public so I don't mind xD
Add Comment