← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1421977] Re: blender crashes on python code completion

 

Update, worked around the bug:
https://developer.blender.org/T43491#291744

But the bug still exists: just run this in the text editor:

    import readline

I'm afraid this needs to be solved by whoever maintains the Blender
package, so the libraries aren't in conflict.

On Arch Linux, for example, there is no problem so its just a matter of
finding what the important difference is which makes Ubuntu load
libedit, when ArchLinux doesnt.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to blender in Ubuntu.
Matching subscriptions: ubuntustudio-bugs: blender
https://bugs.launchpad.net/bugs/1421977

Title:
  blender crashes on python code completion

Status in blender package in Ubuntu:
  New

Bug description:
  Release: ubuntu 14.10 64 bit
  blender version: 2.70a-2ubuntu3

  Open the python console with SHIFT F4, type a blender python class,
  e.g. bpy., and press CTRL BLANK for code completion. Blender crashes
  with a segmentation fault. The expected behavior is showing a list of
  attributes/methods of the python class.

  If you need more informations like gdb backtrace or logfiles, please
  have a look on this blender bug report:
  https://developer.blender.org/T43491

  We - that meens some of the guys discussing this bug - think it's a
  library compatibility problem which can be solved by a rebuild. As I
  found another segmentation fault - if you mark an object, press 'm' to
  move it to another layer, and click on the layer symbol - I think that
  the actual blender build on ubuntu is a little bit unstable.

  I reproduced both segfaults with an ubuntustudio 14.10 live dvd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blender/+bug/1421977/+subscriptions


References