[Issue 12507] SysTime.init.toString should not segfault

2018-06-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 12507] SysTime.init.toString should not segfault

2018-06-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9b1f72d89b6db38a05b958baf2195f552fe0aa57 Fix issue 12507: SysTime.init.toString() segfaults. Th

[Issue 12507] SysTime.init.toString should not segfault

2018-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Nathan S. changed: What|Removed |Added CC||n8sh.second...@hotmail.com --- Comment #11 from

[Issue 12507] SysTime.init.toString should not segfault

2017-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #10 from Rob T --- I just encounter this issue and spent an hour or so figuring out what the cause was. segfaults tend to be very difficult to track down and deal with. A quick sub-optimal fix will be better than leaving it to seg fault

[Issue 12507] SysTime.init.toString should not segfault

2017-11-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Rob T changed: What|Removed |Added CC||al...@ucora.com --

[Issue 12507] SysTime.init.toString should not segfault

2017-08-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Jonathan M Davis changed: What|Removed |Added CC||c...@dawg.eu --- Comment #9 from Jonathan

[Issue 12507] SysTime.init.toString should not segfault

2016-07-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #8 from Jonathan M Davis --- (In reply to MichaelZ from comment #7) > Since issue# 12624 has apparently been fixed, how are things looking for > this issue? I need to find time to dig out my previous fix and make sure that it's correct a

[Issue 12507] SysTime.init.toString should not segfault

2016-07-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 dlang@bregalad.de changed: What|Removed |Added CC||dlang@bregalad.de --- Comment #7

[Issue 12507] SysTime.init.toString should not segfault

2016-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Issue 12507 depends on issue 12624, which changed state. Issue 12624 Summary: [REG 2.064] Internal error: backend\cgobj.c 2313 with Rebindable!(immutable TimeZone) in std.datetime https://issues.dlang.org/show_bug.cgi?id=12624 What|Re

[Issue 12507] SysTime.init.toString should not segfault

2015-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #6 from Jonathan M Davis --- (In reply to Alaksiej Stankievič from comment #5) > What is currently status of this? > > I have hit this just now, and it consumes 1 hour of investigation. As the "Depends on" field indicates, it's blocked

[Issue 12507] SysTime.init.toString should not segfault

2015-11-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Alaksiej Stankievič changed: What|Removed |Added CC||harald_zea...@tut.by --- Comment #5 fr

[Issue 12507] SysTime.init.toString should not segfault

2014-11-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 David Monagle changed: What|Removed |Added CC||da...@monagle.com.au --

[Issue 12507] SysTime.init.toString should not segfault

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 Jonathan M Davis changed: What|Removed |Added Depends on||12624 --

[Issue 12507] SysTime.init.toString should not segfault

2014-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12507 --- Comment #4 from Jonathan M Davis --- Attempt #2: https://github.com/D-Programming-Language/phobos/pull/2088 --

[Issue 12507] SysTime.init.toString should not segfault

2014-04-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12507 --- Comment #3 from Jonathan M Davis 2014-04-02 23:01:59 PDT --- https://github.com/D-Programming-Language/phobos/pull/2066 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 12507] SysTime.init.toString should not segfault

2014-04-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12507 --- Comment #2 from Jonathan M Davis 2014-04-02 22:08:36 PDT --- Actually, on further reflection, I think that it might be possible to make SysTime.init equivalent to SysTime(0, UTC()) and have it have a valid timezone. Around dconf last yea

[Issue 12507] SysTime.init.toString should not segfault

2014-04-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12507 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #