Thread overview
[Issue 14000] Segmentation fault with profile
Jan 22, 2015
Fyodor Ustinov
Apr 27, 2015
Walter Bright
Apr 29, 2015
Walter Bright
Apr 29, 2015
Walter Bright
Feb 27, 2019
Victor Porton
January 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14000

Fyodor Ustinov <ufm@ufm.su> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|druntime                    |DMD

--
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14000

omegawarosu@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |omegawarosu@gmail.com

--- Comment #1 from omegawarosu@gmail.com ---
Same here, when vibe.d is linked.

--
April 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14000

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Are these multithreaded programs? Because the profiler doesn't work with multithreaded programs.

--
April 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14000

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14511

--
April 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14000

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
This may fix it:

https://issues.dlang.org/show_bug.cgi?id=14511

--
February 27, 2019
https://issues.dlang.org/show_bug.cgi?id=14000

Victor Porton <porton@narod.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |porton@narod.ru
         Resolution|---                         |FIXED

--- Comment #4 from Victor Porton <porton@narod.ru> ---
No crash here, the bug seems fixed:

$ dmd --version
DMD64 D Compiler v2.084.1
Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
written by Walter Bright

--