[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Somethings about libraries..



Hi

Mee too. On HP-UX. If a daemon is running, the binary of that daemon can not be
touched.... Somethings are same all over... :-))

Bye
 Shridhar

"Binand Raj S." wrote:

> Arun Sharma forced the electrons to say:
> > But I suspect that there are mechanisms which prevent you from writing
> > to a file, while it is being executed. If you have a.out open in gdb,
> > gcc can't write to it.
>
> The write fails with errno = ETXTBSY (Text File Busy). I have faced this
> many times while debugging. :-)