[sldev] Debug Assertion Failed

Thomas Rowland tom at cornish-pasty.com
Mon Sep 24 08:14:33 PDT 2007


I did a patch for this a while back.
I'm looking for the Jirra now.
Try VWR-1464

Also, there is a STL failure from lldarray somewhere. I can't remember, but
one of the 'remove'
Returns an assert failure value (patch it to return 0).

> -----Original Message-----
> From: sldev-bounces at lists.secondlife.com 
> [mailto:sldev-bounces at lists.secondlife.com] On Behalf Of 
> Nicholaz Beresford
> Sent: 24 September 2007 15:58
> To: atreptow
> Cc: sldev at lists.secondlife.com
> Subject: Re: [sldev] Debug Assertion Failed
> 
> 
> 
> I haven't seen this but it's been a while since I did
> a VS2005 compile.
> 
> I'd say hack the llapr.cpp before the asssert and output
> the value of apr_offset (or whatever other assert may be
> offending) to the logfile, like
> 
> llinfos << "apr_offset = " << apr_offset << llendl;
> 
> Then after the assert look at the log wht the offset is
> and where it's coming from.
> 
> Also in a debug build you'll easily be able to go down the 
> stack (debug windows, stack) or look at variables (add them 
> to watch or hover the mouse over them).
> 
> Also, did you cheeck if there's something weird in your
> cache folder (or just deleted it)?
> 
> 
> Nick
> 
> 
> atreptow wrote:
> > Hi
> > 
> > i got
> > VC++ 2005 Express
> > slviewer-src-RC-1.18.3.4
> > 
> > self converted vcproj files (
> > 
> https://wiki.secondlife.com/wiki/Converting_project_files_for_
MSVS2005 )
> without qtmllib include
>    #define LL_QUICKTIME_ENABLED    0
> 
> current version of cygwin with devel package installed
> with patch from Nicholaz Beresford for leak debug
> 
> and in time no idea what i've can do else to get the slviewer starting
> completely in debug mode.
> 
> after i tried this version to run with other project files i read 
> about,
> that there were maybe chances since 1.18.0.4 in the project structur
> so i converted them by myself:
> 
> Debug Assertion Failed occurs directly after creating texture cache
> folder "f"
> 
> with debug output there are some errors from ll_apr_file_seek and
> ll_apr_file_read in llapr.cpp of the llcommon project
> ERROR: ll_apr_file_seek: ASSERT (apr_offset <= 0x7fffffff) and for the 
> "sz" variable
> 
> the assertion failed error says its occured in program debugview.exe 
> ind
> file vc/include/xtree in line 619
> Expression: invalid operator <
> 
> are there any solutions to fix this problem and get sl started?
> 
> greets alex
> _______________________________________________
> Click here to unsubscribe or manage your list subscription: 
> /index.html
_______________________________________________
Click here to unsubscribe or manage your list subscription:
/index.html



More information about the SLDev mailing list