Activity log for bug #41082

Date Who What changed Old value New value Message
2006-04-24 11:02:50 Sebastian Kapfer bug added bug
2006-07-05 12:49:40 Matthias Klose bash: status Unconfirmed Confirmed
2006-07-05 12:49:40 Matthias Klose bash: statusexplanation
2006-07-05 12:49:58 Matthias Klose description When a DEBUG trap is set, it overwrites the current foreground job's job name (name as seen in the 'jobs' listing). Reproduction: 1. set trap, e.g. trap echo DEBUG 2. launch foreground process 3. Ctrl+Z to background it 4. type 'jobs' Example: sh-3.1$ sleep 600 & [1] 2870 sh-3.1$ jobs [1]+ Running sleep 600 & sh-3.1$ fg sleep 600 [1]+ Stopped(SIGTSTP) sleep 600 sh-3.1$ trap echo DEBUG sh-3.1$ fg sleep 600 [1]+ Stopped(SIGTSTP) sleep 600 sh-3.1$ sleep 600 [2]+ Stopped(SIGTSTP) echo sh-3.1$ jobs [1]- Stopped(SIGTSTP) sleep 600 [2]+ Stopped(SIGTSTP) echo sh-3.1$ When a DEBUG trap is set, it overwrites the current foreground job's job name (name as seen in the 'jobs' listing). Reproduction: 1. set trap, e.g. trap echo DEBUG 2. launch foreground process 3. Ctrl+Z to background it 4. type 'jobs' Example: sh-3.1$ sleep 600 & [1] 2870 sh-3.1$ jobs [1]+ Running sleep 600 & sh-3.1$ fg sleep 600 [1]+ Stopped(SIGTSTP) sleep 600 sh-3.1$ trap echo DEBUG sh-3.1$ fg sleep 600 [1]+ Stopped(SIGTSTP) sleep 600 sh-3.1$ sleep 600 [2]+ Stopped(SIGTSTP) echo sh-3.1$ jobs [1]- Stopped(SIGTSTP) sleep 600 [2]+ Stopped(SIGTSTP) echo sh-3.1$
2006-07-05 12:49:58 Matthias Klose title traps overwrite job names [fixed in 3.2] traps overwrite job names
2006-12-04 10:39:59 Matthias Klose bash: status Confirmed In Progress
2006-12-04 10:39:59 Matthias Klose bash: assignee doko
2006-12-07 07:04:49 Matthias Klose bash: status In Progress Fix Released
2006-12-07 07:04:49 Matthias Klose bash: statusexplanation fixed in 3.2-0ubuntu1