hottie icon indicating copy to clipboard operation
hottie copied to clipboard

Lets target Program in the Background and Hottie itself quits instantly

Open theAkito opened this issue 2 years ago • 0 comments

Compiling my program like this:

  exec """nim c \
            --passL:"-no-pie" \
            --define:ssl \
            --define:danger \
            --debugger:native \
            --out:procwatch \
            src/procwatch
       """

Result from hottie:

Running objdump...
Program ended
 samples           time   percent what
       1          infms      inf% 
Samples per second: 0.0 totalTime: 0.000ms

But the target program keeps running in the background.

The program I try to profile: https://github.com/theAkito/procwatch

theAkito avatar Feb 15 '22 02:02 theAkito