id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,cpu,platform 2775,Hangs when closing db drivers,rblazek,grass-dev@…,"Module hangs if db drivers are not closed in revers order to the order in which were opened. For example open driver A, open driver B, close driver A hangs forever on waitpid() in G_wait() because driver process does not exit when its stdin is closed in db_shutdown_driver() by fclose(driver->send). fclose() returns 0 (ok). The driver is probably hanging on db!__recv_procnum() even if stdin was closed. It is fixed by enabling procedure DB_PROC_SHUTDOWN_DRIVER like it is used on Window. Patch attached.",defect,closed,blocker,7.0.3,Database,unspecified,fixed,,,Unspecified,Linux