bugGNU Screen - Bugs: bug #27966, After the shell in the window, it...

 
 

bug #27966: After the shell in the window, it goes into a "defunct".

Submitter:  None
Submitted:  Sat 07 Nov 2009 12:32:48 PM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  4.0.3
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 07 Nov 2009 12:32:48 PM UTC, original submission:  

The problem has appeared recently, all this time she was not. Using "root", the problem is not playable.

Action: Ctrl+a c, Ctrl+a c, Ctrl+a c, Ctrl+a c, Ctrl+d, Ctrl+d
...
  573 ?        Ss     0:00 sshd: serg [priv]
  577 ?        S      0:00 sshd: serg@pts/0
  578 pts/0    Ss     0:00 -bash
  600 pts/0    S+     0:00 screen
  601 ?        Rs     0:00 SCREEN
  602 pts/1    Ss+    0:00 /bin/bash
  604 pts/2    Ss+    0:00 /bin/bash
  610 ?        Zs     0:00 [bash] <defunct>
  612 ?        Zs     0:00 [bash] <defunct>
  620 pts/3    R+     0:00 ps ax

Screen compiled with options:
CFLAGS="-O2 -march=i486 -mtune=i686" \
./configure --prefix=/usr \
  --with-sys-screenrc=/etc/screenrc \
  --with-pty-mode=0620 \
  --with-pty-group=5 \
  --enable-telnet \
  --disable-socket-dir \
  --enable-locale \
  --enable-colors256 \
  --enable-rxvt_osc

Added test signal reception in the function of:
---------
static sigret_t
SigChld SIGDEFARG
{
  debug("SigChld()\n");
  GotSigChld = 1;
  SIGRETURN;
}
---------
After completion of the shell, there is no signal.

Used with the kernel compiled for himself (Config is attached).

Sorry bad English.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #19012:  config-2.6.27.38 added by None (21KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2009-11-07 None Attached File- Added config-2.6.27.38, #19012

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code