On Mon, 2009-09-07 at 10:38 +0200, Mathieu Lacage wrote: > > I just stumbled upon the following output by valgrind. I am using > userspace threads/stacks/context switching. Is this kind of hard error > expected ?
My understanding is this kind of error is expected when using userspace stack switching, valgrind has to guess between this case and the case were people just use large stacks. If you re-run your code with the --max-stackframe=34248598672 suggested in the error message it should run better, in the past I've had this error repeat with a bigger value when doing that but using the bigger value has worked the second time around. I would also point out that there is a new version available, if the above doesn't help you you should re-test with the 3.5.0 release before investigating further. Ashley, -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
