Debugging memory leaks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lawrence.jones@siemens.com

    #31
    Re: Debugging memory leaks

    Richard Heathfield <rjh@see.sig.in validwrote:
    >
    "When the facts change, I change my mind. What do you do, sir?" - John
    Maynard Keynes.
    Most people base their facts on their opinions, rather than the other
    way around as logic would suggest. :-)
    --
    Larry Jones

    It's no fun to play games with a poor sport. -- Calvin

    Comment

    • lawrence.jones@siemens.com

      #32
      Re: Debugging memory leaks

      CBFalconer <cbfalconer@yah oo.comwrote:
      >
      Which word does not apply to any such C language inclusion. There
      is still no mention of threads in the proposed draft of the next
      system, and even if it was present it should be shouted down. C
      operates in a simple environment, especially in embedded systems,
      and nothing that bars that should be proposed.
      The current draft is the *very first* draft and contains very little new
      material. I can almost guarantee that threads will be prominently
      mentioned before the process is complete. Threads and C have been
      tightly linked for quite some time: OS kernels, device drivers, and
      especially embedded systems are all frequently written in C and
      frequently have to deal with multiple threads. Even the current C
      standard alludes to threads in the guise of signal handlers. I don't
      expect threads to be required, but they need to be discussed so that
      people know how to write code that will run reliably when they are
      present.
      --
      Larry Jones

      What this games needs are negotiated settlements. -- Calvin

      Comment

      • Martin Ambuhl

        #33
        Re: Debugging memory leaks

        lawrence.jones@ siemens.com wrote:
        Richard Heathfield <rjh@see.sig.in validwrote:
        >"When the facts change, I change my mind. What do you do, sir?" - John
        >Maynard Keynes.
        >
        Most people base their facts on their opinions, rather than the other
        way around as logic would suggest. :-)
        As much as we might like it to be otherwise, uninterpreted facts are
        rarely a sufficient foundation for an opinion. We may strive to make
        our 'opinions' (itself a loaded word used to discredit others' thoughts)
        conform to an incontestable external reality, but we know it is
        ultimately an impossible task.

        Comment

        • user923005

          #34
          Re: Debugging memory leaks

          On Oct 17, 11:33 am, lawrence.jo...@ siemens.com wrote:
          Richard Heathfield <r...@see.sig.i nvalidwrote:
          >
          "When the facts change, I change my mind. What do you do, sir?" - John
          Maynard Keynes.
          >
          Most people base their facts on their opinions, rather than the other
          way around as logic would suggest.  :-)
          I am reminded of this:

          Comment

          Working...