[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: What does this mean: ASSERT: "i < = nodes" ?
From:       Frans Englich <frans.englich () telia ! com>
Date:       2003-12-16 11:44:50
[Download RAW message or body]

On Tuesday 16 December 2003 08:57, Giuseppe Torelli wrote:
> Hi,
>
> I'm using KdDebug this way:
> kdDebug(0) << Proxy_ip << " removed, timeout !" << endl;
>
> At a certain point of the execution of the program I get a crash
> and this message in the console:
>
> ASSERT: "i <= nodes" in /usr/lib/qt-3.2.1/include/qvaluelist.h (372)
>
> What does this mean ??

It's for debugging, I think it's a macro. The code looks like 
Q_ASSERT(statement) and prints what you saw above when the statement is 
false. In other words, 'i' was bigger than 'nodes'.

I could be wrong though.


			Frans


 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic