I'm not using the very latest crosscompiler, but I think this will be
unchanged.
Using my port of tar
tar -xvf ztmp.tar
stops with "UnixLib detected recursion of signal SIGSEGV. Exiting."
when I encounter a pax format tar, (unless I specify --format=pax)
I set about trapping the error (in an obey file way) by using
tar -xvf ztmp.tar 2> errlog
so I could check a file for an error.
But when I do this, the program /does/ create the file errlog,
but it remains empty, and tar now continues on and extracts the
pax format tar perfectly as if --format=pax has been used!
A good result, but it raises the question why, and does stderr
always need to be directed somewhere for better behaviour?
Ron M.
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment