2013/3/21 Vincent Pottier <[email protected]>

>
>
> *[pid 25569] open("/home/vincent/tmp/france-latest.osm.pbf", O_RDONLY) =
> -1 EOVERFLOW (Value too large for defined data type)*
> [pid 25569] write(2, "Unable to open /home/vincent/tmp"..., 55Unable to
> open /home/vincent/tmp/france-latest.osm.pbf
>

C'est l'appel à open() qui retourne une erreur EOVERFLOW.

http://pubs.opengroup.org/onlinepubs/000095399/functions/open.html

[EOVERFLOW]
The named file is a regular file and the size of the file cannot be
represented correctly in an object of type *off_t*.

Tu utilises un OS 32 bits ?
_______________________________________________
dev-fr mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev-fr

Répondre à