thread and gc.fullCollect

Frank Benoit (keinfarbton) benoit at tionex.removethispart.de
Thu Jan 11 17:55:06 PST 2007


You need to configure gdb in that way it does not stop at SIGUSR1/2.
These signals are used by the GC to pause the program.

in the GDB command line use these commands:
handle SIGUSR1 nostop noprint
handle SIGUSR2 nostop noprint


then run the program.


More information about the Digitalmars-d-learn mailing list