3/8 If I compile a program without the -g option and it core dumps is
there an actual purpose for this core file? It doesn't seem like
you can debug it or anything.
\_ man gdb
\_ You can debug it, it's just harder
\_ RU using Solaris? If yes, there was a recent online article about
this from a Sun dude. I can try to find it again.
\_ http://sunworld.com/unixinsideronline/swol-03-2001/swol-0302-traceback.html gives some clues. Use truss and snoop on reproducible bugs too.
\_ Pretty neat. What are the equivalent Linux commands?
\_ strace |