I've managed to explain the strange error on line 1769. There is a typecasting error that you may not be getting. The problem is that string 0.000000 can be converted to a numeric value internally by perl, while 0,000000 (notice the comma) can not. When run with locale pl_PL (we use commas to separate the fractional part), Perl is unable to convert status string received from the child process, hence the warning message with hex (0x30 0x2c is zero comma), but with LANG set to C, the warning disappears. At least that's what my testing has shown. However, this comparison is only used for displaying import errors in a dialog box and I believe it is irrelevant to the grave bug I'm describing here. -- Robert Kawecki
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org