This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

what is thread "0 FS$$DIV() at fs_div28.inc: 212 0x3f6d6a"?

Hi

As the title says, what is thread "0 FS$$DIV() at fs_div28.inc: 212 0x3f6d6a"?

This shows sometimes in the debug window if I pause the program, and all other threads are disappeared (e.g. 0 main(), 1_args_main(), etc)

According to this small wiki item, they are related to the RTS lib, but is this a problem?Do I need to "fix" something or is it OK to run like that?

Ta

  • Hi Toby,

    The thread name is a bit more cryptic for stuff in the RTS because of the lack of debug symbols for it. Same goes when you hit the entry and exit points. It should be nothing to worry about

    Thanks

    ki