linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03639
[Bug 735124] Re: rev. 413 throws std::logic exception
** Branch linked: lp:linuxdcpp
--
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
https://bugs.launchpad.net/bugs/735124
Title:
rev. 413 throws std::logic exception
Status in Linux DC++:
Fix Committed
Bug description:
The g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD) can return NULL (my case), we should check it before setting downloadPath. Now it looks like:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
References