|
From: Erik C. <er...@ar...> - 2003-09-04 12:19:02
|
On Thu, Sep 04, 2003 at 12:10:15PM +0200, Wolfgang Rohdewald wrote: > > What can I do about this? I would be very time-consuming to reduce > the program until the error goes away. Another small programm works > correctly. I found a similar problem recently by using the --stop-after flag You do a binary chop search to find the basic block translation that is causing the problem. Valgrind prints out the last translated basic block, so you can look at what it is doing or post it here. If the problem is still there when you use --skin=none then that probably makes for the simplest case. My solution is in http://sourceforge.net/mailarchive/forum.php?thread_id=2835025&forum_id=32038 but if you are compiling all your code with gcc then it's unlikely to be a solution to your problem. -- Erik Corry er...@ar... |