[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2016-07-08 Thread iceman50
When/If VS2015 is supported we should update this to use _set_thread_local_invalid_parameter_handler instead per -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-11-30 Thread Fredrik Ullner
** Tags added: core -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format Status in DC++: Confirmed Bug description: DC++ rev 2296 (and newer) cra

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-11-03 Thread Fredrik Ullner
** Changed in: dcplusplus Status: In Progress => Confirmed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format Status in DC++: Confirmed Bu

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-08-11 Thread poy
this should be done in the formatting function in dcpp::Util, which can throw this on more than just invalid timestamps. it can for example happen with bad parameters in user commands or in log file definitions. i am reticent in adding this since it only affects a secondary compiler, but can be co

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-08-10 Thread Fredrik Ullner
Will use the previously mentioned handler, and will be tested when the dialog is closed. When an error occur, it will reset to the previous formatting. ** Patch added: "dcpp_timestampformat.diff" https://bugs.launchpad.net/dcplusplus/+bug/678236/+attachment/3767668/+files/dcpp_timestampformat.

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-08-10 Thread Fredrik Ullner
** Changed in: dcplusplus Importance: Undecided => Low -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format Status in DC++: Confirmed Bug descri

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2011-04-07 Thread poy
still crashes here. ** Changed in: dcplusplus Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format Status i

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2011-04-06 Thread iceman50
** Changed in: dcplusplus Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format Status in DC++: Fix Committ

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-14 Thread Jacek Sieka
I'm guessing this is for timestamps (strftime) so boost::format won't work... geez, that's a thoroughly stupid way of handling an invalid time string - crashing the application...I vote for bigmuscles solution =) specially since it will do the right thing if the format string is bad - set errno an

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Steven Sheehy
Or just use boost::format and handle the caught exception instead of some C or windows specific libraries. We already use boost::format for i18n, why not everything else? http://live.boost.org/doc/libs/1_34_0/libs/format/doc/format.html#exceptions -- You received this bug notification because yo

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Big Muscle
I think this is what we need - http://msdn.microsoft.com/en- us/library/ksazx244(v=VS.90).aspx -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format St

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread poy
if i remember correctly, the solution to this is to set up an exception handler that doesn't re-throw the exception, using SetUnhandledExceptionFilter: -- You received this bug notification because you are a member of Dcplusplus-team

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Big Muscle
This reminds me that I always wanted to know how to avoid problems when formatting string for functions printf, strftime etc. can be set by users. This bug is one case of it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bu

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Szabolcs Molnár
I can confirm this, using the latest BCDC++ build compiled with MSVC. ** Changed in: dcplusplus Status: New => Confirmed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Excepti

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-11-21 Thread iceman50
this concerns exe's compiled with MSVC *NOT* MinGW -- Exception on invalid timestamp format https://bugs.launchpad.net/bugs/678236 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New Bug description: DC++ rev 2296 (and