On Mon, 8 Mar 2010, Andrea Hawkins wrote:

> Ok... So.... Through some combination of make clean and make the
> problem appears to be fixed... And I'm having trouble reproducing it.
>
> Strange... If I can figure out what I did to make that happen again, I
> will be sure to get the traceback. Sorry about that.

It's happened to me too.  One possible problem: if you're not using a
.depend-like system (or you're using an out-of-date .depend file) in
your application build directory, and if you svn update the library
underneath it, make may not rebuild every object file that needs it.
Then you have mismatching struct definitions or function signatures,
and either a member variable or a stack variable is misaligned.

We've talked about no longer caching dependency information, and
getting rid of this problem for good, but:
1. That can slow down make on high-latency filesystems
2. We're lazy
---
Roy

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to