|
From: Leonard m. <spa...@ya...> - 2003-09-23 16:23:41
|
Using CVS from today, I got this. Any idea what this means? There is something strange going on memory-wise, but I'm not yet sure what. Thanks, Randall -------------------------------------------------------------------- ==27655== Thread 2: ==27655== Jump to the invalid address stated on the next line ==27655== at 0x4C472078: ??? ==27655== by 0x406776F2: muDebug(char const*, ...) (muError.cxx:215) ... unhandled Grp5(R) case 7 valgrind: the `impossible' happened: Grp5 Basic block ctr is approximately 46150000 sched status: -------------------------------------------------------------------- __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
|
From: Jitendra A. <jit...@ya...> - 2004-04-25 17:05:29
Attachments:
trace.txt
|
Hi, I am getting the following error when I run my program with valgrind : valgrind: the `impossible' happened: poll_for_ready_fds: select failed?! Basic block ctr is approximately 150000 I have also attached the trace. Any idea how I can solve the error. I am working on RHL7.3 and using valgrind 2.0.0 Regards, Jitendra Agrawal. -- This message does not have a sig. __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash |
|
From: Nicholas N. <nj...@ca...> - 2004-04-26 08:06:01
|
On Sun, 25 Apr 2004, Jitendra Agrawal wrote: > I am getting the following error when I run my program > with valgrind : > > valgrind: the `impossible' happened: > poll_for_ready_fds: select failed?! > Basic block ctr is approximately 150000 > > I have also attached the trace. Any idea how I can > solve the error. > > I am working on RHL7.3 and using valgrind 2.0.0 If you are able to use 2.1.0 or 2.1.1, I believe this problem is fixed in them. N |