Randy Kramer wrote:
>

> From the debugger:
>
> 00479E48   mov         ecx,dword ptr [eax+28h]

Id say it's fl_BlockLayout::getListAttributesVector, line 5324 in
fl_BlockLayout.cpp that SEGV:

 level = getAutoNum()->getLevel();

getAutoNum() (inlined accessor in fl_Layout.h) returns NULL (or possibly
another illegal address, you didn't specify what address the pgm tried to
access).

/Mike


Reply via email to