Search Results

Search: Posts Made By: themezzaman
Forum: Programming 10-18-2007
3,324
Posted By themezzaman
Process crash when allocating memory
Hi
I'm currently using C++ on a HP-UX 11i system (upgrading some libraries) and am encountering a problem with the process crashing when allocating memory via a call to new (a rather large array of...
Forum: Programming 07-12-2006
5,393
Posted By themezzaman
Hi I have used the following call to waitpid...
Hi
I have used the following call to waitpid in my TerminateChild handler:
pid = waitpid(-1, &status, WNOHANG);

Have I used it incorrectly?
Forum: Programming 07-12-2006
5,393
Posted By themezzaman
Signal Handling
Hi folks
I'm trying to write a signal handler (in c on HPUX) that will catch the child process launched by execl when it's finished so that I can check a compliance file.
The signal handler...
Forum: Programming 06-20-2006
3,859
Posted By themezzaman
Thanks for all the help Blowtorch.
Thanks for all the help Blowtorch.
Forum: Programming 06-19-2006
3,859
Posted By themezzaman
Cheers. Though could you tell me whether the...
Cheers.
Though could you tell me whether the current environment should be passed to the process run by the execl?
The execl is succesfull but the underlying java program doesn't start which is I...
Forum: Programming 06-18-2006
3,859
Posted By themezzaman
forking a new process
Hi
I'm currently working with C on UNIX (HPUX) and need to be able to fork a seperate Java process from within a running C process.
I can run the following code from the command line via a...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy