8
w4tsn
6y

WTF?! I just dunno how to handle this error message.

Are you trying to tell me that 'oops that C written Javascript library just crashed by a WTFCrash within a Java VM'?

Eh What!? I mean what?!

Will someone please catch that? I'll throw it to you...

Comments
  • 3
    Rough guess: segmentation problem. The program tried to make a call to an object in memory that didn't exist, furthermore that memory address is invalid. Sometimes this happens for no reason at all, which is why I can picture someone calling it a WTFCrash
  • 2
    @monr0e good guess. I closed Eclipse and sometimes it throws that error cause something shuts down in unfortunate order

    To me that error message is just so amusing I want to thank the dude that named it WTFCrash 😉
  • 2
    Yay segfault
  • 3
    @justwellbrock ahah, so it leaves something in a thread or in memory, then tries to make a call to it from a new pointer reference?
  • 1
    @monr0e my be the cause. But I simply don't know.
Add Comment