04-27-04 02:39 AM
"Marc" <marc1917@zonnet.nl> wrote in message
news:840f4b5b.0404260836.421b462b@posting.google.com...
>I am trying to reproduce a crash in lab environment. I crashes but I
> do not see a dump file that should be there.
> What is the filename and the extension of a dumpcore file of a program
> named 'server'?
Ask your system administrator. There is no way we could know how that
particular machine is configured. Did you check your resource limit for core
files?
> If you start the program through a shell script, does the core resides
> in the directory where you started the script, in the directory where
> the shell started the application, or in the directory where the
> executable resides?
Usually the directory in which the shell started the application. Note
that you will not get core dumps for setuid/setgid programs on most
machines. Note also that you must appropriately configure your resource
limit. The 'bash' shell allows 'ulimit -c unlimited', other shells do it
different ways.
What operating system? What shell?
DS
[ Post a follow-up to this message ]
|