<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Ruslan,<div><br></div><div>I'm trying examples for V4CC but just can't get it to work...</div><div><br></div><div>any call attempting to create a field like:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>[mpTblPerson createVarCharField:@"FirstName" maxLength:20]</div><div><br></div><div>crashes with EXC_BAD_ACCESS here in a __pool_free call:</div><div><br></div><div>0x012848d8 <+0000> push %ebp</div> <div>0x012848d9 <+0001> mov %esp,%ebp</div> <div>0x012848db <+0003> sub $0x18,%esp</div> <div>0x012848de <+0006> mov 0xc(%ebp),%edx</div> <div>0x012848e1 <+0009> mov 0x8(%ebp),%ecx</div> <div>0x012848e4 <+0012> test %edx,%edx</div> <div>0x012848e6 <+0014> je 0x128491c <__pool_free+68></div> <div>0x012848e8 <+0016> mov -0x4(%edx),%eax</div> <div>0x012848eb <+0019> test $0x1,%al</div> <div>0x012848ed <+0021> jne 0x12848f4 <__pool_free+28></div> <div><font class="Apple-style-span" color="#FE0000">0x012848ef <+0023> mov 0x8(%eax),%eax</font></div> <div>0x012848f2 <+0026> jmp 0x12848fd <__pool_free+37></div> <div>0x012848f4 <+0028> mov -0x8(%edx),%eax</div> <div>0x012848f7 <+0031> and $0xfffffff8,%eax</div> <div>0x012848fa <+0034> sub $0x8,%eax</div> <div>0x012848fd <+0037> cmp $0x44,%eax</div> <div>0x01284900 <+0040> ja 0x1284914 <__pool_free+60></div> <div>0x01284902 <+0042> mov %eax,0x8(%esp)</div> <div>0x01284906 <+0046> mov %edx,0x4(%esp)</div> <div>0x0128490a <+0050> mov %ecx,(%esp)</div> <div>0x0128490d <+0053> call 0x12847e6 <deallocate_from_fixed_pools></div> <div>0x01284912 <+0058> jmp 0x128491c <__pool_free+68></div> <div>0x01284914 <+0060> leave </div> <div>0x01284915 <+0061> mov %ecx,%eax</div> <div>0x01284917 <+0063> jmp 0x1284778 <deallocate_from_var_pools></div> <div>0x0128491c <+0068> leave </div> <div>0x0128491d <+0069> ret </div><div><br></div><div>where am I wrong?</div><div><br></div><div><br></div><div>Cool Runnings,</div><div>Erne.</div></div></body></html>