The third paramter for sprintsigmask is missing
--- strace-4.5.15/signal.c~ 2007-01-11 23:08:38.000000000 +0100
+++ strace-4.5.15/signal.c 2007-05-04 16:05:50.000000000 +0200
@@ -1440,7 +1440,7 @@
tcp->u_rval = tcp->u_error = 0;
if(tcp->u_arg[0] == 0)
return 0;
- tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1]);
+ tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1], 0);
return RVAL_NONE | RVAL_STR;
}
return 0;
Logged In: YES
user_id=914458
Originator: NO
Same problem here. Patch applied. Works. :-)
Fixed in e4e34b31ab9def6d01a5ef52b4226a6b252d0e31.