On Jan 28, 2011, at 1:46 PM, Julian Seward wrote:

> 
>> The log gives me a pretty long list of:
>> Conditional jump or move depends on uninitialised value(s)
> 
>> I'm assuming they're not problematic.
> 
> That may not be a good assumption.  Try rerunning with --track-origins=yes
> to find out where the uninitialised values come from.  They might come
> from your code.
> 
> J

Sorry I used the wrong word. I didn't really assume much... I checked the first 
30 or so (with some trivial tests done separately to confirm the shared_ptr 
thing) and they did not depend on my code.
Running with --track-origins=yes slows the app to much. It becomes untestable.
I've just tried to rerun it and it crashes even earlier than before and the log 
it's empty: not even a cond error... (without inhibiting them)
It worked the first times but now it crashes at the first mouse click... 
(Again: the app is working perfectly in its normal environment)
I'm invoking with:

valgrind --num-callers=30 --log-file=${HOME}/desktop/valgrindlog.txt   
${SOFT_PROJS_BUILD_PATH}/FoxSnakeBuild/debug/FoxSnake.app

this is the log file

==37267== Memcheck, a memory error detector
==37267== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==37267== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
==37267== Command: 
/users/frankie/SoftProjs/Builds/FoxSnakeBuild/debug/FoxSnake.app/Contents/MacOS/FoxSnake
==37267== Parent PID: 37266
==37267== 

this is the console

--37110:0:aspacem  Valgrind: FATAL: aspacem assertion failed:
--37110:0:aspacem    addr <= addr + len - 1
--37110:0:aspacem    at m_aspacemgr/aspacemgr-linux.c:3440 
(add_mapping_callback)
--37110:0:aspacem  Exiting now.
logout

:-(

Thanks again for any other insight,
Francesco
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to