QProcess and PostgreSQL initdb
General and Desktop
2
Posts
2
Posters
1.1k
Views
2
Watching
-
wrote on 31 Aug 2015, 05:43 last edited by
Running initdb with QProcess kills process before it prepares database. Running initdb with std::system or _popen works fine.
What's wrong? -
Hi and welcome to devnet,
How are you calling QProcess ?
1/2