This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tree-ssa -fmudflap problems


Eyal Lebedinsky <eyal at eyal dot emu dot id dot au> writes:

> I am trying to use the tree-ssa branch with -fmudflap.

Thanks for giving it a try!


> [...] I see problems
> with dlclose(), which at times lead to a segmentation fault.
> My original problem comes from a complex system where the problem
> leads to an deep loop. The stack looks like shown below.

I'll look into this.


> I should say that the program under test uses pthreads, but at the
> point of the crash it [my main()] was not yet enterted.

OK.  You might try linking your program without -lpthread.
(lib)mudflap does not support multithreaded apps yet.


- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]