I’m trying to track down a crashing LLDB process on Ubuntu. I’m using the
CLion IDE’s swift plugin, and LLDB is crashing when I hit the first breakpoint.
Does anyone know where the Swift LLDB core dump would get written on Ubuntu
Linux?
Thanks for any help on this,
-Matt
_
> On Nov 22, 2016, at 03:04, Tino Heth via swift-users
> wrote:
>
> Hi Rick,
>
> as evolution is somewhat paused, swift-users seems to gain more traction ;-)
>
> Imho the most natural would be
> extension Array {
> …
> }
>
> I hope to see this addition included when the topic is discussed ag
Hello Swift Users,
[This is a resend with smaller attachment] Has anyone had luck passing the new
'-enable-experimental-conditional-conformances' flag to Xcode? It works when I
run swift from the command line, with the Dec. 5th snapshot toolchain, but not
Xcode. I have tried whats in the scr
17, 6:32 +03:00 от Matt Whiteside via swift-users
>> :
>>
>> Hello Swift Users,
>>
>> [This is a resend with smaller attachment] Has anyone had luck passing the
>> new '-enable-experimental-conditional-conformances' flag to Xcode? It works
>&
17 at 7:48 AM, Jens Persson via swift-users
> mailto:swift-users@swift.org>> wrote:
> It works for me with Xcode 9.1 and 9.2 using latest dev snapshot (from
> 2017-11-28 and 2017-12-03), I added
> -enable-experimental-conditional-conformances in Other Swift Flags as you
&
ed from the toolchains menu, it doesn't take affect
>> until after restarting Xcode. I'm always restarting Xcode after installing
>> and selecting a new toolchain. Someone please correct me if you can prove
>> that this isn't necessary.
>>
>> /
Here is the Xcode project to reproduce the crash:
https://github.com/mattwhiteside/Combinatorics
Attached is the stack trace.
-Matt
Process: Xcode [48325]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:com.apple.dt.Xcode
Version:
bugreport.apple.com <http://bugreport.apple.com/>.
>
> Thank you,
> Jordan
>
>> On Mar 26, 2016, at 12:30, Matt Whiteside via swift-users
>> mailto:swift-users@swift.org>> wrote:
>>
>> Here is the Xcode project to reproduce the crash:
>>
>>