linux-mozilla not exiting properly (KSE signal fallout?)

From: Steven G. Kargl (kargl_at_troutmask.apl.washington.edu)
Date: 06/28/03

  • Next message: Jeff Roberson: "Re: ULE problems on HTT SMP"
    To: freebsd-current@freebsd.org
    Date: Sat, 28 Jun 2003 14:00:44 -0700 (PDT)
    
    

    David, Julian,

    I updated my system today after David's KSE signal changes.
    I'm sure if this is the cause of my problem, but linux-mozilla
    no longer exits.

    % linux-mozilla
      ... browse ...
      crtl-q
    % ps | grep mozilla
     6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6037 v0 SL 0:12.16 ./mozilla-bin
     6038 v0 SL 0:00.01 ./mozilla-bin
    % linux-mozilla
      ... browse ...
      crtl-q
    % ps | grep mozilla
     6060 p1 SL+ 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6065 p1 SL+ 0:09.67 ./mozilla-bin
     6066 p1 SL+ 0:00.03 ./mozilla-bin
     6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6037 v0 SL 0:12.16 ./mozilla-bin
     6038 v0 SL 0:00.04 ./mozilla-bin
    % linux-mozilla
      ... browse ...
      crtl-q
    % killall mozilla-bin
    % ps | grep mozilla
     6060 p1 SL+ 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6065 p1 SL+ 0:09.67 ./mozilla-bin
     6066 p1 SL+ 0:00.04 ./mozilla-bin
     6136 p2 RL+ 0:00.01 grep mozilla
     6032 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6037 v0 SL 0:12.16 ./mozilla-bin
     6038 v0 SL 0:00.05 ./mozilla-bin
     6114 v0 SL 0:00.02 /bin/sh ./run-mozilla.sh ./mozilla-bin
     6119 v0 SL 0:04.83 ./mozilla-bin
     6120 v0 SL 0:00.01 ./mozilla-bin
    % kill -9 6114 6032 6060 6065 6037 6119

    Finally, kills the processes.

    -- 
    Steve
    http://troutmask.apl.washington.edu/~kargl/
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Jeff Roberson: "Re: ULE problems on HTT SMP"