On Mon, 2003-09-01 at 16:28, Keith Whitwell wrote:
> > r200_maos_arrays.c:298: emit_vector: Assertion `0' failed.
> > and the spplication died.
> Can you provide me a backtrace from gdb of the crash?

This is part of the backtrace:

#5  0x458e59b2 in __assert_fail () from /lib/libc.so.6
#6  0x4678f82f in emit_vector (ctx=0x8295238, rvb=0x8294a48,
data=0x501fcc40 "TÁ©DH=,D\206\235\201C\216\223", size=1,
    stride=4, count=42) at r200_maos_arrays.c:298
#7  0x4678fbee in r200EmitArrays (ctx=0x8295238, inputs=265) at
r200_maos_arrays.c:418
#8  0x46794fbd in r200_run_tcl_render (ctx=0x8295238, stage=0x0) at
r200_tcl.c:277
#9  0x46758001 in _tnl_run_pipeline (ctx=0x8295238) at t_pipeline.c:154
#10 0x4677f871 in r200WrapRunPipeline (ctx=0x8295238) at
r200_state.c:2136
#11 0x4674c0c5 in _tnl_DrawArrays (mode=8, start=39, count=42) at
t_array_api.c:243
#12 0x466ec6e9 in neutral_DrawArrays (mode=8, start=0, count=42) at
vtxfmt_tmp.h:362
#13 0x080f7e09 in ogl_Renderer::DrawArrays(g3d_PrimitiveEnum, int, int)
()
#14 0x5011f5ea in bmg_QuadStrips::Draw1OStripsNdContour(gdr_Renderer&,
float const (*) [3], float const (*) [3], float, float,
float, bmg_ShpRefinementLevelEnm, bool, float (*)(int, int, int, int,
int, int, int, int, int, int, int, bool&), bool (*)(int,
int, int), bmg_ContourColor const*, bool, bool, bool, bool) const ()
   from /backup/opt-abaqus/abaqus/6.4-PR11/cae/exec/lbr/libHKSbmg.so
#...
> 
> Can you go 'up' several stack frames until you get to 'emit_vector' and then 
> print out the value of 'size'?

several up's:
(gdb) up
#6  0x4678f82f in emit_vector (ctx=0x8295238, rvb=0x8294a48,
data=0x501fcc40 "TÁ©DH=,D\206\235\201C\216\223", size=1,
    stride=4, count=42) at r200_maos_arrays.c:298
298     r200_maos_arrays.c: No such file or directory.
        in r200_maos_arrays.c
(gdb) print size
$1 = 1
> 
> Keith
> 
> 

Hope thats enough.

Thomas
-- 
Thomas Emmel <[EMAIL PROTECTED]>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to