| Message |
 |
- Date: 2010-11-17 21:54
- Sender: sneg negr
- I guess someone just quickly fixed this one directly or indirectly? :S I tried an older build and reproduced the crash every time I repeated the procedure. Just built right now and it works. Can you test again with a newer build?
|
- Date: 2010-11-17 22:00
- Sender: sneg negr
- Yeah. I seems something has just been changed in the mesh/boolean code. I can open your file with fresh the build, but it draws incorrectly in viewport and render.
|
- Date: 2010-11-17 22:02
- Sender: sneg negr
- err. Sorry. I had tested the .blend of another report. Yours doesn't have any problem.
|
- Date: 2010-11-17 22:11
- Sender: Mickaël Guédon
- I'm unable to reproduce that bug.
SVN r33141 / Ubuntu 10.10 64 / GTX 275
|
- Date: 2010-11-17 22:29
- Sender: Martin Lindelöf
- nope just svn update, and rebuild.
At revision 33143.
and it still crashes upon rendering. same error msg. in log.
|
- Date: 2010-11-18 06:42
- Sender: Campbell Barton
- works for me, 64bit linux, debug build. r33150.
|
- Date: 2010-11-18 10:54
- Sender: Sergey Sharybin
- I've got no crash when rendering, but when i'm enabling VBO at my notebook and they trying to select icosphere it crashes.
Happens at my laptop: linux 64bit, imtel gme965. Can't check at "normal" video card atm. Maybe it's videodriver issue.
|
- Date: 2010-11-18 11:07
- Sender: Martin Lindelöf
- removed all my install files, svn up, and rebuild. but still same issue crashes on rendering.
I have by def. VBO's turned off. It could cause some very hard crashes with VBOs. I tried with VBO's on but no difference crashing when hitting rendering.
I'm attaching my whole sysinfo.txt , i have a nvidia gt8800 gfx card and no other issues related to graphic drivers. and the latest update of 10.6.5 OSX.
Maybe this is a OSX related thing and thus connected to GHOST: anyone on mac that could try this?
|
- Date: 2010-11-18 13:50
- Sender: Ton Roosendaal
- renders fine in OSX 10.5 ppc.
However, your crash report shows an issue in selecting objects. I know there are issues using the UI while rendering...
Also verify our official 2.55 release from blender.org! And, if you compile yourself, ensure you don't change compile flags for extra optimization, can also cause errors.
|
|
- Date: 2010-11-23 13:14
- Sender: Martin Lindelöf
- I'm building w/o flags. still crashes in 2.55.0 r33251.
downloaded 2.55.0 beta from blender.org, also crashing.
I'm not doing anything in the UI while rendering, as soon it goes into render view it's black and it crashes.
i tried to test with luxrender as engine, it also crashes before luxrender is initiated. dunno if that is any help.
|
- Date: 2010-11-23 13:45
- Sender: Ton Roosendaal
- can you run in gdb, and provide a stack trace? (type "where" in gdb)
|
- Date: 2010-11-26 04:20
- Sender: Brecht Van Lommel
- I can redo the crash on Mac OS X with a debug build. The backtrace is more than a 1000 levels deep, it seems to be running out of stack space. Doing the exact same boolean operation in the viewport works, maybe it's because the stack is slightly shorter to begin with, or threads have a smaller stack
|
- Date: 2010-11-26 04:27
- Sender: Brecht Van Lommel
- Fix in svn. Pass the stl vector by reference instead of by value, saves stack space.
|