simulationcraft / simc

Simulationcraft engine/GUI
GNU General Public License v3.0
1.38k stars 691 forks source link

Bus Error #107

Closed navv1234 closed 9 years ago

navv1234 commented 9 years ago

Originally reported on Google Code with ID 108

I have been getting bus errors from simcraft.
I traced it to rev 3100, sc_action.cpp

Example Command-line Log:
> svn update -r 3099
> make
> Aelil.simcraft

SimulationCraft for World of Warcraft build 3.2.0 ( iterations=10000, max_time=300,

optimal_raid=1, smooth_rng=0 )

Generating baseline... 
10... 9... 8... 7... 6... 5... 4... 3... 2... 1... 

Generating smooth baseline...
10... 9... 8... 7... 6... 5... 4... 3... 2... 1... 
.
.
.
Scale Factors:
  Aelil  Str=1.71  Agi=0.69  Int=0.00  SP=0.35  AP=0.67  Exp=0.84  ArPen=0.58  Hit=1.62

Crit=0.74  Haste=0.44  Wdps=4.70  Lag=0.00

> svn update -r 3100 sc_action.cpp
> make 
> Aelil.simcraft

SimulationCraft for World of Warcraft build 3.2.0 ( iterations=10000, max_time=300,

optimal_raid=1, smooth_rng=0 )

Generating baseline... 
10... Bus error

Reported by zmnspencer on 2009-08-22 18:42:15


navv1234 commented 9 years ago
Dedmon has committed a fix for this issue.

It should make it into the next release.

Reported by delmortis1 on 2009-08-22 22:50:23

navv1234 commented 9 years ago
Thank you, I confirm this is fixed.

Reported by zmnspencer on 2009-08-22 23:39:20