[sldev] Debug Assertion Failed
Nicholaz Beresford
nicholaz at blueflash.cc
Mon Sep 24 07:58:09 PDT 2007
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
More information about the SLDev
mailing list