Menu

#36 Compile error in strace for MIPS

build errors
closed-fixed
nobody
None
5
2018-03-17
2007-05-04
Anonymous
No

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;

Discussion

  • Thorsten Hirsch

    Thorsten Hirsch - 2007-09-29

    Logged In: YES
    user_id=914458
    Originator: NO

    Same problem here. Patch applied. Works. :-)

     
  • Eugene Syromyatnikov

    • status: open --> closed-fixed
     
  • Eugene Syromyatnikov

    Fixed in e4e34b31ab9def6d01a5ef52b4226a6b252d0e31.