[Bug 909361] Re: cpio crashes when locale=POSIX

2012-07-07 Thread rpisarev
** Description changed: - Howto reproduce bug: Ubuntu 10.04 LTS run in CT on OpenVZ (ubuntu-10.04-minimal_10.04_amd64.tar.gz). 1 ) If run perl-script $backup_tmp=/tmp/backup.cpio; print 1; open (CPIO,|cpio -ocBv $backup_tmp); print CPIO /etc/apache2/httpd.conf; close

[Bug 909361] Re: cpio crashes when locale=POSIX

2012-07-06 Thread rpisarev
The script in Perl can be replaced by a simple example to bash: #!/bin/bash backup_tmp=/tmp/backup.cpio find /etc/apache2/ -name httpd.conf -print | cpio -ocBv $backup_tmp find /etc/apache2/ -name ports.conf -print | cpio -ocBvA -O $backup_tmp Now checked cpio-2.10-orig, cpio-2.10-1ubuntu2

[Bug 909361] Re: cpio crashes when locale=POSIX

2012-07-06 Thread rpisarev
If possible, pack cpio version 2.11. Memory corraption missing. And more precisely, the utility crash if LANG is empty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909361 Title: cpio crashes when

[Bug 909361] [NEW] cpio crashes when locale=POSIX

2011-12-28 Thread rpisarev
Public bug reported: Howto reproduce bug: Ubuntu 10.04 LTS run in CT on OpenVZ (ubuntu-10.04-minimal_10.04_amd64.tar.gz). 1 ) If run scripthttp://pastebin.com/h7b6sCX1 then output: 1/etc/apache2/httpd.conf 1 block 23*** glibc detected *** cpio: malloc(): memory corruption:

[Bug 909361] Re: cpio crashes when locale=POSIX

2011-12-28 Thread rpisarev
** Description changed: + Howto reproduce bug: - Ubuntu 10.04 LTS run in CT on OpenVZ (ubuntu-10.04-minimal_10.04_amd64.tar.gz). - 1 ) If run scripthttp://pastebin.com/h7b6sCX1 then output: + Ubuntu 10.04 LTS run in CT on OpenVZ (ubuntu-10.04-minimal_10.04_amd64.tar.gz). + 1 ) If run