Bug#347344:

2013-09-25 Thread George Gensure
In this case, the child rxvt is receiving a SIGHUP - the result of a WM_CLOSE on the parent. Any SIGHUP received by rxvt results in an exit, explicitly defined in src/main.c. To change this would be relatively simple, specifying SIG_DFL for SIGHUP instead. This would also bring it in line with x

Bug#347344: rxvt crashes when a parent rxvt window is closed via X window manager

2006-01-10 Thread Vassilii Khachaturov
Package: rxvt Version: 1:2.6.4-10 Severity: normal Try this, reproducible 100% times here. 1) run rxvt 2) from within it, in your shell (bash in my case), do rxvt& to spawn a child rxvt 3) try closing the parent rxvt via the X window manager (the window decorations close button). This wi