just discovered a problem with my blender.
when i hit "Use Nodes" there is an immediate crash, no direct backtrace possible.
i stepped through the code with ddd the crash happens when calling glGetFloatv() in ui_rasterpos_safe()
here i collected some useful information about the crash:
this message appears on console after the crash:
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 1 (X_GLXRender)
Serial number of failed request: 4090
Current serial number in output stream: 4091
Program exited with code 01.
here is a backtrace before the crash:
-> calling glGetFloatv(GL_CURRENT_RASTER_POSITION, vals) at source/blender/src/interface_draw.c:114
with:
vals[0]=4.48415509e-44
vals[1]=4.69245774e-34
vals[2]=1.05876041e-33
vals[3]=-2.07498451e-05
#0 ui_rasterpos_safe (x=112, y=282, aspect=1) at source/blender/src/interface_draw.c:111
#1 0x082caff4 in BIF_icon_draw_aspect (x=112, y=282, icon_id=213, aspect=1) at source/blender/src/interface_icons.c:969
#2 0x082cb217 in BIF_icon_draw_aspect_blended (x=112, y=282, icon_id=213, aspect=1, shade=-60) at source/blender/src/interface_icons.c:1010
#3 0x083b1e0a in node_draw_basis (sa=0x8ade148, snode=0x8ab3800, node=0x8b29530) at source/blender/src/drawnode.c:2119
#4 0x083b35dd in node_draw_nodetree (sa=0x8ade148, snode=0x8ab3800, ntree=0x8b7e120) at source/blender/src/drawnode.c:2486
#5 0x083b3bed in drawnodespace (sa=0x8ade148, spacedata=0x8ab3800) at source/blender/src/drawnode.c:2618
#6 0x08172493 in scrarea_do_windraw (area=0x8ade148) at source/blender/src/spacetypes.c:115
#7 0x08177417 in scrarea_dispatch_events (sa=0x8ade148) at source/blender/src/editscreen.c:608
#8 0x08178e94 in screen_dispatch_events () at source/blender/src/editscreen.c:1223
#9 0x081798de in screenmain () at source/blender/src/editscreen.c:1502
#10 0x0813198c in main (argc=1, argv=0xbfb8c264) at source/creator/creator.c:694
i can't reproduce the crash in windows but in linux it works in every release which has the node system included so since 2.42, also tried with current svn build.
[WinXP MCE, openSuse 10.2 32bit, AMD X2 5000+. 2GB RAM, ATI Radeon x1650]
my graphic card might be the problem :) i hate ATI never ever again, if so sry for reporting
ill go to bed now, tomorrow or better today ill order a nvidea *joking* and the peach project DVD *not joking*
Description
Description
Event Timeline
Comment Actions
This really seems like a bad driver issue, could you try running with Mesa for openGL?
Comment Actions
i don't have any proprietary drivers installed, BGL says im using:
Mesa project: www.mesa3d.org
Mesa GLX Indirect
1.4 (1.5 Mesa 6.5.1)
Comment Actions
Hi Pat,
Yes... this is opengl related. I can only advise you to try different drivers?
Comment Actions
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.