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]

[tree-ssa mudflap] stikll problems with latest update


After fetching the latest major update to libmudflap, I tried
my build and has a showstopper.

When running with
	export MUDFLAP_OPTIONS="-trace-calls -verbose-trace"
my program stops (hangs forever) at this point:
	mf(1024): pthread_create
	mf: reentrancy detected in `malloc'

However, if I run with
	export MUDFLAP_OPTIONS="-trace-calls"
my programs seems to run to completion but hangs at exit time in
	mf(1026): __mfwrap_strlen
	mf: erroneous reentrancy detected in `__mf_check'

Based on other tracing I find that the above error was logged
just after my thread function executed the final "return (NULL)",
and I do count not relate the above strlen() to my code.

I will investigate further this weekend.

version:
i686-pc-linux-gnu-gcc-3.5-tree-ssa (GCC) 3.5-tree-ssa 20030723 (merged
20030722)

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>


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