The delete[] that goes wrong is immediately after a setjmp.
Are you sure the setjmp/longjmp construction is implemented correctly?
I mean, my guess would be this has something to do with it,
as indeed there's a nice row_pointers=NULL after each delete
AND it's the first statement after the setjmp so it might not have
anything todo with the row_pointers variable.

JeeBee.

On Thu, 2006-10-26 at 00:24 -0400, Youness Alaoui wrote:
>  at ximapng.cpp:75
> delete[] row_points;
> that's impossible... the row_pointers had been initialized to NULL at the 
> start of the function and that line is called only if 
> row_pointers is != NULL AND row_pointers is not accessed yet that early in 
> the code... 
> This is just plain impossible to happen.. I suspect something went wrong 
> either with your libc or with your compilation, or gcc, or 
> something... that's all I can guess.. maybe Phil can give you more info.
> Thanks for this very useful backtrace.
> 
> KKRT
> 
> On Wed, Oct 25, 2006 at 08:08:12PM -0400, Madd Matt wrote:
> > Right.  I built amsn with ./configure --enable-debug and ran gdb.  The
> > output from "bt" and "bt full" are both attached to this email.
> > 
> > Should for whatever reason the attachments become lost, they are also
> > at http://thewaffleproject.com/backtrace and
> > http://thewaffleproject.com/backtrace-full
> > 
> > 
> > > Le Tuesday 24 October 2006 17:48, Youness Alaoui a écrit:
> > > > NO, LEAVE IT AS IS. First, we need to find the CAUSE. So read the FAQ, 
> > > > give
> > > > the BT and once we find the cause, we can start looking for solutions...
> > > >
> > > > KKRT
> > 
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job 
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Amsn-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to