Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#25637] curveguide forcefield(Kink: Braid) + particlesystem cause crash by Null Pointer in some cases

Date:
2011-01-14 14:21
Priority:
3
State:
Closed
Submitted by:
Filiciss Muhgue (filiciss)
Assigned to:
Janne Karhu (jhk)
Category:
None
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
curveguide forcefield(Kink: Braid) + particlesystem cause crash by Null Pointer in some cases
Detailed description
curveguide forcefield(Kink: Braid) + particlesystem cause crash by Null Pointer in some cases.
it reported by ryu.
http://www.graphicall.org/builds/builds/showbuild.php?action=show&id=1650

in do_guides(),
do_kink(&key, &par, 0, guidetime, pd->kink_freq, pd->kink_shape, pd->kink_amp, 0.f, pd->kink, pd->kink_axis, 0, 0);
->
in do_kink(),
mul_qt_v3(par_rot, y_vec);
->
in mul_qt_v3(),
t0= -q[1]*v[0]-q[2]*v[1]-q[3]*v[2];
->
crash.

Followup

Message
  • Date: 2011-01-15 13:00
  • Sender: Janne Karhu
  • Fix committed, thanks for the report!
 

Attached Files:

Name Date Download
sample.blend 2011-01-14 14:21 Download

Changes:

Field Old Value Date By
status_idOpen2011-01-15 13:00jhk
close_dateNone2011-01-15 13:00jhk
assigned_tonone2011-01-15 13:00jhk
StatusNew2011-01-15 13:00jhk
File Added14538: sample.blend2011-01-14 14:21filiciss