Just figured out where exactly the problem is:
template
Q_OUTOFLINE_TEMPLATE void QSharedDataPointer::detach_helper()
{
T *x = new T(*d);
x->ref.ref();
x = qAtomicSetPtr(&d, (more...)
Hi David,
I would like to now officially welcome you to Calitko project! I find it really great that you’ll work on adding support for Kad because on the one hand (more...)
Hi Atul,
you are totally right about reverse_iterator, I’m using it now. Qt does not seem to have any kind of iterators outside of containers but using the STL is perfectly (more...)
Hi all, my name is David and I'm starting to develop the code for supporting the Kad Network (used by eMule and aMule). This network is currently used to speed (more...)
Dear Peter,
As for the other case you mentioned, does reverse_iterator ( I think Qt has one ) fits the bill?
--cheerio atul
Peter Dimov wrote:
Hi Atul,
Thanks for the suggestion. It’s always better (more...)
Hi Atul,
Thanks for the suggestion. It’s always better to use a standard function do the job. The code is simpler and more readable. Let’s use the SourceComment marker as (more...)
Hi all,
Attached is the log from valgrind after running the tester. Simply running the tester from the console results in segmentation fault. It's strange this only happens when using PacketStub (more...)