Page MenuHome

Blender crashed when deleting vertex
Closed, ArchivedPublicKNOWN ISSUE

Description

Got the following error:

Compiled with Python version 2.5.
Checking for installed Python... got it!
blender: tnl/t_vertex.c:383: update_input_ptrs: Assertion `a[j].inputstride == vptr->stride' failed.

I cannot quite remember what exactly I was doing, but I think it was deleting a vertex from a mesh.

Context is
> uname -a
Linux localhost.localdomain 2.6.22.5-1076.ez.fc7 #1 SMP Sat Sep 15 18:49:08 BST 2007 x86_64 x86_64 x86_64 GNU/Linux
> ./blender -v
guessing './blender' == '/home/martin/blender/./blender'
Blender 2.45 (sub 0) Build

Also, I got the following on trying to restore:

> Checking for installed Python... got it!

Error in button evaluation:
This is the failed Python expression:
'10000//'

File "<string>", line 1
10000//
^
SyntaxError: unexpected EOF while parsing
Saved session recovery to /tmp/quit.blend

Blender quit

Not sure if this was related.

Event Timeline

hmmm it looks like you might have been on a button or other text field and accidentally entered a python expression.

odd, I cant find a[j].inputstride or t_vertex.c when searching blenders source.

It looks like it is an X11/OpenGL error, not a blender error

http://archive.netbsd.se/?ml=dri-devel&a=2005-02&t=683208

And another source

http://www.mail-archive.com/mesa3d-dev@lists.sourceforge.net/msg00601.html

This is opengl issue yes... not much anything we can solve.

This is a generic request to test your bug report and see if it is still an issue in 2.5alpha2 if so please let me know by making a comment in this report ie 'also in 2.5alpha2' and I will add it to the 2.5 bug list.

Matt Ebb (broken) changed the task status from Unknown Status to Unknown Status.Mar 26 2010, 6:37 AM