linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03637
[Bug 735124] Re: rev. 413 throws std::logic exception
True. Reproduced on my system also.
--RZ
** Changed in: linuxdcpp
Importance: Undecided => Critical
** Changed in: linuxdcpp
Status: New => Confirmed
** Changed in: linuxdcpp
Milestone: None => 1.1.0
--
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++:
Confirmed
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