← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 735124] [NEW] rev. 413 throws std::logic exception

 

Public bug reported:

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

** Affects: linuxdcpp
     Importance: Undecided
         Status: New

-- 
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++:
  New

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



Follow ups

References