Perl_Sheep has asked for the wisdom of the Perl Monks concerning the following question:
The equivalent shell command works just fine and generates a backtrace.$COREBT = `dbx -c "where;quit" ${SERVICEBIN} /tmp/core.core01.13778205 +52 2>&1`;
Any inputs/comments are greatly appreciated. Thanks a lot.dbx -c "where;quit" $SERVICEBIN /tmp/core.core01.1377820552
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using dbx with perl
by Athanasius (Archbishop) on Sep 07, 2013 at 03:02 UTC |