Thread overview
[Issue 15911] undefined __Unwind_GetIPInfo for x86_64
Apr 15, 2016
Zane Sterling
Apr 15, 2016
Jacob Carlborg
Apr 17, 2016
Martin Nowak
Apr 19, 2016
Martin Nowak
Apr 19, 2016
Martin Nowak
April 15, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

Zane Sterling <sterling.zane@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sterling.zane@gmail.com

--- Comment #1 from Zane Sterling <sterling.zane@gmail.com> ---
Since upgrading to DMD 2.071.0 I've had this issue with compiling any D programs, including a hello world.

On OSX 10.11.4.

--
April 15, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

Jacob Carlborg <doob@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob@me.com

--- Comment #2 from Jacob Carlborg <doob@me.com> ---
Not sure if it's related but doesn't Clang use libc++abi instead of libunwind?

--
April 17, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
(In reply to Zane Sterling from comment #1)
> Since upgrading to DMD 2.071.0 I've had this issue with compiling any D programs, including a hello world.
> 
> On OSX 10.11.4.

As a workaround you should be able to use gcc with CC=gcc dmd hello.d.

--
April 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |regression

--
April 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
https://github.com/dlang/druntime/pull/1542

--
April 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e98b0a4f39c8c5aab4563d8555845d9b7a87e79a fix Issue 15911 - undefined __Unwind_GetIPInfo for x86_64

- only use __Unwind_GetIPInfo w/ glibc

https://github.com/dlang/druntime/commit/0eade7404fa8bdea0d5088c3367eae7f7805ddce Merge pull request #1542 from MartinNowak/fix15911

fix Issue 15911 - undefined __Unwind_GetIPInfo for x86_64

--
April 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15911

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e98b0a4f39c8c5aab4563d8555845d9b7a87e79a fix Issue 15911 - undefined __Unwind_GetIPInfo for x86_64

https://github.com/dlang/druntime/commit/0eade7404fa8bdea0d5088c3367eae7f7805ddce Merge pull request #1542 from MartinNowak/fix15911

--