New issue 1248: Segmentation fault during profile creation https://bitbucket.org/yt_analysis/yt/issues/1248/segmentation-fault-during-p...
Kacper Kowalik:
As reported by @MatthewTurk on slack, following code:
``` import yt ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030") dd = ds.all_data() yt.create_profile(dd, "x", "ones", n_bins=256, weight_field=None) ```
results in segmentation fault (yt 1f83a250683e)
Responsible: xarthisius