Re: Current problem reports assigned to you

From: Andre Oppermann (oppermann_at_pipeline.ch)
Date: 11/10/03

  • Next message: Mike Silbersack: "Re: tcp hostcache and ip fastforward for review"
    Date: Mon, 10 Nov 2003 20:35:25 +0100
    To: Max Laier <max@love2party.net>
    
    

    Max Laier wrote:
    >
    > Monday, November 10, 2003, 8:11:12 PM, you wrote:
    > AO> FreeBSD bugmaster wrote:
    > >>
    > >> Current FreeBSD problem reports
    > >> Critical problems
    > >> Serious problems
    > >> Non-critical problems
    > >>
    > >> S Submitted Tracker Resp. Description
    > >> -------------------------------------------------------------------------------
    > >> o [2002/05/04] kern/37761 net process exits but socket is still ESTABLI
    > >>
    > >> 1 problem total.
    >
    > AO> What is going on with this? It comes up every other week.
    >
    > Kris wrote:
    > "Assign to net mailing list for evaluation" when he changed resp.
    >
    > Seems no-one ever reads it (or uses this emacs thingy). Take a look:
    > http://www.freebsd.org/cgi/query-pr.cgi?pr=37761 and "evaluate"

    Neither do I have this emacs thing (and I don't want to install
    it). Anyway, this bug sounds like a fork cleanup problem. Process
    forks child. child opens socket. childs goes away without closing
    socket. Partent goes away too, and socket stays around as zombie.
    But how to reproduce... Maybe I will look into it a bit more but
    no promises.

    -- 
    Andre
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Mike Silbersack: "Re: tcp hostcache and ip fastforward for review"

    Relevant Pages

    • Re: multithreaded dialog application
      ... multiple threads, a rewrite of the piece of crap in the MSDN. ... the socket messages are posted to the main thread to be processed. ... Nearly all the socket messages are simply passed on to a child dialog ... If you have only one network interface then there ...
      (microsoft.public.vc.mfc)
    • TCP Server+perl
      ... Client each time a new connection is established at the Socket. ... each child completes processing it closes/ends. ... # Main loop control variable ... You exit the ...
      (comp.lang.perl.misc)
    • Re: When [exit] wont exit
      ... the child now does not talk to the parent at all. ... I thought maybe you meant for the parent to pass the child the socket over the pipe or some such. ...
      (comp.lang.tcl)
    • Re: Help with sockets in block mode, please
      ... I need to share connection (socket channel) for child proccess. ... proc acceptConnection { ... client) to decrease resource usage? ...
      (comp.lang.tcl)
    • Porting Unix sockets code: socket connection to a child
      ... I'm porting a Unix app which creates a child process, ... to the new process via a socket [this is a client/server application, ... the client talks to the child via a socket]. ...
      (microsoft.public.win32.programmer.kernel)