Running guide in a directory with this:
# nohup guide -na -ns -Z8 2>&1 &
...and it's terminating like this:
[1]+ Segmentation fault (core dumped) nohup guide -na -ns -Z8 . 2>&1
If I select all of the files and run guide individually on them, I don't see any failures. Is there any way to track down which file is causing the segfault?
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
Page 1 / 1
Running guide in a directory with this:
# nohup guide -na -ns -Z8 2>&1 &
...and it's terminating like this:
[1]+ Segmentation fault (core dumped) nohup guide -na -ns -Z8 . 2>&1
If I select all of the files and run guide individually on them, I don't see any failures. Is there any way to track down which file is causing the segfault?
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
# nohup guide -na -ns -Z8 2>&1 &
...and it's terminating like this:
[1]+ Segmentation fault (core dumped) nohup guide -na -ns -Z8 . 2>&1
If I select all of the files and run guide individually on them, I don't see any failures. Is there any way to track down which file is causing the segfault?
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
It could be related to volume rather than an individual file. I suggest checking 'ulimit' and making sure the settings are set to 'unlimited' and if the issue persists then tracing the process is possible but could take a while:
strace -f -p PID 1> strace.out 2>strace.err
where the PID is the PID of the guide process and the last lines output should give a pointer/ On AIX the command is 'truss' and on HP-UX it it 'tusc'. Optionally you could use the PID of the parent shell process before guide is launched as the -f flag traces child processes.
Hopefully using a current version of UniData?
Regards
JJ
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
Kevin,
It could be related to volume rather than an individual file. I suggest checking 'ulimit' and making sure the settings are set to 'unlimited' and if the issue persists then tracing the process is possible but could take a while:
strace -f -p PID 1> strace.out 2>strace.err
where the PID is the PID of the guide process and the last lines output should give a pointer/ On AIX the command is 'truss' and on HP-UX it it 'tusc'. Optionally you could use the PID of the parent shell process before guide is launched as the -f flag traces child processes.
Hopefully using a current version of UniData?
Regards
JJ
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
It could be related to volume rather than an individual file. I suggest checking 'ulimit' and making sure the settings are set to 'unlimited' and if the issue persists then tracing the process is possible but could take a while:
strace -f -p PID 1> strace.out 2>strace.err
where the PID is the PID of the guide process and the last lines output should give a pointer/ On AIX the command is 'truss' and on HP-UX it it 'tusc'. Optionally you could use the PID of the parent shell process before guide is launched as the -f flag traces child processes.
Hopefully using a current version of UniData?
Regards
JJ
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
Kevin,
It could be related to volume rather than an individual file. I suggest checking 'ulimit' and making sure the settings are set to 'unlimited' and if the issue persists then tracing the process is possible but could take a while:
strace -f -p PID 1> strace.out 2>strace.err
where the PID is the PID of the guide process and the last lines output should give a pointer/ On AIX the command is 'truss' and on HP-UX it it 'tusc'. Optionally you could use the PID of the parent shell process before guide is launched as the -f flag traces child processes.
Hopefully using a current version of UniData?
Regards
JJ
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
It could be related to volume rather than an individual file. I suggest checking 'ulimit' and making sure the settings are set to 'unlimited' and if the issue persists then tracing the process is possible but could take a while:
strace -f -p PID 1> strace.out 2>strace.err
where the PID is the PID of the guide process and the last lines output should give a pointer/ On AIX the command is 'truss' and on HP-UX it it 'tusc'. Optionally you could use the PID of the parent shell process before guide is launched as the -f flag traces child processes.
Hopefully using a current version of UniData?
Regards
JJ
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
John, you blessed, fantastic wizard! Strace showed it stumbled on an old rsztemp file. Removed it and guide is running to completion in that directory.
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
------------------------------
Kevin King
President
Precision Solutions, Inc.
Longmont CO US
------------------------------
Glad it worked - you should open a ticket with Rocket on this as guide should have reported an error for the specific file and moved on - not bombed out completely.
Regards
JJ.
------------------------------
John Jenkins
Thame, Oxfordshire
------------------------------
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.