S
sunil
Hi,
I run nm command in perl on some 15000 files to collect symbol
information as:
@$oplines = qx "nm -A @$ipfiles";
This works fine on SUNs but on IBMs fails with:
Out of memory!
nm: rmcuall.o: 0654-207 The sort process was stopped prematurely."
This is not nm error since when I do nm on object files at shell
prompt, it is ok. Problem seems to be assigning o/p from nm to array
in perl. But I don't understand why it says nm stopped prematurely.
Ideas?
Thanks,
Sunil.
I run nm command in perl on some 15000 files to collect symbol
information as:
@$oplines = qx "nm -A @$ipfiles";
This works fine on SUNs but on IBMs fails with:
Out of memory!
nm: rmcuall.o: 0654-207 The sort process was stopped prematurely."
This is not nm error since when I do nm on object files at shell
prompt, it is ok. Problem seems to be assigning o/p from nm to array
in perl. But I don't understand why it says nm stopped prematurely.
Ideas?
Thanks,
Sunil.