bugGNU Parallel - Bugs: bug #38908, niceload: Ctrl-C should resume...

 
 

bug #38908: niceload: Ctrl-C should resume jobs if using -p

Submitter:  Ole Tange <tange>
Submitted:  Mon 06 May 2013 08:43:28 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tange
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Mar 2014 08:25:56 PM UTC, comment #5: 

Fixed in [583e6fb4]


Ole Tange <tange>
Group administrator
Mon 03 Mar 2014 12:29:30 AM UTC, comment #4: 

/usr/bin/time -f %e perl -e 'for(1..100) { select(undef, undef, undef, 0.1); } print "done\n"' & src/niceload -p $! & export A=$!; sleep 1; kill $A

Ole Tange <tange>
Group administrator
Mon 03 Mar 2014 12:13:52 AM UTC, comment #3: 

Time should be around 11 seconds

time perl -e 'for(1..100) { select(undef, undef, undef, 0.1); } print "foo\n"' & niceload -vp $! & export A=$!; sleep 1; kill $A

Ole Tange <tange>
Group administrator
Sun 02 Mar 2014 11:53:50 PM UTC, comment #2: 

not fixed.

Ole Tange <tange>
Group administrator
Sat 31 Aug 2013 11:17:58 AM UTC, comment #1: 

Fixed.

Ole Tange <tange>
Group administrator
Mon 06 May 2013 08:43:28 PM UTC, original submission:  

To reproduce:

  burnP6 &
  niceload -v -p $! &
  A=$!; sleep 0.2; kill -2 $A

burnP6 ought to be running now and not be suspended.

Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-03-24 tange StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2014-03-02 tange StatusFixed Confirmed
        Open/ClosedClosed Open
    2013-08-31 tange StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code