|
From: MJH <mjh...@li...> - 2004-03-04 20:32:26
|
On Thursday 04 March 2004 03:14 pm, Tom Hughes wrote: > > It looks like it is on the valgrind side rather than the program I'm > > trying to test. Is there anything I can do to usefully debug this? > > (There's nothing in the FAQ that I can see that relates) > There isn't really anything to debug. I wasn't sure, thus I asked first. > You program is trying to push a > segment register and the push has a 16 bit prefix on it, Not being entirely sure what would cause that, is there anything I might be able to do to rework things so that it doesn't? (Or even just track down what part of my code would be doing it, as there doesn't seem to be a call trace - the reference to main.cpp in the thread list is the end of the function, which isn't reached so that makes no sense to me). > This should be raised as a bug on the bug tracker anyway. Done. |