linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03640
[Bug 735124] Re: rev. 413 throws std::logic exception
Should at least start now.
--RZ
** Changed in: linuxdcpp
Status: Confirmed => Fix Committed
** Changed in: linuxdcpp
Assignee: (unassigned) => Razzloss (razzloss)
--
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