-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello vnc-list,

I've tried both the VNC that comes with RedHat Linux 8.0 and also
3.3.6 that I downloaded this week. I am able to run the server, just
as I used to, but I find that the /bin/bash windows that are opened in
the VNC X server (vncserver) have signals 2 and 3 ignored. This makes
it kinda tough to interrupt (^C) programs that I start.

I've seen this, whether I start vncserver from a shell or have the
Linux init scripts start it for me.

Does anyone have an idea what might be causing this? I tried
submitting a bug report to RedHat, but so far they just say that they
don't see the problem.

Thanks!

Ron.

P.S. My test app to show the signal states for apps is:

#include <signal.h>
#include <stdio.h>

main() {
        int i;
        __sighandler_t rwh;

        printf("SIG_IGN: %x\n", SIG_IGN);
        printf("SIG_DFL: %x\n", SIG_DFL);

        for (i = 1; i < 40; i++) {
                rwh = signal(i, SIG_DFL);
                printf("%d: %x\n", i, rwh);
        }
}

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8
Comment: Until recently, the last PGP with full source disclosure.

iQA/AwUBPiYMem8pw+2/9pUJEQJudQCcDigzCjG/mb+7BDVBIzX5ZtnDtqYAn2rP
mycvWRn5K7kJJeY2E9wXj3EQ
=TJAs
-----END PGP SIGNATURE-----
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to