[GRASS-dev] Re: [GRASS GIS] #1159: v.in.ascii fails with long text
file in WinGRASS-6.4.0-1
GRASS GIS
trac at osgeo.org
Wed Sep 15 17:33:46 EDT 2010
#1159: v.in.ascii fails with long text file in WinGRASS-6.4.0-1
------------------------+---------------------------------------------------
Reporter: lponti | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Vector | Version: 6.4.0
Keywords: v.in.ascii | Platform: MSWindows 7
Cpu: x86-32 |
------------------------+---------------------------------------------------
Comment(by hamish):
The error message in question is from v.in.ascii/in.c,
{{{
if (driver) {
G_message(_("Populating table..."));
db_commit_transaction(driver);
if(db_close_database_shutdown_driver(driver) == DB_FAILED)
G_fatal_error(_("Could not close attribute table. The DBMI driver
did not accept all attributes"));
}
}}}
db_close_database_shutdown_driver() can be found in
lib/db/dbmi_client/db.c
it is not clear from the code which failed, closing the database or
shutting down the driver. I'll add debug messages to tell that, maybe
later today.
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1159#comment:4>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list