You are not logged in.

#1 2008-05-22 19:13:59

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

[Solved] Help Test Blender Child Particles

Do any of you out there build Blender from SVN on your local box?  If so, could you look at the following bug I reported (to Blender) and see if the same thing happens to you?

http://projects.blender.org/tracker/ind … 9&atid=125

Basically, build from SVN and see if you can duplicate the crash.  Then see if you have gcc 4.3.0 and glibc 2.7.9.

Thanks in advance to those that try it out.

Last edited by mrunion (2008-05-23 15:40:18)


Matt

"It is very difficult to educate the educated."

Offline

#2 2008-05-23 14:14:50

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: [Solved] Help Test Blender Child Particles

mrunion wrote:

Do any of you out there build Blender from SVN on your local box?  If so, could you look at the following bug I reported (to Blender) and see if the same thing happens to you?

http://projects.blender.org/tracker/ind … 9&atid=125

Basically, build from SVN and see if you can duplicate the crash.  Then see if you have gcc 4.3.0 and glibc 2.7.9.

Thanks in advance to those that try it out.

Works fine here, gcc: 4.3.0, glibc: 2.7-9.

Offline

#3 2008-05-23 14:52:50

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [Solved] Help Test Blender Child Particles

Thanks for checking!

To clarify, you downloaded the code from Blender SVN and built it on your local machine using gcc 4.3 and glibc 2.7.9, right?  If you just downloaded the release or a re-built binary, then that works for me as well.  It's just when I build it locally that it fails.


Matt

"It is very difficult to educate the educated."

Offline

#4 2008-05-23 14:58:09

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: [Solved] Help Test Blender Child Particles

mrunion wrote:

Thanks for checking!

To clarify, you downloaded the code from Blender SVN and built it on your local machine using gcc 4.3 and glibc 2.7.9, right?

Yup, that's correct.

Offline

#5 2008-05-23 15:39:53

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [Solved] Help Test Blender Child Particles

More research into this on a suggestion from someone on IRC led me to remove the optimization options I had added.  I added:

'-ffast-math', '-finline-functions'

to the scons build script.  When I removed these, the problem was solved.  I did not add them back one at a time, but it does seem that one of these is causing the issue.  I don't know if it's causing the issue with just gcc 4.3 and glibc 2.7.9 or if something else is afoot.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB