# Julia breaks down when using JuMP through Atom

**URL:** https://discourse.julialang.org/t/julia-breaks-down-when-using-jump-through-atom/35658
**Category:** Optimization (Mathematical)
**Created:** [March 6, 2020, 7:28pm UTC](https://discourse.julialang.org/t/julia-breaks-down-when-using-jump-through-atom/35658 "2020-03-06T19:28:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ksun46](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ksun46/32/9437_2.png) [@Ksun46](https://discourse.julialang.org/u/Ksun46)
#### Post date: [March 6, 2020, 7:28pm UTC](https://discourse.julialang.org/t/julia-breaks-down-when-using-jump-through-atom/35658/1 "2020-03-06T19:28:01Z")

</div>

Hi all,

I am using Julia through Juno/Atom on a Mac, and got the following error today

 ![Screen Shot 2020-03-06 at 2.22.21 PM](https://global.discourse-cdn.com/julialang/original/3X/f/a/fab812c52a36ee79f1c59d1fe23c247ddf70b126.png)

I can run my code through the terminal through. I am not sure what’s going on here. Any suggestions? Thanks.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [March 6, 2020, 7:51pm UTC](https://discourse.julialang.org/t/julia-breaks-down-when-using-jump-through-atom/35658/2 "2020-03-06T19:51:41Z")

</div>

Let’s just use one topic for this. Given that you can run your code outside Juno, and given that there’s a known rogue segfault in Juno right now, let’s use that thread.

> [@Julia breaks down](https://discourse.julialang.org/t/julia-breaks-down/35659):
>
> Hi all. I am using Julia through Juno on a Mac, and got the following error today when I was trying to call the optimize! function from JuMP using JuMP, Ipopt m\_test = Model(with\_optimizer(Ipopt.Optimizer, linear\_solver = "ma57")) @variable(m\_test, x[i in 1:10], lower\_bound = 0.0, upper\_bound = 1.0) @constraint(m\_test, sum(x) == 1.0) @objective(m\_test, Min, sum(i \* x[i] for i in 1:10)) JuMP.optimize!(m\_test) I can run my code through the terminal though…

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [March 6, 2020, 7:51pm UTC](https://discourse.julialang.org/t/julia-breaks-down-when-using-jump-through-atom/35658/3 "2020-03-06T19:51:45Z")

</div>


